Lines Matching defs:rxe_resp_info
177 struct rxe_resp_info { struct
178 enum rxe_qp_state state;
179 u32 msn;
180 u32 psn;
181 u32 ack_psn;
182 int opcode;
183 int drop_msg;
184 int goto_error;
185 int sent_psn_nak;
186 enum ib_wc_status status;
187 u8 aeth_syndrome;
190 struct rxe_recv_wqe *wqe;
193 u64 va;
194 u64 offset;
195 struct rxe_mr *mr;
196 u32 resid;
197 u32 rkey;
198 u32 length;
201 struct {
204 } srq_wqe;
209 struct resp_res *resources;
210 unsigned int res_head;
211 unsigned int res_tail;
212 struct resp_res *res;
213 struct rxe_task task;