Lines Matching refs:caller
574 if (fcxp->caller == NULL) { in bfa_fcxp_iocdisable()
575 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable()
642 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument
653 fcxp->caller = caller; in bfa_fcxp_init()
681 bfa_fcxp_init(fcxp, wqe->caller, wqe->bfa, wqe->nreq_sgles, in bfa_fcxp_put()
713 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn()
748 bfa_trc(mod->bfa, (NULL == fcxp->caller)); in hal_fcxp_send_comp()
749 if (fcxp->caller == NULL) { in hal_fcxp_send_comp()
750 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp()
884 fcxp->req_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
903 fcxp->rsp_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
945 bfa_fcxp_req_rsp_alloc(void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_req_rsp_alloc() argument
961 bfa_fcxp_init(fcxp, caller, bfa, nreq_sgles, nrsp_sgles, req_sga_cbfn, in bfa_fcxp_req_rsp_alloc()
1114 void *caller, int nreq_sgles, in bfa_fcxp_req_rsp_alloc_wait() argument
1129 wqe->caller = caller; in bfa_fcxp_req_rsp_alloc_wait()