Searched defs:fnic_iport_s (Results 1 – 1 of 1) sorted by relevance
262 struct fnic_iport_s { struct263 enum fnic_iport_state_e state; argument264 struct fnic *fnic;265 uint64_t boot_time;266 uint32_t flags;267 int usefip;268 uint8_t hwmac[6]; /* HW MAC Addr */269 uint8_t fpma[6]; /* Fabric Provided MA */270 uint8_t fcfmac[6]; /* MAC addr of Fabric */271 uint16_t vlan_id;[all …]