Home
last modified time | relevance | path

Searched refs:PGID_UC_FLOOD (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vlan.c165 for (port = PGID_UC_FLOOD; port <= PGID_BCAST; port++) { in sparx5_update_fwd()
H A Dsparx5_switchdev.c50 sparx5_pgid_update_mask(port, PGID_UC_FLOOD, !!(flags.val & BR_FLOOD)); in sparx5_port_attr_bridge_flags()
H A Dsparx5_main.h61 #define PGID_UC_FLOOD (PGID_BASE + 0) macro