aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_hw.h
diff options
context:
space:
mode:
authorMitch Williams <mitch.a.williams@intel.com>2006-09-27 15:53:37 -0400
committerAuke Kok <juke-jan.h.kok@intel.com>2006-09-27 15:53:37 -0400
commit49559854c9ea6d6950631d558d33faff49fa74f3 (patch)
tree555e34f173fccb3d6802e3affe9dafd4cea299c4 /drivers/net/e1000/e1000_hw.h
parent35574764c7eafab4ec0aa92c18a78a51acc8a710 (diff)
e1000: add multicast stats counters
Add 4 multicast and broadcast hardware counters (rx/tx), and eliminate as many non-hardware counters as possible. Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r--drivers/net/e1000/e1000_hw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h
index 47f34f213ac5..113344eb0e92 100644
--- a/drivers/net/e1000/e1000_hw.h
+++ b/drivers/net/e1000/e1000_hw.h
@@ -1298,6 +1298,7 @@ struct e1000_hw_stats {
1298 uint64_t algnerrc; 1298 uint64_t algnerrc;
1299 uint64_t symerrs; 1299 uint64_t symerrs;
1300 uint64_t rxerrc; 1300 uint64_t rxerrc;
1301 uint64_t txerrc;
1301 uint64_t mpc; 1302 uint64_t mpc;
1302 uint64_t scc; 1303 uint64_t scc;
1303 uint64_t ecol; 1304 uint64_t ecol;
@@ -1330,8 +1331,9 @@ struct e1000_hw_stats {
1330 uint64_t gotch; 1331 uint64_t gotch;
1331 uint64_t rnbc; 1332 uint64_t rnbc;
1332 uint64_t ruc; 1333 uint64_t ruc;
1333 uint64_t rfc;
1334 uint64_t roc; 1334 uint64_t roc;
1335 uint64_t rlerrc;
1336 uint64_t rfc;
1335 uint64_t rjc; 1337 uint64_t rjc;
1336 uint64_t mgprc; 1338 uint64_t mgprc;
1337 uint64_t mgpdc; 1339 uint64_t mgpdc;