Searched defs:rxe_qp (Results 1 – 1 of 1) sorted by relevance
231 struct rxe_qp { struct232 struct rxe_pool_entry pelem;233 struct ib_qp ibqp;234 struct ib_qp_attr attr;235 unsigned int valid;236 unsigned int mtu;237 int is_user;239 struct rxe_pd *pd;240 struct rxe_srq *srq;241 struct rxe_cq *scq;[all …]