Lines Matching defs:rxe_resp_info
172 struct rxe_resp_info { struct
173 enum rxe_qp_state state;
174 u32 msn;
175 u32 psn;
176 u32 ack_psn;
177 int opcode;
178 int drop_msg;
179 int goto_error;
180 int sent_psn_nak;
181 enum ib_wc_status status;
182 u8 aeth_syndrome;
185 struct rxe_recv_wqe *wqe;
188 u64 va;
189 u64 offset;
190 struct rxe_mr *mr;
191 u32 resid;
192 u32 rkey;
193 u32 length;
194 u64 atomic_orig;
197 struct {
200 } srq_wqe;
205 struct resp_res *resources;
206 unsigned int res_head;
207 unsigned int res_tail;
208 struct resp_res *res;
209 struct rxe_task task;