Searched defs:rxe_qp (Results 1 – 1 of 1) sorted by relevance
210 struct rxe_qp { struct211 struct ib_qp ibqp;212 struct rxe_pool_elem elem;213 struct ib_qp_attr attr;214 unsigned int valid;215 unsigned int mtu;216 bool is_user;218 struct rxe_pd *pd;219 struct rxe_srq *srq;220 struct rxe_cq *scq;[all …]