Searched refs:PGID_UC (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A 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()
|
H A D | lan966x_main.c | 953 ANA_FLOODING_FLD_UNICAST_SET(PGID_UC) | in lan966x_init() 1015 lan966x, ANA_PGID(PGID_UC)); in lan966x_init()
|
H A D | lan966x_main.h | 54 #define PGID_UC (PGID_AGGR - 5) macro
|
/linux/include/soc/mscc/ |
H A D | ocelot.h | 67 #define PGID_UC 59 macro
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 2698 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_UC); in ocelot_port_set_ucast_flood() 3240 ANA_FLOODING_FLD_UNICAST(PGID_UC), in ocelot_init()
|
/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 681 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_UC); in felix_set_host_flood()
|