Searched defs:rxe_qp (Results 1 – 2 of 2) sorted by relevance
237 struct rxe_qp { struct238 struct ib_qp ibqp;239 struct rxe_pool_elem elem;240 struct ib_qp_attr attr;241 unsigned int valid;242 unsigned int mtu;243 bool is_user;245 struct rxe_pd *pd;246 struct rxe_srq *srq;247 struct rxe_cq *scq;[all …]
191 int (*func)(struct rxe_qp *)) in rxe_init_task()