Searched refs:PGID_MC (Results 1 – 5 of 5) sorted by relevance
/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 | 951 ANA_FLOODING_IPMC_FLD_MC4_CTRL_SET(PGID_MC) | in lan966x_init() 953 ANA_FLOODING_IPMC_FLD_MC6_CTRL_SET(PGID_MC), in lan966x_init() 958 lan_rmw(ANA_FLOODING_FLD_MULTICAST_SET(PGID_MC) | in lan966x_init() 1007 lan966x, ANA_PGID(PGID_MC)); in lan966x_init()
|
H A D | lan966x_main.h | 56 #define PGID_MC (PGID_AGGR - 3) macro
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 2715 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_MC); in ocelot_port_set_mcast_flood() 3244 ocelot_write_rix(ocelot, ANA_FLOODING_FLD_MULTICAST(PGID_MC) | in ocelot_init() 3249 ANA_FLOODING_IPMC_FLD_MC6_CTRL(PGID_MC) | in ocelot_init() 3251 ANA_FLOODING_IPMC_FLD_MC4_CTRL(PGID_MC), in ocelot_init() 3277 ANA_PGID_PGID, PGID_MC); in ocelot_init()
|
/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 684 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_MC); in felix_set_host_flood()
|