Home
last modified time | relevance | path

Searched refs:send_cbfn (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/bfa/
A Dbfad_drv.h272 fcxp_send_cb_t send_cbfn; member
A Dbfa_svc.c519 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()
A Dbfa_svc.h183 bfa_cb_fcxp_send_t send_cbfn; /* send completion callback */ member

Completed in 17 milliseconds