Searched refs:PGID_MC (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_switchdev.c | 25 flood_mask = lan_rd(lan966x, ANA_PGID(PGID_MC)); in lan966x_port_set_mcast_ip_flood() 44 u32 val = lan_rd(port->lan966x, ANA_PGID(PGID_MC)); in lan966x_port_set_mcast_flood() 54 port->lan966x, ANA_PGID(PGID_MC)); in lan966x_port_set_mcast_flood()
|
A D | lan966x_main.c | 908 ANA_FLOODING_IPMC_FLD_MC4_CTRL_SET(PGID_MC) | in lan966x_init() 910 ANA_FLOODING_IPMC_FLD_MC6_CTRL_SET(PGID_MC), in lan966x_init() 915 lan_rmw(ANA_FLOODING_FLD_MULTICAST_SET(PGID_MC) | in lan966x_init() 964 lan966x, ANA_PGID(PGID_MC)); in lan966x_init()
|
A D | lan966x_main.h | 54 #define PGID_MC (PGID_AGGR - 3) macro
|
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot.c | 2365 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_MC); in ocelot_port_set_mcast_flood() 2842 ocelot_write_rix(ocelot, ANA_FLOODING_FLD_MULTICAST(PGID_MC) | in ocelot_init() 2847 ANA_FLOODING_IPMC_FLD_MC6_CTRL(PGID_MC) | in ocelot_init() 2849 ANA_FLOODING_IPMC_FLD_MC4_CTRL(PGID_MC), in ocelot_init() 2875 ANA_PGID_PGID, PGID_MC); in ocelot_init()
|
/linux-6.3-rc2/include/soc/mscc/ |
A D | ocelot.h | 66 #define PGID_MC 60 macro
|
/linux-6.3-rc2/drivers/net/dsa/ocelot/ |
A D | felix.c | 594 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_MC); in felix_set_host_flood()
|
Completed in 53 milliseconds