Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/
Dsparx5_main.h59 #define PGID_BASE SPX5_PORTS /* Starts after port PGIDs */ macro
60 #define PGID_UC_FLOOD (PGID_BASE + 0)
61 #define PGID_MC_FLOOD (PGID_BASE + 1)
62 #define PGID_IPV4_MC_DATA (PGID_BASE + 2)
63 #define PGID_IPV4_MC_CTRL (PGID_BASE + 3)
64 #define PGID_IPV6_MC_DATA (PGID_BASE + 4)
65 #define PGID_IPV6_MC_CTRL (PGID_BASE + 5)
66 #define PGID_BCAST (PGID_BASE + 6)
67 #define PGID_CPU (PGID_BASE + 7)
68 #define PGID_MCAST_START (PGID_BASE + 8)