Searched defs:svcxprt_rdma (Results 1 – 1 of 1) sorted by relevance
76 struct svcxprt_rdma { struct77 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 struct rpcrdma_notification sc_rn; /* removal notification */81 int sc_ord; /* RDMA read limit */82 int sc_max_send_sges;83 bool sc_snd_w_inv; /* OK to use Send With Invalidate */85 atomic_t sc_sq_avail; /* SQEs ready to be consumed */86 unsigned int sc_sq_depth; /* Depth of SQ */[all …]