Searched refs:PGID_MC (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H 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()
|
H A D | lan966x_main.c | 946 ANA_FLOODING_IPMC_FLD_MC4_CTRL_SET(PGID_MC) | in lan966x_init() 948 ANA_FLOODING_IPMC_FLD_MC6_CTRL_SET(PGID_MC), in lan966x_init() 953 lan_rmw(ANA_FLOODING_FLD_MULTICAST_SET(PGID_MC) | in lan966x_init() 1002 lan966x, ANA_PGID(PGID_MC)); in lan966x_init()
|
H A D | lan966x_main.h | 55 #define PGID_MC (PGID_AGGR - 3) macro
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 2543 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_MC); in ocelot_port_set_mcast_flood() 3072 ocelot_write_rix(ocelot, ANA_FLOODING_FLD_MULTICAST(PGID_MC) | in ocelot_init() 3077 ANA_FLOODING_IPMC_FLD_MC6_CTRL(PGID_MC) | in ocelot_init() 3079 ANA_FLOODING_IPMC_FLD_MC4_CTRL(PGID_MC), in ocelot_init() 3105 ANA_PGID_PGID, PGID_MC); in ocelot_init()
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 68 #define PGID_MC 60 macro
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 596 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_MC); in felix_set_host_flood()
|