Home
last modified time | relevance | path

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

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