aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r--drivers/net/e1000/e1000.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h
index 896ea8a72386..f091042b146e 100644
--- a/drivers/net/e1000/e1000.h
+++ b/drivers/net/e1000/e1000.h
@@ -257,6 +257,17 @@ struct e1000_adapter {
257 spinlock_t tx_queue_lock; 257 spinlock_t tx_queue_lock;
258#endif 258#endif
259 atomic_t irq_sem; 259 atomic_t irq_sem;
260 unsigned int detect_link;
261 unsigned int total_tx_bytes;
262 unsigned int total_tx_packets;
263 unsigned int total_rx_bytes;
264 unsigned int total_rx_packets;
265 /* Interrupt Throttle Rate */
266 uint32_t itr;
267 uint32_t itr_setting;
268 uint16_t tx_itr;
269 uint16_t rx_itr;
270
260 struct work_struct reset_task; 271 struct work_struct reset_task;
261 uint8_t fc_autoneg; 272 uint8_t fc_autoneg;
262 273
@@ -314,8 +325,6 @@ struct e1000_adapter {
314 uint64_t gorcl_old; 325 uint64_t gorcl_old;
315 uint16_t rx_ps_bsize0; 326 uint16_t rx_ps_bsize0;
316 327
317 /* Interrupt Throttle Rate */
318 uint32_t itr;
319 328
320 /* OS defined structs */ 329 /* OS defined structs */
321 struct net_device *netdev; 330 struct net_device *netdev;