Searched refs:PGID_UC (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_switchdev.c | 65 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()
|
D | lan966x_main.c | 890 ANA_FLOODING_FLD_UNICAST_SET(PGID_UC) | in lan966x_init() 952 lan966x, ANA_PGID(PGID_UC)); in lan966x_init()
|
D | lan966x_main.h | 47 #define PGID_UC (PGID_AGGR - 5) macro
|
/drivers/net/ethernet/mscc/ |
D | ocelot.c | 2352 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_UC); in ocelot_port_set_ucast_flood() 2797 ANA_FLOODING_FLD_UNICAST(PGID_UC), in ocelot_init()
|
/drivers/net/dsa/ocelot/ |
D | felix.c | 591 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_UC); in felix_set_host_flood()
|