Searched refs:PGID_BC (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_switchdev.c | 81 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 D | lan966x_main.c | 955 ANA_FLOODING_FLD_BROADCAST_SET(PGID_BC), in lan966x_init() 1021 lan966x, ANA_PGID(PGID_BC)); in lan966x_init()
|
H A D | lan966x_main.h | 54 #define PGID_BC (PGID_AGGR - 4) macro
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 2556 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_BC); in ocelot_port_set_bcast_flood() 3073 ANA_FLOODING_FLD_BROADCAST(PGID_BC) | in ocelot_init() 3108 ANA_PGID_PGID, PGID_BC); in ocelot_init()
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 71 #define PGID_BC 63 macro
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 601 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_BC); in felix_set_host_flood()
|