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