Searched refs:FIP_BPW (Results 1 – 4 of 4) sorted by relevance
43 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in qedf_fcoe_send_vlan_req()46 vlan->desc.mac.fd_desc.fip_dlen = sizeof(vlan->desc.mac) / FIP_BPW; in qedf_fcoe_send_vlan_req()50 vlan->desc.wwnn.fd_desc.fip_dlen = sizeof(vlan->desc.wwnn) / FIP_BPW; in qedf_fcoe_send_vlan_req()93 dlen = desc->fip_dlen * FIP_BPW; in qedf_fcoe_process_vlan_resp()231 rlen = ntohs(fiph->fip_dl_len) * FIP_BPW; in qedf_fip_recv()234 dlen = desc->fip_dlen * FIP_BPW; in qedf_fip_recv()
564 ports * sizeof(*vn)) / FIP_BPW); in fcoe_ctlr_send_keep_alive()575 vn->fd_desc.fip_dlen = sizeof(*vn) / FIP_BPW; in fcoe_ctlr_send_keep_alive()652 cap->encaps.fd_desc.fip_dlen = dlen / FIP_BPW; in fcoe_ctlr_encaps()672 cap->fip.fip_dl_len = htons(dlen / FIP_BPW); in fcoe_ctlr_encaps()920 dlen = desc->fip_dlen * FIP_BPW; in fcoe_ctlr_parse_adv()1165 dlen = desc->fip_dlen * FIP_BPW; in fcoe_ctlr_recv_els()1371 rlen = ntohs(fh->fip_dl_len) * FIP_BPW; in fcoe_ctlr_recv_clr_vlink()1388 dlen = desc->fip_dlen * FIP_BPW; in fcoe_ctlr_recv_clr_vlink()2060 frame->fip.fip_dl_len = htons(dlen / FIP_BPW); in fcoe_ctlr_vn_send()2309 dlen = desc->fip_dlen * FIP_BPW; in fcoe_ctlr_vn_parse()[all …]
57 #define FIP_BPW 4 /* bytes per word for lengths */ macro
337 dlen = desc->fip_dlen * FIP_BPW; in is_fnic_fip_flogi_reject()397 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in fnic_fcoe_send_vlan_req()400 vlan->desc.mac.fd_desc.fip_dlen = sizeof(vlan->desc.mac) / FIP_BPW; in fnic_fcoe_send_vlan_req()404 vlan->desc.wwnn.fd_desc.fip_dlen = sizeof(vlan->desc.wwnn) / FIP_BPW; in fnic_fcoe_send_vlan_req()446 dlen = desc->fip_dlen * FIP_BPW; in fnic_fcoe_process_vlan_resp()578 if (ntohs(fiph->fip_dl_len) * FIP_BPW + sizeof(*fiph) > skb->len) in fnic_fcoe_handle_fip_frame()
Completed in 13 milliseconds