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()922 dlen = desc->fip_dlen * FIP_BPW; in fcoe_ctlr_parse_adv()1168 dlen = desc->fip_dlen * FIP_BPW; in fcoe_ctlr_recv_els()1291 stats->RxWords += skb->len / FIP_BPW; in fcoe_ctlr_recv_els()1376 rlen = ntohs(fh->fip_dl_len) * FIP_BPW; in fcoe_ctlr_recv_clr_vlink()1393 dlen = desc->fip_dlen * FIP_BPW; in fcoe_ctlr_recv_clr_vlink()2317 dlen = desc->fip_dlen * FIP_BPW; in fcoe_ctlr_vn_parse()[all …]
342 dlen = desc->fip_dlen * FIP_BPW; in is_fnic_fip_flogi_reject()402 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in fnic_fcoe_send_vlan_req()405 vlan->desc.mac.fd_desc.fip_dlen = sizeof(vlan->desc.mac) / FIP_BPW; in fnic_fcoe_send_vlan_req()409 vlan->desc.wwnn.fd_desc.fip_dlen = sizeof(vlan->desc.wwnn) / FIP_BPW; in fnic_fcoe_send_vlan_req()451 dlen = desc->fip_dlen * FIP_BPW; in fnic_fcoe_process_vlan_resp()583 if (ntohs(fiph->fip_dl_len) * FIP_BPW + sizeof(*fiph) > skb->len) in fnic_fcoe_handle_fip_frame()
57 #define FIP_BPW 4 /* bytes per word for lengths */ macro
Completed in 14 milliseconds