Home
last modified time | relevance | path

Searched refs:PGID_BC (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c81 u32 val = lan_rd(port->lan966x, ANA_PGID(PGID_BC)); in lan966x_port_set_bcast_flood()
91 port->lan966x, ANA_PGID(PGID_BC)); in lan966x_port_set_bcast_flood()
H A Dlan966x_main.c960 ANA_FLOODING_FLD_BROADCAST_SET(PGID_BC), in lan966x_init()
1026 lan966x, ANA_PGID(PGID_BC)); in lan966x_init()
H A Dlan966x_main.h55 #define PGID_BC (PGID_AGGR - 4) macro
/linux/drivers/net/ethernet/mscc/
H A Docelot.c2730 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_BC); in ocelot_port_set_bcast_flood()
3247 ANA_FLOODING_FLD_BROADCAST(PGID_BC) | in ocelot_init()
3282 ANA_PGID_PGID, PGID_BC); in ocelot_init()
/linux/include/soc/mscc/
H A Docelot.h63 * PGID_BC: the flooding destinations for broadcast traffic.
71 #define PGID_BC 63 macro