Searched refs:nreq_sgles (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_svc.h | 175 u32 nreq_sgles; /* num request SGLEs */ member 212 int nreq_sgles; member 610 int nreq_sgles, int nrsp_sgles, 619 int nreq_sgles, int nrsp_sgles,
|
D | bfa_svc.c | 642 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument 656 &fcxp->use_ireqbuf, &fcxp->nreq_sgles, &fcxp->req_sga_cbfn, in bfa_fcxp_init() 658 nreq_sgles, req_sga_cbfn, req_sglen_cbfn); in bfa_fcxp_init() 681 bfa_fcxp_init(fcxp, wqe->caller, wqe->bfa, wqe->nreq_sgles, in bfa_fcxp_put() 881 if (fcxp->nreq_sgles > 0) { in bfa_fcxp_queue() 882 WARN_ON(fcxp->nreq_sgles != 1); 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 1131 wqe->nreq_sgles = nreq_sgles; in bfa_fcxp_req_rsp_alloc_wait()
|