Lines Matching refs:bfa_fcs_fabric_s
204 struct bfa_fcs_fabric_s *fabric; /* parent fabric */
265 struct bfa_fcs_fabric_s;
266 typedef void (*bfa_fcs_fabric_sm_t)(struct bfa_fcs_fabric_s *fsm, enum bfa_fcs_fabric_event);
268 struct bfa_fcs_fabric_s { struct
307 #define bfa_fcs_vf_t struct bfa_fcs_fabric_s argument
880 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */
915 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);
916 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric);
917 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric,
919 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric,
922 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn);
924 void bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric,
926 void bfa_fcs_fabric_psymb_init(struct bfa_fcs_fabric_s *fabric);
927 void bfa_fcs_fabric_nsymb_init(struct bfa_fcs_fabric_s *fabric);
928 void bfa_fcs_fabric_set_fabric_name(struct bfa_fcs_fabric_s *fabric,
930 u16 bfa_fcs_fabric_get_switch_oui(struct bfa_fcs_fabric_s *fabric);
932 void bfa_fcs_fabric_sm_online(struct bfa_fcs_fabric_s *fabric,
934 void bfa_fcs_fabric_sm_loopback(struct bfa_fcs_fabric_s *fabric,
936 void bfa_fcs_fabric_sm_auth_failed(struct bfa_fcs_fabric_s *fabric,