Lines Matching defs:bfa_fcs_fabric_s
268 struct bfa_fcs_fabric_s { struct
270 bfa_fcs_fabric_sm_t sm; /* state machine */ argument
271 struct bfa_fcs_s *fcs; /* FCS instance */
272 struct bfa_fcs_lport_s bport; /* base logical port */
273 enum bfa_fcs_fabric_type fab_type; /* fabric type */
274 enum bfa_port_type oper_type; /* current link topology */
275 u8 is_vf; /* is virtual fabric? */
276 u8 is_npiv; /* is NPIV supported ? */
277 u8 is_auth; /* is Security/Auth supported ? */
278 u16 bb_credit; /* BB credit from fabric */
279 u16 vf_id; /* virtual fabric ID */
280 u16 num_vports; /* num vports */
281 u16 rsvd;
282 struct list_head vport_q; /* queue of virtual ports */
283 struct list_head vf_q; /* queue of virtual fabrics */
307 #define bfa_fcs_vf_t struct bfa_fcs_fabric_s argument