Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_svc.h168 u32 nreq_sgles; /* num request SGLEs */ member
205 int nreq_sgles; member
659 int nreq_sgles, int nrsp_sgles,
668 int nreq_sgles, int nrsp_sgles,
H A Dbfa_svc.c572 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument
586 &fcxp->use_ireqbuf, &fcxp->nreq_sgles, &fcxp->req_sga_cbfn, in bfa_fcxp_init()
588 nreq_sgles, req_sga_cbfn, req_sglen_cbfn); in bfa_fcxp_init()
611 bfa_fcxp_init(fcxp, wqe->caller, wqe->bfa, wqe->nreq_sgles, in bfa_fcxp_put()
811 if (fcxp->nreq_sgles > 0) { in bfa_fcxp_queue()
812 WARN_ON(fcxp->nreq_sgles != 1); in bfa_fcxp_queue()
875 bfa_fcxp_req_rsp_alloc(void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_req_rsp_alloc() argument
891 bfa_fcxp_init(fcxp, caller, bfa, nreq_sgles, nrsp_sgles, req_sga_cbfn, in bfa_fcxp_req_rsp_alloc()
1044 void *caller, int nreq_sgles, in bfa_fcxp_req_rsp_alloc_wait() argument
1061 wqe->nreq_sgles = nreq_sgles; in bfa_fcxp_req_rsp_alloc_wait()