commit | 96b029b004942ecdb50e40d3e45cdc8a3aec9135 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sun Jun 21 14:46:02 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 22 20:41:05 2020 -0700 |
tree | 8344fe871515b6c0064b1c72c543172aa1604b21 | |
parent | 209edf95da63a0ad19750769f473f4ea1553d21d [diff] |
net: mscc: ocelot: introduce macros for iterating over PGIDs The current iterators are impossible to understand at first glance without switching back and forth between the definitions and their actual use in the for loops. So introduce some convenience names to help readability. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>