Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dsvc_rdma.h127 struct svc_rdma_recv_ctxt { struct
128 struct llist_node rc_node;
129 struct list_head rc_list;
130 struct ib_recv_wr rc_recv_wr;
131 struct ib_cqe rc_cqe;
132 struct ib_sge rc_recv_sge;
133 void *rc_recv_buf;
134 struct xdr_buf rc_arg;
135 bool rc_temp;
136 u32 rc_byte_len;
[all …]