Lines Matching refs:rxe
37 int rxe_mcast_get_grp(struct rxe_dev *rxe, union ib_gid *mgid, in rxe_mcast_get_grp() argument
43 if (rxe->attr.max_mcast_qp_attach == 0) { in rxe_mcast_get_grp()
48 grp = rxe_pool_get_key(&rxe->mc_grp_pool, mgid); in rxe_mcast_get_grp()
52 grp = rxe_alloc(&rxe->mc_grp_pool); in rxe_mcast_get_grp()
60 grp->rxe = rxe; in rxe_mcast_get_grp()
64 err = rxe_mcast_add(rxe, mgid); in rxe_mcast_get_grp()
78 int rxe_mcast_add_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_mcast_add_grp_elem() argument
94 if (grp->num_qp >= rxe->attr.max_mcast_qp_attach) { in rxe_mcast_add_grp_elem()
99 elem = rxe_alloc(&rxe->mc_elem_pool); in rxe_mcast_add_grp_elem()
122 int rxe_mcast_drop_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_mcast_drop_grp_elem() argument
128 grp = rxe_pool_get_key(&rxe->mc_grp_pool, mgid); in rxe_mcast_drop_grp_elem()
186 struct rxe_dev *rxe = grp->rxe; in rxe_mc_cleanup() local
189 rxe_mcast_delete(rxe, &grp->mgid); in rxe_mc_cleanup()