Home
last modified time | relevance | path

Searched refs:nreq_sgles (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/bfa/
Dbfa_svc.h168 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,
Dbfa_svc.c592 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument
606 &fcxp->use_ireqbuf, &fcxp->nreq_sgles, &fcxp->req_sga_cbfn, in bfa_fcxp_init()
608 nreq_sgles, req_sga_cbfn, req_sglen_cbfn); in bfa_fcxp_init()
631 bfa_fcxp_init(fcxp, wqe->caller, wqe->bfa, wqe->nreq_sgles, in bfa_fcxp_put()
831 if (fcxp->nreq_sgles > 0) { in bfa_fcxp_queue()
832 WARN_ON(fcxp->nreq_sgles != 1); in bfa_fcxp_queue()
895 bfa_fcxp_req_rsp_alloc(void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_req_rsp_alloc() argument
911 bfa_fcxp_init(fcxp, caller, bfa, nreq_sgles, nrsp_sgles, req_sga_cbfn, in bfa_fcxp_req_rsp_alloc()
1064 void *caller, int nreq_sgles, in bfa_fcxp_req_rsp_alloc_wait() argument
1081 wqe->nreq_sgles = nreq_sgles; in bfa_fcxp_req_rsp_alloc_wait()