Lines Matching defs:bfa_fcs_fabric_s
175 struct bfa_fcs_fabric_s { struct
176 struct list_head qe; /* queue element */
177 bfa_sm_t sm; /* state machine */
178 struct bfa_fcs_s *fcs; /* FCS instance */
179 struct bfa_fcs_lport_s bport; /* base logical port */
180 enum bfa_fcs_fabric_type fab_type; /* fabric type */
181 enum bfa_port_type oper_type; /* current link topology */
182 u8 is_vf; /* is virtual fabric? */
183 u8 is_npiv; /* is NPIV supported ? */
184 u8 is_auth; /* is Security/Auth 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;
189 struct list_head vport_q; /* queue of virtual ports */
190 struct list_head vf_q; /* queue of virtual fabrics */
214 #define bfa_fcs_vf_t struct bfa_fcs_fabric_s argument