Lines Matching defs:rxe_resp_info
164 struct rxe_resp_info { struct
165 u32 msn;
166 u32 psn;
167 u32 ack_psn;
168 int opcode;
169 int drop_msg;
170 int goto_error;
171 int sent_psn_nak;
172 enum ib_wc_status status;
173 u8 aeth_syndrome;
176 struct rxe_recv_wqe *wqe;
179 u64 va;
180 u64 offset;
181 struct rxe_mr *mr;
182 u32 resid;
183 u32 rkey;
184 u32 length;
187 struct {
190 } srq_wqe;
195 struct resp_res *resources;
196 unsigned int res_head;
197 unsigned int res_tail;
198 struct resp_res *res;
199 struct rxe_task task;