Lines Matching refs:fd_desc

409 	sol->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC;  in fcoe_ctlr_solicit()
410 sol->desc.mac.fd_desc.fip_dlen = sizeof(sol->desc.mac) / FIP_BPW; in fcoe_ctlr_solicit()
413 sol->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME; in fcoe_ctlr_solicit()
414 sol->desc.wwnn.fd_desc.fip_dlen = sizeof(sol->desc.wwnn) / FIP_BPW; in fcoe_ctlr_solicit()
418 sol->desc.size.fd_desc.fip_dtype = FIP_DT_FCOE_SIZE; in fcoe_ctlr_solicit()
419 sol->desc.size.fd_desc.fip_dlen = sizeof(sol->desc.size) / FIP_BPW; in fcoe_ctlr_solicit()
569 kal->mac.fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_send_keep_alive()
570 kal->mac.fd_desc.fip_dlen = sizeof(kal->mac) / FIP_BPW; in fcoe_ctlr_send_keep_alive()
574 vn->fd_desc.fip_dtype = FIP_DT_VN_ID; in fcoe_ctlr_send_keep_alive()
575 vn->fd_desc.fip_dlen = sizeof(*vn) / FIP_BPW; in fcoe_ctlr_send_keep_alive()
651 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps()
652 cap->encaps.fd_desc.fip_dlen = dlen / FIP_BPW; in fcoe_ctlr_encaps()
657 mac->fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_encaps()
658 mac->fd_desc.fip_dlen = sizeof(*mac) / FIP_BPW; in fcoe_ctlr_encaps()
2062 frame->mac.fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_vn_send()
2063 frame->mac.fd_desc.fip_dlen = sizeof(frame->mac) / FIP_BPW; in fcoe_ctlr_vn_send()
2066 frame->wwnn.fd_desc.fip_dtype = FIP_DT_NAME; in fcoe_ctlr_vn_send()
2067 frame->wwnn.fd_desc.fip_dlen = sizeof(frame->wwnn) / FIP_BPW; in fcoe_ctlr_vn_send()
2070 frame->vn.fd_desc.fip_dtype = FIP_DT_VN_ID; in fcoe_ctlr_vn_send()
2071 frame->vn.fd_desc.fip_dlen = sizeof(frame->vn) / FIP_BPW; in fcoe_ctlr_vn_send()
2083 ff->fd_desc.fip_dtype = FIP_DT_FC4F; in fcoe_ctlr_vn_send()
2084 ff->fd_desc.fip_dlen = sizeof(*ff) / FIP_BPW; in fcoe_ctlr_vn_send()
2096 size->fd_desc.fip_dtype = FIP_DT_FCOE_SIZE; in fcoe_ctlr_vn_send()
2097 size->fd_desc.fip_dlen = sizeof(*size) / FIP_BPW; in fcoe_ctlr_vn_send()
2929 frame->mac.fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_vlan_send()
2930 frame->mac.fd_desc.fip_dlen = sizeof(frame->mac) / FIP_BPW; in fcoe_ctlr_vlan_send()
2933 frame->vlan.fd_desc.fip_dtype = FIP_DT_VLAN; in fcoe_ctlr_vlan_send()
2934 frame->vlan.fd_desc.fip_dlen = sizeof(frame->vlan) / FIP_BPW; in fcoe_ctlr_vlan_send()