Searched refs:sc_sq_depth (Results 1 – 4 of 4) sorted by relevance
443 newxprt->sc_sq_depth = rq_depth + ctxts; in svc_rdma_accept()444 if (newxprt->sc_sq_depth > dev->attrs.max_qp_wr) { in svc_rdma_accept()447 newxprt->sc_sq_depth = dev->attrs.max_qp_wr; in svc_rdma_accept()449 atomic_set(&newxprt->sc_sq_avail, newxprt->sc_sq_depth); in svc_rdma_accept()456 newxprt->sc_sq_cq = ib_alloc_cq_any(dev, newxprt, newxprt->sc_sq_depth, in svc_rdma_accept()474 qp_attr.cap.max_send_wr = newxprt->sc_sq_depth - ctxts; in svc_rdma_accept()539 dprintk(" sq_depth : %d\n", newxprt->sc_sq_depth); in svc_rdma_accept()
308 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt()
84 unsigned int sc_sq_depth; /* Depth of SQ */ member
1800 __entry->depth = rdma->sc_sq_depth;