Searched defs:svc_rdma_recv_ctxt (Results 1 – 1 of 1) sorted by relevance
177 struct svc_rdma_recv_ctxt { struct178 struct llist_node rc_node;179 struct list_head rc_list;180 struct ib_recv_wr rc_recv_wr;181 struct ib_cqe rc_cqe;182 struct rpc_rdma_cid rc_cid;183 struct ib_sge rc_recv_sge;184 void *rc_recv_buf;185 struct xdr_stream rc_stream;186 u32 rc_byte_len;[all …]