Searched refs:send_cbfn (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/bfa/ |
D | bfad_drv.h | 279 fcxp_send_cb_t send_cbfn; member
|
D | bfa_svc.c | 575 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable() 713 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn() 743 WARN_ON(fcxp->send_cbfn == NULL); in hal_fcxp_send_comp() 747 if (fcxp->send_cbfn != NULL) { in hal_fcxp_send_comp() 750 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp() 767 bfa_trc(bfa, (NULL == fcxp->send_cbfn)); in hal_fcxp_send_comp() 1079 fcxp->send_cbfn = cbfn ? cbfn : bfa_fcxp_null_comp; in bfa_fcxp_send() 1168 fcxp->send_cbfn = bfa_fcxp_null_comp; in bfa_fcxp_discard()
|
D | bfa_svc.h | 190 bfa_cb_fcxp_send_t send_cbfn; /* send completion callback */ member
|