Searched refs:nreq_sgles (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_svc.h | 176 u32 nreq_sgles; /* num request SGLEs */ member 213 int nreq_sgles; member 611 int nreq_sgles, int nrsp_sgles, 620 int nreq_sgles, int nrsp_sgles,
|
D | bfa_svc.c | 600 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument 614 &fcxp->use_ireqbuf, &fcxp->nreq_sgles, &fcxp->req_sga_cbfn, in bfa_fcxp_init() 616 nreq_sgles, req_sga_cbfn, req_sglen_cbfn); in bfa_fcxp_init() 639 bfa_fcxp_init(fcxp, wqe->caller, wqe->bfa, wqe->nreq_sgles, in bfa_fcxp_put() 839 if (fcxp->nreq_sgles > 0) { in bfa_fcxp_queue() 840 WARN_ON(fcxp->nreq_sgles != 1); in bfa_fcxp_queue() 903 bfa_fcxp_req_rsp_alloc(void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_req_rsp_alloc() argument 919 bfa_fcxp_init(fcxp, caller, bfa, nreq_sgles, nrsp_sgles, req_sga_cbfn, in bfa_fcxp_req_rsp_alloc() 1072 void *caller, int nreq_sgles, in bfa_fcxp_req_rsp_alloc_wait() argument 1089 wqe->nreq_sgles = nreq_sgles; in bfa_fcxp_req_rsp_alloc_wait()
|