Lines Matching defs:rxe_qp
200 struct rxe_qp { struct
201 struct ib_qp ibqp;
202 struct rxe_pool_elem elem;
203 struct ib_qp_attr attr;
204 unsigned int valid;
205 unsigned int mtu;
206 bool is_user;
208 struct rxe_pd *pd;
209 struct rxe_srq *srq;
210 struct rxe_cq *scq;
211 struct rxe_cq *rcq;
213 enum ib_sig_type sq_sig_type;
215 struct rxe_sq sq;
216 struct rxe_rq rq;
218 struct socket *sk;
219 u32 dst_cookie;
220 u16 src_port;
222 struct rxe_av pri_av;
223 struct rxe_av alt_av;
225 atomic_t mcg_num;
227 struct sk_buff_head req_pkts;
228 struct sk_buff_head resp_pkts;
230 struct rxe_task send_task;
231 struct rxe_task recv_task;
233 struct rxe_req_info req;
234 struct rxe_comp_info comp;
235 struct rxe_resp_info resp;
237 atomic_t ssn;
238 atomic_t skb_out;
239 int need_req_skb;
246 struct timer_list retrans_timer;
247 u64 qp_timeout_jiffies;
250 struct timer_list rnr_nak_timer;
252 spinlock_t state_lock; /* guard requester and completer */
254 struct execute_work cleanup_work;