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