| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_ioc.h | 236 typedef void (*bfa_ioc_mbox_mcfunc_t)(void *cbarg, struct bfi_mbmsg_s *m); 242 void *cbarg; member 274 void *cbarg; member 282 (__notify)->cbarg = (__cbarg); \ 360 void (*qresume) (void *cbarg); 361 void *cbarg; member 364 typedef void (*bfa_cb_cbfn_t) (void *cbarg, bfa_boolean_t complete); 375 void *cbarg; member 408 void *cbarg; member 417 typedef void (*bfa_cb_sfp_t) (void *cbarg, bfa_status_t status); [all …]
|
| H A D | bfa_ioc.c | 1313 notify->cbfn(notify->cbarg, event); in bfa_ioc_event_notify() 1831 bfa_ioc_hb_check(void *cbarg) in bfa_ioc_hb_check() argument 1833 struct bfa_ioc_s *ioc = cbarg; in bfa_ioc_hb_check() 1984 mod->mbhdlr[mc].cbarg = ioc->bfa; in bfa_ioc_mbox_attach() 2544 bfa_ioc_mbox_mcfunc_t cbfn, void *cbarg) in bfa_ioc_mbox_regisr() argument 2549 mod->mbhdlr[mc].cbarg = cbarg; in bfa_ioc_mbox_regisr() 2611 mod->mbhdlr[mc].cbfn(mod->mbhdlr[mc].cbarg, &m); in bfa_ioc_mbox_isr() 3279 bfa_ablk_isr(void *cbarg, struct bfi_mbmsg_s *msg) in bfa_ablk_isr() argument 3281 struct bfa_ablk_s *ablk = (struct bfa_ablk_s *)cbarg; in bfa_ablk_isr() 3323 cbfn(ablk->cbarg, rsp->status); in bfa_ablk_isr() [all …]
|
| H A D | bfa_svc.h | 34 void (*cbfn) (void *cbarg); /* callback function */ 35 void *cbarg; /* callback arg */ member 71 void (*cbfn) (void *cbarg), void *cbarg); 118 void *cbarg, enum bfa_status req_status, 121 typedef void (*bfa_fcxp_alloc_cbfn_t) (void *cbarg, struct bfa_fcxp_s *fcxp); 342 typedef void (*bfa_cb_uf_recv_t) (void *cbarg, struct bfa_uf_s *uf); 366 void *cbarg; /* uf receive handler arg */ member 483 void (*event_cbfn) (void *cbarg, 543 void (*event_cbfn) (void *cbarg, 611 void *cbarg, void *bfad_fcxp, [all …]
|
| 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.h | 23 typedef void (*bfa_cb_cbfn_status_t) (void *cbarg, bfa_status_t status); 89 bfa_reqq_winit(struct bfa_reqq_wait_s *wqe, void (*qresume) (void *cbarg), in bfa_reqq_winit() argument 90 void *cbarg) in bfa_reqq_winit() 93 wqe->cbarg = cbarg; in bfa_reqq_winit() 107 WARN_ON(!((__wqe)->qresume && (__wqe)->cbarg)); \ 116 (__hcb_qe)->cbarg = (__cbarg); \ 125 (__hcb_qe)->cbarg = (__cbarg); \ 192 typedef void (*bfa_cb_iocfc_t) (void *cbarg, enum bfa_status status); 414 typedef void (*bfa_cb_ioc_t) (void *cbarg, enum bfa_status status); 435 (__qe)->hcb_qe.cbarg = (__cbarg); \
|
| H A D | bfa_svc.c | 97 static void __bfa_fcxp_send_cbfn(void *cbarg, bfa_boolean_t complete); 102 static void bfa_fcxp_qresume(void *cbarg); 145 static void __bfa_cb_fcport_event(void *cbarg, bfa_boolean_t complete); 150 static void __bfa_cb_fcport_stats_clr(void *cbarg, bfa_boolean_t complete); 151 static void bfa_fcport_stats_get_timeout(void *cbarg); 152 static void bfa_fcport_stats_clr_timeout(void *cbarg); 231 static void __bfa_cb_rport_online(void *cbarg, 233 static void __bfa_cb_rport_offline(void *cbarg, 650 bfa_fcxp_null_comp(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcxp_null_comp() argument 658 __bfa_fcxp_send_cbfn(void *cbarg, bfa_boolean_t complete) in __bfa_fcxp_send_cbfn() argument [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_fcpim.c | 164 static void __bfa_cb_itnim_online(void *cbarg, bfa_boolean_t complete); 165 static void __bfa_cb_itnim_offline(void *cbarg, bfa_boolean_t complete); 166 static void __bfa_cb_itnim_sler(void *cbarg, bfa_boolean_t complete); 215 static void __bfa_cb_ioim_good_comp(void *cbarg, bfa_boolean_t complete); 216 static void __bfa_cb_ioim_comp(void *cbarg, bfa_boolean_t complete); 217 static void __bfa_cb_ioim_abort(void *cbarg, bfa_boolean_t complete); 218 static void __bfa_cb_ioim_failed(void *cbarg, bfa_boolean_t complete); 219 static void __bfa_cb_ioim_pathtov(void *cbarg, bfa_boolean_t complete); 252 static void __bfa_cb_tskim_done(void *cbarg, bfa_boolean_t complete); 253 static void __bfa_cb_tskim_failed(void *cbarg, bfa_boolean_t complete); [all …]
|
| H A D | bfa_fcs_rport.c | 50 struct bfa_fcxp_s *fcxp, void *cbarg, 56 struct bfa_fcxp_s *fcxp, void *cbarg, 62 struct bfa_fcxp_s *fcxp, void *cbarg, 66 struct bfa_fcxp_s *fcxp, void *cbarg, 1727 bfa_fcs_rport_plogi_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_plogi_response() argument 1731 struct bfa_fcs_rport_s *rport = (struct bfa_fcs_rport_s *) cbarg; in bfa_fcs_rport_plogi_response() 1879 bfa_fcs_rport_adisc_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_adisc_response() argument 1883 struct bfa_fcs_rport_s *rport = (struct bfa_fcs_rport_s *) cbarg; in bfa_fcs_rport_adisc_response() 1948 bfa_fcs_rport_gidpn_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_gidpn_response() argument 1952 struct bfa_fcs_rport_s *rport = (struct bfa_fcs_rport_s *) cbarg; in bfa_fcs_rport_gidpn_response() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | dbus.h | 192 void (*send_complete)(void *cbarg, void *info, int status); 193 void (*recv_buf)(void *cbarg, uint8 *buf, int len); 194 void (*recv_pkt)(void *cbarg, void *pkt); 195 void (*txflowcontrol)(void *cbarg, bool onoff); 196 void (*errhandler)(void *cbarg, int err); 197 void (*ctl_complete)(void *cbarg, int type, int status); 198 void (*state_change)(void *cbarg, int state); 199 void *(*pktget)(void *cbarg, uint len, bool send); 200 void (*pktfree)(void *cbarg, void *p, bool send); 211 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | dbus.h | 192 void (*send_complete)(void *cbarg, void *info, int status); 193 void (*recv_buf)(void *cbarg, uint8 *buf, int len); 194 void (*recv_pkt)(void *cbarg, void *pkt); 195 void (*txflowcontrol)(void *cbarg, bool onoff); 196 void (*errhandler)(void *cbarg, int err); 197 void (*ctl_complete)(void *cbarg, int type, int status); 198 void (*state_change)(void *cbarg, int state); 199 void *(*pktget)(void *cbarg, uint len, bool send); 200 void (*pktfree)(void *cbarg, void *p, bool send); 211 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | dbus.h | 192 void (*send_complete)(void *cbarg, void *info, int status); 193 void (*recv_buf)(void *cbarg, uint8 *buf, int len); 194 void (*recv_pkt)(void *cbarg, void *pkt); 195 void (*txflowcontrol)(void *cbarg, bool onoff); 196 void (*errhandler)(void *cbarg, int err); 197 void (*ctl_complete)(void *cbarg, int type, int status); 198 void (*state_change)(void *cbarg, int state); 199 void *(*pktget)(void *cbarg, uint len, bool send); 200 void (*pktfree)(void *cbarg, void *p, bool send); 211 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | dbus.h | 215 void (*send_complete)(void *cbarg, void *info, int status); 216 void (*recv_buf)(void *cbarg, uint8 *buf, int len); 217 void (*recv_pkt)(void *cbarg, void *pkt); 218 void (*txflowcontrol)(void *cbarg, bool onoff); 219 void (*errhandler)(void *cbarg, int err); 220 void (*ctl_complete)(void *cbarg, int type, int status); 221 void (*state_change)(void *cbarg, int state); 222 void *(*pktget)(void *cbarg, uint len, bool send); 223 void (*pktfree)(void *cbarg, void *p, bool send); 234 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | dbus.h | 203 void (*send_complete)(void *cbarg, void *info, int status); 204 void (*recv_buf)(void *cbarg, uint8 *buf, int len); 205 void (*recv_pkt)(void *cbarg, void *pkt); 206 void (*txflowcontrol)(void *cbarg, bool onoff); 207 void (*errhandler)(void *cbarg, int err); 208 void (*ctl_complete)(void *cbarg, int type, int status); 209 void (*state_change)(void *cbarg, int state); 210 void *(*pktget)(void *cbarg, uint len, bool send); 211 void (*pktfree)(void *cbarg, void *p, bool send); 222 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | dbus.h | 211 void (*send_complete)(void *cbarg, void *info, int status); 212 void (*recv_buf)(void *cbarg, uint8 *buf, int len); 213 void (*recv_pkt)(void *cbarg, void *pkt); 214 void (*txflowcontrol)(void *cbarg, bool onoff); 215 void (*errhandler)(void *cbarg, int err); 216 void (*ctl_complete)(void *cbarg, int type, int status); 217 void (*state_change)(void *cbarg, int state); 218 void *(*pktget)(void *cbarg, uint len, bool send); 219 void (*pktfree)(void *cbarg, void *p, bool send); 230 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); [all …]
|
| /OK3568_Linux_fs/kernel/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); \ 246 bfa_mbox_cmd_cbfn_t cbfn, void *cbarg); 249 bfa_ioc_mbox_mcfunc_t cbfn, void *cbarg); 313 typedef void (*bfa_cb_flash) (void *cbarg, enum bfa_status status); 327 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 82 typedef void (*bfa_msgq_mcfunc_t)(void *cbarg, struct bfi_msgq_mhdr *mhdr); 97 void *cbarg; member 118 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)); \ 481 (rspq->rsphdlr[mc].cbfn)(rspq->rsphdlr[mc].cbarg, msghdr); in bfa_msgq_rspq_pi_update() 526 bfa_msgq_isr(void *cbarg, struct bfi_mbmsg *msg) in bfa_msgq_isr() argument 528 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_isr() 553 bfa_msgq_notify(void *cbarg, enum bfa_ioc_event event) in bfa_msgq_notify() argument 555 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_notify() 617 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 …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus_usb.c | 64 void *cbarg; member 160 static void *dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs); 253 dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs) in dbus_usb_attach() argument 272 usb_info->cbarg = cbarg; in dbus_usb_attach() 333 usb_info->cbs->send_irb_timeout(usb_info->cbarg, txirb); in dbus_usb_send_irb_timeout() 349 usb_info->cbs->send_irb_complete(usb_info->cbarg, txirb, status); in dbus_usb_send_irb_complete() 365 usb_info->cbs->recv_irb_complete(usb_info->cbarg, rxirb, status); in dbus_usb_recv_irb_complete() 378 return usb_info->cbs->getirb(usb_info->cbarg, send); in dbus_usb_getirb() 396 usb_info->cbs->rxerr_indicate(usb_info->cbarg, on); in dbus_usb_rxerr_indicate() 412 usb_info->cbs->errhandler(usb_info->cbarg, err); in dbus_usb_errhandler() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus_usb.c | 62 void *cbarg; member 162 static void *dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs); 235 dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs) in dbus_usb_attach() argument 254 usb_info->cbarg = cbarg; in dbus_usb_attach() 315 usb_info->cbs->send_irb_timeout(usb_info->cbarg, txirb); in dbus_usb_send_irb_timeout() 331 usb_info->cbs->send_irb_complete(usb_info->cbarg, txirb, status); in dbus_usb_send_irb_complete() 347 usb_info->cbs->recv_irb_complete(usb_info->cbarg, rxirb, status); in dbus_usb_recv_irb_complete() 360 return usb_info->cbs->getirb(usb_info->cbarg, send); in dbus_usb_getirb() 378 usb_info->cbs->rxerr_indicate(usb_info->cbarg, on); in dbus_usb_rxerr_indicate() 394 usb_info->cbs->errhandler(usb_info->cbarg, err); in dbus_usb_errhandler() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dbus_usb.c | 61 void *cbarg; member 161 static void *dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs); 234 dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs) in dbus_usb_attach() argument 253 usb_info->cbarg = cbarg; in dbus_usb_attach() 314 usb_info->cbs->send_irb_timeout(usb_info->cbarg, txirb); in dbus_usb_send_irb_timeout() 330 usb_info->cbs->send_irb_complete(usb_info->cbarg, txirb, status); in dbus_usb_send_irb_complete() 346 usb_info->cbs->recv_irb_complete(usb_info->cbarg, rxirb, status); in dbus_usb_recv_irb_complete() 359 return usb_info->cbs->getirb(usb_info->cbarg, send); in dbus_usb_getirb() 377 usb_info->cbs->rxerr_indicate(usb_info->cbarg, on); in dbus_usb_rxerr_indicate() 393 usb_info->cbs->errhandler(usb_info->cbarg, err); in dbus_usb_errhandler() [all …]
|