Home
last modified time | relevance | path

Searched refs:fc_els_flogi (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_rport.c219 static unsigned int fc_plogi_get_maxframe(struct fc_els_flogi *flp, in fc_plogi_get_maxframe()
702 struct fc_els_flogi *flogi; in fc_rport_login_complete()
743 struct fc_els_flogi *flogi; in fc_rport_flogi_resp()
835 fp = fc_frame_alloc(lport, sizeof(struct fc_els_flogi)); in fc_rport_enter_flogi()
858 struct fc_els_flogi *flp; in fc_rport_recv_flogi_req()
987 struct fc_els_flogi *plp = NULL; in fc_rport_plogi_resp()
1088 fp = fc_frame_alloc(lport, sizeof(struct fc_els_flogi)); in fc_rport_enter_plogi()
1848 struct fc_els_flogi *pl; in fc_rport_recv_plogi_req()
H A Dfc_lport.c347 struct fc_els_flogi *flogi, in fc_lport_flogi_fill()
791 struct fc_els_flogi *flp; in fc_lport_recv_flogi_req()
792 struct fc_els_flogi *new_flp; in fc_lport_recv_flogi_req()
1686 struct fc_els_flogi *flp; in fc_lport_flogi_resp()
1805 fp = fc_frame_alloc(lport, sizeof(struct fc_els_flogi)); in fc_lport_enter_flogi()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dfc_encode.h524 struct fc_els_flogi *plogi; in fc_plogi_fill()
558 struct fc_els_flogi *flogi; in fc_flogi_fill()
583 struct fc_els_flogi *fdisc; in fc_fdisc_fill()
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_scsi.c872 const struct fc_els_flogi *nsp, *plogi; in zfcp_scsi_shost_update_config_data()
891 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_scsi_shost_update_config_data()
893 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_scsi_shost_update_config_data()
H A Dzfcp_ext.h100 extern void zfcp_fc_plogi_evaluate(struct zfcp_port *, struct fc_els_flogi *);
H A Dzfcp_fc.c320 struct fc_els_flogi *plogi; in zfcp_fc_incoming_plogi()
323 plogi = (struct fc_els_flogi *) status_buffer->payload.data; in zfcp_fc_incoming_plogi()
487 void zfcp_fc_plogi_evaluate(struct zfcp_port *port, struct fc_els_flogi *plogi) in zfcp_fc_plogi_evaluate()
H A Dzfcp_sysfs.c800 struct fc_els_flogi *nsp; in zfcp_sysfs_adapter_diag_b2b_credit_show()
823 nsp = (struct fc_els_flogi *)((unsigned long) in zfcp_sysfs_adapter_diag_b2b_credit_show()
H A Dzfcp_fsf.c522 struct fc_els_flogi *plogi; in zfcp_fsf_exchange_config_evaluate()
525 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate()
1680 struct fc_els_flogi *plogi; in zfcp_fsf_open_port_handler()
1740 plogi = (struct fc_els_flogi *) bottom->els; in zfcp_fsf_open_port_handler()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/fc/
H A Dfc_els.h315 struct fc_els_flogi { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/fc/
H A Dfc_els.h315 struct fc_els_flogi { struct
/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_els.h402 struct fc_els_flogi { struct
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_def.h4270 struct fc_els_flogi plogi_els_payld;
4271 #define LOGIN_TEMPLATE_SIZE (sizeof(struct fc_els_flogi) - 4)
H A Dqla_init.c5110 sz = min_t(int, sizeof(struct fc_els_flogi), ha->init_cb_size); in qla_get_login_template()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_main.c344 fp = fc_frame_alloc(lport, sizeof(struct fc_els_flogi)); in qedf_send_flogi()