Searched refs:fip_dtype (Results 1 – 2 of 2) sorted by relevance
308 sol->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_solicit()312 sol->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME; in fcoe_ctlr_solicit()317 sol->desc.size.fd_desc.fip_dtype = FIP_DT_FCOE_SIZE; in fcoe_ctlr_solicit()465 kal->mac.fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_send_keep_alive()470 vn->fd_desc.fip_dtype = FIP_DT_VN_ID; in fcoe_ctlr_send_keep_alive()546 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps()553 mac->fd_desc.fip_dtype = FIP_DT_MAC; in fcoe_ctlr_encaps()808 if ((desc->fip_dtype < 32) && in fcoe_ctlr_parse_adv()809 !(desc_mask & 1U << desc->fip_dtype)) { in fcoe_ctlr_parse_adv()814 switch (desc->fip_dtype) { in fcoe_ctlr_parse_adv()[all …]
143 __u8 fip_dtype; /* type - see below */ member