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