Searched refs:sc_sq_depth (Results 1 – 2 of 2) sorted by relevance
483 cma_xprt->sc_sq_depth = svcrdma_max_requests * RPCRDMA_SQ_DEPTH_MULT; in rdma_create_xprt()889 newxprt->sc_sq_depth = RPCRDMA_SQ_DEPTH_MULT * newxprt->sc_max_requests; in svc_rdma_accept()907 newxprt->sc_sq_depth, in svc_rdma_accept()927 qp_attr.cap.max_send_wr = newxprt->sc_sq_depth; in svc_rdma_accept()1083 newxprt->sc_sq_depth, in svc_rdma_accept()1276 if (xprt->sc_sq_depth < atomic_read(&xprt->sc_sq_count) + wr_count) { in svc_rdma_send()1286 xprt->sc_sq_depth); in svc_rdma_send()1306 xprt->sc_sq_depth); in svc_rdma_send()
136 int sc_sq_depth; /* Depth of SQ */ member