Searched refs:nreq_sgles (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfa_svc.h | 168 u32 nreq_sgles; /* num request SGLEs */ member 205 int nreq_sgles; member 603 int nreq_sgles, int nrsp_sgles, 612 int nreq_sgles, int nrsp_sgles,
|
D | bfa_svc.c | 586 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument 600 &fcxp->use_ireqbuf, &fcxp->nreq_sgles, &fcxp->req_sga_cbfn, in bfa_fcxp_init() 602 nreq_sgles, req_sga_cbfn, req_sglen_cbfn); in bfa_fcxp_init() 625 bfa_fcxp_init(fcxp, wqe->caller, wqe->bfa, wqe->nreq_sgles, in bfa_fcxp_put() 825 if (fcxp->nreq_sgles > 0) { in bfa_fcxp_queue() 826 WARN_ON(fcxp->nreq_sgles != 1); 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 1075 wqe->nreq_sgles = nreq_sgles; in bfa_fcxp_req_rsp_alloc_wait()
|