Home
last modified time | relevance | path

Searched refs:fip_dtype (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c420 sol->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_solicit()
424 sol->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME; in fcoe_ctlr_solicit()
429 sol->desc.size.fd_desc.fip_dtype = FIP_DT_FCOE_SIZE; in fcoe_ctlr_solicit()
577 kal->mac.fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_send_keep_alive()
582 vn->fd_desc.fip_dtype = FIP_DT_VN_ID; in fcoe_ctlr_send_keep_alive()
658 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps()
664 mac->fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_encaps()
933 if ((desc->fip_dtype < 32) && in fcoe_ctlr_parse_adv()
934 !(desc_mask & 1U << desc->fip_dtype)) { in fcoe_ctlr_parse_adv()
939 switch (desc->fip_dtype) { in fcoe_ctlr_parse_adv()
[all …]
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_fip.c46 vlan->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC; in qedf_fcoe_send_vlan_req()
50 vlan->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME; in qedf_fcoe_send_vlan_req()
89 switch (desc->fip_dtype) { in qedf_fcoe_process_vlan_resp()
199 switch (desc->fip_dtype) { in qedf_fip_recv()
/Linux-v4.19/include/scsi/fc/
Dfc_fip.h146 __u8 fip_dtype; /* type - see below */ member
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c328 if (desc->fip_dtype == FIP_DT_FLOGI) { in is_fnic_fip_flogi_reject()
336 els_dtype = desc->fip_dtype; in is_fnic_fip_flogi_reject()
392 vlan->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC; in fnic_fcoe_send_vlan_req()
396 vlan->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME; in fnic_fcoe_send_vlan_req()
440 switch (desc->fip_dtype) { in fnic_fcoe_process_vlan_resp()