Searched refs:sc_max_requests (Results 1 – 3 of 3) sorted by relevance
482 cma_xprt->sc_max_requests = svcrdma_max_requests; in rdma_create_xprt()887 newxprt->sc_max_requests = min((size_t)devattr.max_qp_wr, in svc_rdma_accept()889 newxprt->sc_sq_depth = RPCRDMA_SQ_DEPTH_MULT * newxprt->sc_max_requests; in svc_rdma_accept()917 newxprt->sc_max_requests, in svc_rdma_accept()928 qp_attr.cap.max_recv_wr = newxprt->sc_max_requests; in svc_rdma_accept()1033 for (i = 0; i < newxprt->sc_max_requests; i++) { in svc_rdma_accept()1084 newxprt->sc_max_requests, in svc_rdma_accept()
278 *va++ = htonl(xprt->sc_max_requests); in svc_rdma_xdr_encode_error()363 rdma_resp->rm_credit = htonl(xprt->sc_max_requests); in svc_rdma_xdr_encode_reply_header()
139 int sc_max_requests; /* Depth of RQ */ member