Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/fnic/
H A Dfip.c72 .fip_dl_len = cpu_to_be16(FIP_VLAN_REQ_LEN)}, in fnic_fcoe_send_vlan_req()
117 desc_len = be16_to_cpu(vlan_notif->fip.fip_dl_len); in fnic_fcoe_process_vlan_resp()
211 .fip_subcode = FIP_SC_REQ, .fip_dl_len = cpu_to_be16(FIP_DISC_SOL_LEN), in fnic_fcoe_start_fcf_discovery()
378 .fip_dl_len = cpu_to_be16(FIP_FLOGI_LEN), in fnic_fcoe_start_flogi()
462 desc_len = be16_to_cpu(flogi_rsp->fip.fip_dl_len); in fnic_fcoe_process_flogi_resp()
502 if ((be16_to_cpu(flogi_rsp->fip.fip_dl_len) == FIP_FLOGI_LEN) in fnic_fcoe_process_flogi_resp()
639 for (i = 0; i < ((be16_to_cpu(fiph->fip_dl_len) / 5) - 1); i++) { in fnic_fcoe_process_cvl()
823 .fip_dl_len = cpu_to_be16(FIP_ENODE_KA_LEN)}, in fnic_handle_enode_ka_timer()
877 .fip_dl_len = cpu_to_be16(FIP_VN_KA_LEN)}, in fnic_handle_vn_ka_timer()
/linux-6.15/drivers/scsi/qedf/
H A Dqedf_fip.c43 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in qedf_fcoe_send_vlan_req()
90 rlen = ntohs(fiph->fip_dl_len) * 4; in qedf_fcoe_process_vlan_resp()
231 rlen = ntohs(fiph->fip_dl_len) * FIP_BPW; in qedf_fip_recv()
/linux-6.15/include/scsi/fc/
H A Dfc_fip.h50 __be16 fip_dl_len; /* length of descriptors in words */ member
/linux-6.15/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c404 sol->fip.fip_dl_len = htons(sizeof(sol->desc) / FIP_BPW); in fcoe_ctlr_solicit()
563 kal->fip.fip_dl_len = htons((sizeof(kal->mac) + in fcoe_ctlr_send_keep_alive()
672 cap->fip.fip_dl_len = htons(dlen / FIP_BPW); in fcoe_ctlr_encaps()
914 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_parse_adv()
1158 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_recv_els()
1371 rlen = ntohs(fh->fip_dl_len) * FIP_BPW; in fcoe_ctlr_recv_clr_vlink()
1557 if (ntohs(fiph->fip_dl_len) * FIP_BPW + sizeof(*fiph) > skb->len) in fcoe_ctlr_recv_handler()
2060 frame->fip.fip_dl_len = htons(dlen / FIP_BPW); in fcoe_ctlr_vn_send()
2303 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_vn_parse()
2823 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_vlan_parse()
[all …]