Lines Matching defs:svc_rdma_recv_ctxt
129 struct svc_rdma_recv_ctxt { struct
130 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;
139 u32 rc_byte_len;
140 unsigned int rc_page_count;
141 u32 rc_inv_rkey;
142 __be32 rc_msgtype;
144 struct svc_rdma_pcl rc_call_pcl;
169 struct svc_rdma_recv_ctxt *rctxt); argument