Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfad_drv.h276 fcxp_send_cb_t send_cbfn; member
Dbfa_svc.c550 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable()
677 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn()
707 WARN_ON(fcxp->send_cbfn == NULL); in hal_fcxp_send_comp()
711 if (fcxp->send_cbfn != NULL) { in hal_fcxp_send_comp()
714 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp()
731 bfa_trc(bfa, (NULL == fcxp->send_cbfn)); in hal_fcxp_send_comp()
1041 fcxp->send_cbfn = cbfn ? cbfn : bfa_fcxp_null_comp; in bfa_fcxp_send()
1123 fcxp->send_cbfn = bfa_fcxp_null_comp; in bfa_fcxp_discard()
Dbfa_svc.h187 bfa_cb_fcxp_send_t send_cbfn; /* send completion callback */ member