Lines Matching defs:bfa_fcs_fabric_s
183 struct bfa_fcs_fabric_s { struct
184 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 ? */
193 u16 bb_credit; /* BB credit from fabric */
194 u16 vf_id; /* virtual fabric ID */
195 u16 num_vports; /* num vports */
196 u16 rsvd;
197 struct list_head vport_q; /* queue of virtual ports */
198 struct list_head vf_q; /* queue of virtual fabrics */
222 #define bfa_fcs_vf_t struct bfa_fcs_fabric_s argument