Lines Matching defs:rxe_resp_info
171 struct rxe_resp_info { struct
172 enum rxe_qp_state state;
173 u32 msn;
174 u32 psn;
175 u32 ack_psn;
176 int opcode;
177 int drop_msg;
178 int goto_error;
179 int sent_psn_nak;
180 enum ib_wc_status status;
181 u8 aeth_syndrome;
184 struct rxe_recv_wqe *wqe;
187 u64 va;
188 u64 offset;
189 struct rxe_mr *mr;
190 u32 resid;
191 u32 rkey;
192 u32 length;
195 struct {
198 } srq_wqe;
203 struct resp_res *resources;
204 unsigned int res_head;
205 unsigned int res_tail;
206 struct resp_res *res;
207 struct rxe_task task;