Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/fnic/
H A Dfip.c73 .mac_desc = {.fd_desc = {.fip_dtype = FIP_DT_MAC, in fnic_fcoe_send_vlan_req()
129 if (vlan_desc->fd_desc.fip_dtype == FIP_DT_VLAN) { in fnic_fcoe_process_vlan_resp()
161 vlan_desc->fd_desc.fip_dtype); in fnic_fcoe_process_vlan_resp()
381 .fd_desc = {.fip_dtype = FIP_DT_FLOGI, .fip_dlen = 36}, in fnic_fcoe_start_flogi()
470 if (!((flogi_rsp->rsp_desc.fd_desc.fip_dtype == 7) in fnic_fcoe_process_flogi_resp()
472 || !((flogi_rsp->mac_desc.fd_desc.fip_dtype == 2) in fnic_fcoe_process_flogi_resp()
623 if (!((cvl_msg->fcf_mac_desc.fd_desc.fip_dtype == 2) in fnic_fcoe_process_cvl()
625 || !((cvl_msg->name_desc.fd_desc.fip_dtype == 4) in fnic_fcoe_process_cvl()
630 cvl_msg->fcf_mac_desc.fd_desc.fip_dtype, in fnic_fcoe_process_cvl()
632 cvl_msg->name_desc.fd_desc.fip_dtype, in fnic_fcoe_process_cvl()
[all …]
/linux-6.15/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c924 if ((desc->fip_dtype < 32) && in fcoe_ctlr_parse_adv()
930 switch (desc->fip_dtype) { in fcoe_ctlr_parse_adv()
1009 desc->fip_dtype, dlen); in fcoe_ctlr_parse_adv()
1169 if (desc->fip_dtype < 32) { in fcoe_ctlr_recv_els()
1178 switch (desc->fip_dtype) { in fcoe_ctlr_recv_els()
1223 els_dtype = desc->fip_dtype; in fcoe_ctlr_recv_els()
1294 desc->fip_dtype, dlen); in fcoe_ctlr_recv_els()
1392 if ((desc->fip_dtype < 32) && in fcoe_ctlr_recv_clr_vlink()
1399 switch (desc->fip_dtype) { in fcoe_ctlr_recv_clr_vlink()
2313 dtype = desc->fip_dtype; in fcoe_ctlr_vn_parse()
[all …]
/linux-6.15/drivers/scsi/qedf/
H A Dqedf_fip.c45 vlan->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC; in qedf_fcoe_send_vlan_req()
49 vlan->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME; in qedf_fcoe_send_vlan_req()
94 switch (desc->fip_dtype) { in qedf_fcoe_process_vlan_resp()
235 switch (desc->fip_dtype) { in qedf_fip_recv()
/linux-6.15/include/scsi/fc/
H A Dfc_fip.h134 __u8 fip_dtype; /* type - see below */ member