Searched defs:bfa_fcs_fabric_s (Results 1 – 1 of 1) sorted by relevance
179 struct bfa_fcs_fabric_s { struct180 struct list_head qe; /* queue element */181 bfa_sm_t sm; /* state machine */182 struct bfa_fcs_s *fcs; /* FCS instance */183 struct bfa_fcs_lport_s bport; /* base logical port */184 enum bfa_fcs_fabric_type fab_type; /* fabric type */185 enum bfa_port_type oper_type; /* current link topology */186 u8 is_vf; /* is virtual fabric? */187 u8 is_npiv; /* is NPIV supported ? */188 u8 is_auth; /* is Security/Auth supported ? */[all …]