Lines Matching refs:rxe
10 int rxe_mcast_get_grp(struct rxe_dev *rxe, union ib_gid *mgid, in rxe_mcast_get_grp() argument
16 if (rxe->attr.max_mcast_qp_attach == 0) { in rxe_mcast_get_grp()
21 grp = rxe_pool_get_key(&rxe->mc_grp_pool, mgid); in rxe_mcast_get_grp()
25 grp = rxe_alloc(&rxe->mc_grp_pool); in rxe_mcast_get_grp()
33 grp->rxe = rxe; in rxe_mcast_get_grp()
37 err = rxe_mcast_add(rxe, mgid); in rxe_mcast_get_grp()
51 int rxe_mcast_add_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_mcast_add_grp_elem() argument
67 if (grp->num_qp >= rxe->attr.max_mcast_qp_attach) { in rxe_mcast_add_grp_elem()
72 elem = rxe_alloc(&rxe->mc_elem_pool); in rxe_mcast_add_grp_elem()
95 int rxe_mcast_drop_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_mcast_drop_grp_elem() argument
101 grp = rxe_pool_get_key(&rxe->mc_grp_pool, mgid); in rxe_mcast_drop_grp_elem()
159 struct rxe_dev *rxe = grp->rxe; in rxe_mc_cleanup() local
162 rxe_mcast_delete(rxe, &grp->mgid); in rxe_mc_cleanup()