Lines Matching refs:pgid
68 #define for_each_unicast_dest_pgid(ocelot, pgid) \ argument
69 for ((pgid) = 0; \
70 (pgid) < (ocelot)->num_phys_ports; \
71 (pgid)++)
73 #define for_each_nonreserved_multicast_dest_pgid(ocelot, pgid) \ argument
74 for ((pgid) = (ocelot)->num_phys_ports + 1; \
75 (pgid) < PGID_CPU; \
76 (pgid)++)
78 #define for_each_aggr_pgid(ocelot, pgid) \ argument
79 for ((pgid) = PGID_AGGR; \
80 (pgid) < PGID_SRC; \
81 (pgid)++)