Lines Matching refs:cbarg
157 static void bfa_fcs_fabric_delay(void *cbarg);
159 static void bfa_fcs_fabric_delete_comp(void *cbarg);
161 static void bfa_fcs_fabric_stop_comp(void *cbarg);
168 struct bfa_fcxp_s *fcxp, void *cbarg,
992 bfa_fcs_fabric_delay(void *cbarg) in bfa_fcs_fabric_delay() argument
994 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_delay()
1040 bfa_fcs_fabric_delete_comp(void *cbarg) in bfa_fcs_fabric_delete_comp() argument
1042 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_delete_comp()
1048 bfa_fcs_fabric_stop_comp(void *cbarg) in bfa_fcs_fabric_stop_comp() argument
1050 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_stop_comp()
1353 bfa_fcs_fabric_flogiacc_comp(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_fabric_flogiacc_comp() argument
1357 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_flogiacc_comp()
1489 bfa_fcs_port_event_handler(void *cbarg, enum bfa_port_linkstate event) in bfa_fcs_port_event_handler() argument
1491 struct bfa_fcs_s *fcs = cbarg; in bfa_fcs_port_event_handler()
1522 bfa_fcs_uf_recv(void *cbarg, struct bfa_uf_s *uf) in bfa_fcs_uf_recv() argument
1524 struct bfa_fcs_s *fcs = (struct bfa_fcs_s *) cbarg; in bfa_fcs_uf_recv()