Home
last modified time | relevance | path

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

/include/linux/sunrpc/
Dsvc_rdma.h74 struct svcxprt_rdma { struct
75 struct svc_xprt sc_xprt; /* SVC transport structure */
76 struct rdma_cm_id *sc_cm_id; /* RDMA connection id */
77 struct list_head sc_accept_q; /* Conn. waiting accept */
78 int sc_ord; /* RDMA read limit */
79 int sc_max_send_sges;
80 bool sc_snd_w_inv; /* OK to use Send With Invalidate */
82 atomic_t sc_sq_avail; /* SQEs ready to be consumed */
83 unsigned int sc_sq_depth; /* Depth of SQ */
84 __be32 sc_fc_credits; /* Forward credits */
[all …]