Home
last modified time | relevance | path

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

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