Lines Matching refs:cbarg
227 static void bfa_fcs_fabric_delay(void *cbarg);
229 static void bfa_fcs_fabric_delete_comp(void *cbarg);
231 static void bfa_fcs_fabric_stop_comp(void *cbarg);
238 struct bfa_fcxp_s *fcxp, void *cbarg,
1062 bfa_fcs_fabric_delay(void *cbarg) in bfa_fcs_fabric_delay() argument
1064 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_delay()
1110 bfa_fcs_fabric_delete_comp(void *cbarg) in bfa_fcs_fabric_delete_comp() argument
1112 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_delete_comp()
1118 bfa_fcs_fabric_stop_comp(void *cbarg) in bfa_fcs_fabric_stop_comp() argument
1120 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_stop_comp()
1479 bfa_fcs_fabric_flogiacc_comp(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_fabric_flogiacc_comp() argument
1483 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_flogiacc_comp()
1615 bfa_fcs_port_event_handler(void *cbarg, enum bfa_port_linkstate event) in bfa_fcs_port_event_handler() argument
1617 struct bfa_fcs_s *fcs = cbarg; in bfa_fcs_port_event_handler()
1654 bfa_fcs_uf_recv(void *cbarg, struct bfa_uf_s *uf) in bfa_fcs_uf_recv() argument
1656 struct bfa_fcs_s *fcs = (struct bfa_fcs_s *) cbarg; in bfa_fcs_uf_recv()