Home
last modified time | relevance | path

Searched refs:mcast_grp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh1633 local mcast_grp=$1; shift
1676 local mcast_grp=238.1.1.1
1695 local mcast_grp=238.1.1.1
1714 local mcast_grp=ff0e::2
1733 local mcast_grp=ff0e::2
1752 local mcast_grp=$1; shift
1795 local mcast_grp=238.1.1.1
1833 local mcast_grp=ff0e::2
1852 local mcast_grp=ff0e::2
1971 local mcast_grp=ff0e::2
[all …]
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c3577 struct nix_mcast_grp *mcast_grp = &nix_hw->mcast_grp; in nix_setup_mcast_grp() local
3582 mcast_grp->count = 0; in nix_setup_mcast_grp()
5201 mcast_grp = &nix_hw->mcast_grp; in nix_mcast_update_mce_entry()
6289 mcast_grp = &nix_hw->mcast_grp; in rvu_nix_mcast_get_mce_index()
6316 mcast_grp = &nix_hw->mcast_grp; in rvu_nix_mcast_flr_free_entries()
6369 mcast_grp = &nix_hw->mcast_grp; in rvu_nix_mcast_update_mcam_entry()
6394 mcast_grp = &nix_hw->mcast_grp; in rvu_mbox_handler_nix_mcast_grp_create()
6408 mcast_grp->count++; in rvu_mbox_handler_nix_mcast_grp_create()
6431 mcast_grp = &nix_hw->mcast_grp; in rvu_mbox_handler_nix_mcast_grp_destroy()
6470 mcast_grp->count--; in rvu_mbox_handler_nix_mcast_grp_destroy()
[all …]
H A Drvu.h372 struct nix_mcast_grp mcast_grp; member