Lines Matching refs:caller
518 if (fcxp->caller == NULL) { in bfa_fcxp_iocdisable()
519 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable()
586 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument
597 fcxp->caller = caller; in bfa_fcxp_init()
625 bfa_fcxp_init(fcxp, wqe->caller, wqe->bfa, wqe->nreq_sgles, in bfa_fcxp_put()
657 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn()
692 bfa_trc(mod->bfa, (NULL == fcxp->caller)); in hal_fcxp_send_comp()
693 if (fcxp->caller == NULL) { in hal_fcxp_send_comp()
694 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp()
828 fcxp->req_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
847 fcxp->rsp_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
889 bfa_fcxp_req_rsp_alloc(void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_req_rsp_alloc() argument
905 bfa_fcxp_init(fcxp, caller, bfa, nreq_sgles, nrsp_sgles, req_sga_cbfn, in bfa_fcxp_req_rsp_alloc()
1058 void *caller, int nreq_sgles, in bfa_fcxp_req_rsp_alloc_wait() argument
1073 wqe->caller = caller; in bfa_fcxp_req_rsp_alloc_wait()