Searched defs:rxe_qp (Results 1 – 3 of 3) sorted by relevance
208 struct rxe_qp { struct209 struct rxe_pool_entry pelem;210 struct ib_qp ibqp;211 struct ib_qp_attr attr;212 unsigned int valid;213 unsigned int mtu;214 int is_user;216 struct rxe_pd *pd;217 struct rxe_srq *srq;218 struct rxe_cq *scq;[all …]
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()