diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2020-03-27 17:00:16 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-30 08:04:20 +0300 |
commit | 336aa67bd027f4771c3a7f3d8a3fd15d923f5df5 (patch) | |
tree | 76e408d9ca49d444ddc7286946d7c1eb4b133708 /drivers/net/dsa/sja1105/sja1105.h | |
parent | b8f14878e6ae210cad4025bfc97dca877b4df721 (diff) | |
download | linux-336aa67bd027f4771c3a7f3d8a3fd15d923f5df5.tar.xz |
net: dsa: sja1105: show more ethtool statistics counters for P/Q/R/S
It looks like the P/Q/R/S series supports some more counters,
generically named "Ethernet statistics counter", which we were not
printing. Add them.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/sja1105/sja1105.h')
-rw-r--r-- | drivers/net/dsa/sja1105/sja1105.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/sja1105/sja1105.h b/drivers/net/dsa/sja1105/sja1105.h index 0e5b739b2fe8..d97d4699104e 100644 --- a/drivers/net/dsa/sja1105/sja1105.h +++ b/drivers/net/dsa/sja1105/sja1105.h @@ -60,6 +60,7 @@ struct sja1105_regs { u64 mac[SJA1105_NUM_PORTS]; u64 mac_hl1[SJA1105_NUM_PORTS]; u64 mac_hl2[SJA1105_NUM_PORTS]; + u64 ether_stats[SJA1105_NUM_PORTS]; u64 qlevel[SJA1105_NUM_PORTS]; }; |