Lines Matching refs:cbarg
165 static void bfa_fcs_fabric_delay(void *cbarg);
167 static void bfa_fcs_fabric_delete_comp(void *cbarg);
169 static void bfa_fcs_fabric_stop_comp(void *cbarg);
176 struct bfa_fcxp_s *fcxp, void *cbarg,
1000 bfa_fcs_fabric_delay(void *cbarg) in bfa_fcs_fabric_delay() argument
1002 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_delay()
1048 bfa_fcs_fabric_delete_comp(void *cbarg) in bfa_fcs_fabric_delete_comp() argument
1050 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_delete_comp()
1056 bfa_fcs_fabric_stop_comp(void *cbarg) in bfa_fcs_fabric_stop_comp() argument
1058 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_stop_comp()
1361 bfa_fcs_fabric_flogiacc_comp(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_fabric_flogiacc_comp() argument
1365 struct bfa_fcs_fabric_s *fabric = cbarg; in bfa_fcs_fabric_flogiacc_comp()
1497 bfa_fcs_port_event_handler(void *cbarg, enum bfa_port_linkstate event) in bfa_fcs_port_event_handler() argument
1499 struct bfa_fcs_s *fcs = cbarg; in bfa_fcs_port_event_handler()
1530 bfa_fcs_uf_recv(void *cbarg, struct bfa_uf_s *uf) in bfa_fcs_uf_recv() argument
1532 struct bfa_fcs_s *fcs = (struct bfa_fcs_s *) cbarg; in bfa_fcs_uf_recv()