Searched refs:send_cbfn (Results 1 – 3 of 3) sorted by relevance
| /drivers/scsi/bfa/ |
| A D | bfad_drv.h | 274 fcxp_send_cb_t send_cbfn; member
|
| A D | bfa_svc.c | 505 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable() 643 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn() 673 WARN_ON(fcxp->send_cbfn == NULL); in hal_fcxp_send_comp() 677 if (fcxp->send_cbfn != NULL) { in hal_fcxp_send_comp() 680 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp() 697 bfa_trc(bfa, (NULL == fcxp->send_cbfn)); in hal_fcxp_send_comp() 1001 fcxp->send_cbfn = cbfn ? cbfn : bfa_fcxp_null_comp; in bfa_fcxp_send() 1075 fcxp->send_cbfn = bfa_fcxp_null_comp; in bfa_fcxp_discard()
|
| A D | bfa_svc.h | 183 bfa_cb_fcxp_send_t send_cbfn; /* send completion callback */ member
|
Completed in 21 milliseconds