diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2006-01-12 19:50:35 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-17 07:40:11 -0500 |
commit | 6b7660cd4df23ee92ddc0ba4b4ec31e3adee7bc9 (patch) | |
tree | 624a74e76fa9d5fdcc3f6c9142148cfaafc9a01d /drivers/net/e1000/e1000.h | |
parent | 7892f59c5ea86115450293441ca10654168e00da (diff) |
[PATCH] Fix e1000 stats
Updated the e1000_stats structure and removed mpx for rx_errors and rx_dropped.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r-- | drivers/net/e1000/e1000.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index c87187d3e595..4dd1326dd04f 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h | |||
@@ -275,6 +275,7 @@ struct e1000_adapter { | |||
275 | uint64_t gotcl_old; | 275 | uint64_t gotcl_old; |
276 | uint64_t tpt_old; | 276 | uint64_t tpt_old; |
277 | uint64_t colc_old; | 277 | uint64_t colc_old; |
278 | uint32_t tx_timeout_count; | ||
278 | uint32_t tx_fifo_head; | 279 | uint32_t tx_fifo_head; |
279 | uint32_t tx_head_addr; | 280 | uint32_t tx_head_addr; |
280 | uint32_t tx_fifo_size; | 281 | uint32_t tx_fifo_size; |
@@ -307,6 +308,7 @@ struct e1000_adapter { | |||
307 | uint64_t hw_csum_err; | 308 | uint64_t hw_csum_err; |
308 | uint64_t hw_csum_good; | 309 | uint64_t hw_csum_good; |
309 | uint64_t rx_hdr_split; | 310 | uint64_t rx_hdr_split; |
311 | uint32_t alloc_rx_buff_failed; | ||
310 | uint32_t rx_int_delay; | 312 | uint32_t rx_int_delay; |
311 | uint32_t rx_abs_int_delay; | 313 | uint32_t rx_abs_int_delay; |
312 | boolean_t rx_csum; | 314 | boolean_t rx_csum; |