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