Lines Matching defs:rxe_qp
202 struct rxe_qp { struct
203 struct ib_qp ibqp;
204 struct rxe_pool_elem elem;
205 struct ib_qp_attr attr;
206 unsigned int valid;
207 unsigned int mtu;
208 bool is_user;
210 struct rxe_pd *pd;
211 struct rxe_srq *srq;
212 struct rxe_cq *scq;
213 struct rxe_cq *rcq;
215 enum ib_sig_type sq_sig_type;
217 struct rxe_sq sq;
218 struct rxe_rq rq;
220 struct socket *sk;
221 u32 dst_cookie;
222 u16 src_port;
224 struct rxe_av pri_av;
225 struct rxe_av alt_av;
227 atomic_t mcg_num;
229 struct sk_buff_head req_pkts;
230 struct sk_buff_head resp_pkts;
232 struct rxe_req_info req;
233 struct rxe_comp_info comp;
234 struct rxe_resp_info resp;
236 atomic_t ssn;
237 atomic_t skb_out;
238 int need_req_skb;
245 struct timer_list retrans_timer;
246 u64 qp_timeout_jiffies;
249 struct timer_list rnr_nak_timer;
251 spinlock_t state_lock; /* guard requester and completer */
253 struct execute_work cleanup_work;