Searched refs:send_cbfn (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfad_drv.h | 272 fcxp_send_cb_t send_cbfn; member
|
D | bfa_svc.c | 519 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable() 657 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn() 687 WARN_ON(fcxp->send_cbfn == NULL); in hal_fcxp_send_comp() 691 if (fcxp->send_cbfn != NULL) { in hal_fcxp_send_comp() 694 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp() 711 bfa_trc(bfa, (NULL == fcxp->send_cbfn)); in hal_fcxp_send_comp() 1023 fcxp->send_cbfn = cbfn ? cbfn : bfa_fcxp_null_comp; in bfa_fcxp_send() 1112 fcxp->send_cbfn = bfa_fcxp_null_comp; in bfa_fcxp_discard()
|
D | bfa_svc.h | 183 bfa_cb_fcxp_send_t send_cbfn; /* send completion callback */ member
|