/linux/drivers/scsi/bfa/ |
H A D | bfa_port.h | 53 bfa_port_stats_cbfn_t cbfn, void *cbarg); 55 bfa_port_stats_cbfn_t cbfn, void *cbarg); 57 bfa_port_endis_cbfn_t cbfn, void *cbarg); 59 bfa_port_endis_cbfn_t cbfn, void *cbarg); 112 bfa_cee_get_attr_cbfn_t cbfn, void *cbarg); 115 bfa_cee_get_stats_cbfn_t cbfn, void *cbarg); 117 bfa_cee_reset_stats_cbfn_t cbfn, void *cbarg);
|
H A D | bfa_port.c | 139 bfa_port_isr(void *cbarg, struct bfi_mbmsg_s *m) in bfa_port_isr() argument 141 struct bfa_port_s *port = (struct bfa_port_s *) cbarg; in bfa_port_isr() 220 void *cbarg) in bfa_port_enable() argument 255 port->endis_cbarg = cbarg; in bfa_port_enable() 276 void *cbarg) in bfa_port_disable() argument 311 port->endis_cbarg = cbarg; in bfa_port_disable() 332 bfa_port_stats_cbfn_t cbfn, void *cbarg) in bfa_port_get_stats() argument 350 port->stats_cbarg = cbarg; in bfa_port_get_stats() 371 void *cbarg) in bfa_port_clear_stats() argument 388 port->stats_cbarg = cbarg; in bfa_port_clear_stats() [all …]
|
H A D | bfa_fcs.c | 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() [all …]
|
H A D | bfa_fcs_fcpim.c | 31 struct bfa_fcxp_s *fcxp, void *cbarg, 492 bfa_fcs_itnim_prli_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_itnim_prli_response() argument 496 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cbarg; in bfa_fcs_itnim_prli_response() 699 bfa_cb_itnim_online(void *cbarg) in bfa_cb_itnim_online() argument 701 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cbarg; in bfa_cb_itnim_online()
|
H A D | bfa_cs.h | 233 typedef void (*bfa_wc_resume_t) (void *cbarg);
|
H A D | bfad_bsg.c | 3251 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() argument
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.h | 98 typedef void (*bfa_mbox_cmd_cbfn_t)(void *cbarg); 102 void *cbarg; member 107 typedef void (*bfa_ioc_mbox_mcfunc_t)(void *cbarg, struct bfi_mbmsg *m); 113 void *cbarg; member 141 void *cbarg; member 147 (__notify)->cbarg = (__cbarg); \ 250 bfa_mbox_cmd_cbfn_t cbfn, void *cbarg); 253 bfa_ioc_mbox_mcfunc_t cbfn, void *cbarg); 317 typedef void (*bfa_cb_flash) (void *cbarg, enum bfa_status status); 331 void *cbarg; /* user callback arg */ member [all …]
|
H A D | bfa_msgq.h | 37 (_cmd)->cbarg = (_cbarg); \ 44 typedef void (*bfa_msgq_cmdcbfn_t)(void *cbarg, enum bfa_status status); 49 void *cbarg; member 84 typedef void (*bfa_msgq_mcfunc_t)(void *cbarg, struct bfi_msgq_mhdr *mhdr); 101 void *cbarg; member 122 bfa_msgq_mcfunc_t cbfn, void *cbarg);
|
H A D | bfa_msgq.c | 21 void *cbarg; \ 23 cbarg = (_cmdq_ent)->cbarg; \ 25 (_cmdq_ent)->cbarg = NULL; \ 27 cbfn(cbarg, (_status)); \ 479 (rspq->rsphdlr[mc].cbfn)(rspq->rsphdlr[mc].cbarg, msghdr); in bfa_msgq_rspq_pi_update() 524 bfa_msgq_isr(void *cbarg, struct bfi_mbmsg *msg) in bfa_msgq_isr() argument 526 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_isr() 551 bfa_msgq_notify(void *cbarg, enum bfa_ioc_event event) in bfa_msgq_notify() argument 553 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_notify() 615 bfa_msgq_mcfunc_t cbfn, void *cbarg) in bfa_msgq_regisr() argument [all …]
|
H A D | bna.h | 79 struct bna_rx *cbarg; \ 81 cbarg = (rxf)->stop_cbarg; \ 84 cbfn(cbarg); \ 92 struct bna_rx *cbarg; \ 94 cbarg = (rxf)->start_cbarg; \ 97 cbfn(cbarg); \ 105 struct bnad *cbarg; \ 107 cbarg = (rxf)->cam_fltr_cbarg; \ 110 cbfn(cbarg, rxf->rx); \
|
H A D | bfa_cee.c | 158 bfa_cee_get_attr_cbfn_t cbfn, void *cbarg) in bfa_nw_cee_get_attr() argument 173 cee->cbfn.get_attr_cbarg = cbarg; in bfa_nw_cee_get_attr() 189 bfa_cee_isr(void *cbarg, struct bfi_mbmsg *m) in bfa_cee_isr() argument 193 struct bfa_cee *cee = (struct bfa_cee *) cbarg; in bfa_cee_isr()
|
H A D | bfa_ioc.c | 1086 notify->cbfn(notify->cbarg, event); in bfa_ioc_event_notify() 2123 mod->mbhdlr[mc].cbarg = ioc->bfa; in bfa_ioc_mbox_attach() 2134 void *cbarg; in bfa_ioc_mbox_poll() local 2162 cbarg = cmd->cbarg; in bfa_ioc_mbox_poll() 2164 cbfn(cbarg); in bfa_ioc_mbox_poll() 2631 bfa_ioc_mbox_mcfunc_t cbfn, void *cbarg) in bfa_nw_ioc_mbox_regisr() argument 2636 mod->mbhdlr[mc].cbarg = cbarg; in bfa_nw_ioc_mbox_regisr() 2651 bfa_mbox_cmd_cbfn_t cbfn, void *cbarg) in bfa_nw_ioc_mbox_queue() argument 2657 cmd->cbarg = cbarg; in bfa_nw_ioc_mbox_queue() 2705 mod->mbhdlr[mc].cbfn(mod->mbhdlr[mc].cbarg, &m); in bfa_nw_ioc_mbox_isr() [all …]
|
H A D | bfa_cee.h | 57 bfa_cee_get_attr_cbfn_t cbfn, void *cbarg);
|
H A D | bfa_cs.h | 80 typedef void (*bfa_wc_resume_t) (void *cbarg);
|
H A D | bna_enet.c | 870 void *cbarg; \ 872 cbarg = (enet)->stop_cbarg; \ 875 cbfn(cbarg); \ 1332 struct bnad *cbarg; \ 1334 cbarg = (_ioceth)->stop_cbarg; \ 1337 cbfn(cbarg); \
|
H A D | bna_tx_rx.c | 1274 void *cbarg; \ 1276 cbarg = (rx)->stop_cbarg; \ 1279 cbfn(cbarg, rx); \ 2762 void *cbarg; \ 2764 cbarg = (tx)->stop_cbarg; \ 2767 cbfn(cbarg, (tx)); \
|