Searched defs:svc_rdma_recv_ctxt (Results 1 – 1 of 1) sorted by relevance
129 struct svc_rdma_recv_ctxt { struct130 struct llist_node rc_node;131 struct list_head rc_list;132 struct ib_recv_wr rc_recv_wr;133 struct ib_cqe rc_cqe;134 struct rpc_rdma_cid rc_cid;135 struct ib_sge rc_recv_sge;136 void *rc_recv_buf;137 struct xdr_stream rc_stream;138 bool rc_temp;[all …]