Searched defs:rxe_qp (Results 1 – 2 of 2) sorted by relevance
202 struct rxe_qp { struct203 struct ib_qp ibqp;204 struct rxe_pool_elem elem;205 struct ib_qp_attr attr;206 unsigned int valid;207 unsigned int mtu;208 bool is_user;210 struct rxe_pd *pd;211 struct rxe_srq *srq;212 struct rxe_cq *scq;[all …]
191 int (*func)(struct rxe_qp *)) in rxe_init_task()