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