Searched defs:bfa_fcs_fabric_s (Results 1 – 1 of 1) sorted by relevance
175 struct bfa_fcs_fabric_s { struct176 struct list_head qe; /* queue element */177 bfa_sm_t sm; /* state machine */178 struct bfa_fcs_s *fcs; /* FCS instance */182 u8 is_vf; /* is virtual fabric? */183 u8 is_npiv; /* is NPIV supported ? */185 u16 bb_credit; /* BB credit from fabric */186 u16 vf_id; /* virtual fabric ID */187 u16 num_vports; /* num vports */188 u16 rsvd;[all …]
Completed in 9 milliseconds