Home
last modified time | relevance | path

Searched defs:svcxprt_rdma (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/sunrpc/
Dsvc_rdma.h131 struct svcxprt_rdma { struct
132 struct svc_xprt sc_xprt; /* SVC transport structure */
133 struct rdma_cm_id *sc_cm_id; /* RDMA connection id */
134 struct list_head sc_accept_q; /* Conn. waiting accept */
135 int sc_ord; /* RDMA read limit */
136 int sc_max_sge;
138 int sc_sq_depth; /* Depth of SQ */
139 atomic_t sc_sq_count; /* Number of SQ WR on queue */
141 int sc_max_requests; /* Depth of RQ */
142 int sc_max_req_size; /* Size of each RQ WR buf */
[all …]