Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_fip.c44 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in qedf_fcoe_send_vlan_req()
85 rlen = ntohs(fiph->fip_dl_len) * 4; in qedf_fcoe_process_vlan_resp()
195 rlen = ntohs(fiph->fip_dl_len) * FIP_BPW; in qedf_fip_recv()
/Linux-v4.19/include/scsi/fc/
Dfc_fip.h62 __be16 fip_dl_len; /* length of descriptors in words */ member
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c415 sol->fip.fip_dl_len = htons(sizeof(sol->desc) / FIP_BPW); in fcoe_ctlr_solicit()
571 kal->fip.fip_dl_len = htons((sizeof(kal->mac) + in fcoe_ctlr_send_keep_alive()
679 cap->fip.fip_dl_len = htons(dlen / FIP_BPW); in fcoe_ctlr_encaps()
923 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_parse_adv()
1168 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_recv_els()
1383 rlen = ntohs(fh->fip_dl_len) * FIP_BPW; in fcoe_ctlr_recv_clr_vlink()
1572 if (ntohs(fiph->fip_dl_len) * FIP_BPW + sizeof(*fiph) > skb->len) in fcoe_ctlr_recv_handler()
2074 frame->fip.fip_dl_len = htons(dlen / FIP_BPW); in fcoe_ctlr_vn_send()
2321 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_vn_parse()
2843 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_vlan_parse()
[all …]
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c321 rlen = ntohs(fiph->fip_dl_len) * 4; in is_fnic_fip_flogi_reject()
390 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in fnic_fcoe_send_vlan_req()
434 rlen = ntohs(fiph->fip_dl_len) * 4; in fnic_fcoe_process_vlan_resp()
571 if (ntohs(fiph->fip_dl_len) * FIP_BPW + sizeof(*fiph) > skb->len) in fnic_fcoe_handle_fip_frame()