Home
last modified time | relevance | path

Searched refs:PGID_UC (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/
Dlan966x_switchdev.c65 u32 val = lan_rd(port->lan966x, ANA_PGID(PGID_UC)); in lan966x_port_set_ucast_flood()
75 port->lan966x, ANA_PGID(PGID_UC)); in lan966x_port_set_ucast_flood()
Dlan966x_main.c954 ANA_FLOODING_FLD_UNICAST_SET(PGID_UC) | in lan966x_init()
1016 lan966x, ANA_PGID(PGID_UC)); in lan966x_init()
Dlan966x_main.h53 #define PGID_UC (PGID_AGGR - 5) macro
/linux-6.6.21/include/soc/mscc/
Docelot.h67 #define PGID_UC 59 macro
/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot.c2457 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_UC); in ocelot_port_set_ucast_flood()
2997 ANA_FLOODING_FLD_UNICAST(PGID_UC), in ocelot_init()
/linux-6.6.21/drivers/net/dsa/ocelot/
Dfelix.c591 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_UC); in felix_set_host_flood()