Searched defs:rxe_qp (Results 1 – 1 of 1) sorted by relevance
209 struct rxe_qp { struct210 struct ib_qp ibqp;211 struct rxe_pool_entry pelem;212 struct ib_qp_attr attr;213 unsigned int valid;214 unsigned int mtu;215 bool is_user;217 struct rxe_pd *pd;218 struct rxe_srq *srq;219 struct rxe_cq *scq;[all …]