diff options
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r-- | drivers/net/e1000/e1000.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index 0a084e915dd6..d95a5f88181c 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h | |||
@@ -296,6 +296,7 @@ struct e1000_adapter { | |||
296 | uint32_t tx_fifo_head; | 296 | uint32_t tx_fifo_head; |
297 | uint32_t tx_head_addr; | 297 | uint32_t tx_head_addr; |
298 | uint32_t tx_fifo_size; | 298 | uint32_t tx_fifo_size; |
299 | uint8_t tx_timeout_factor; | ||
299 | atomic_t tx_fifo_stall; | 300 | atomic_t tx_fifo_stall; |
300 | boolean_t pcix_82544; | 301 | boolean_t pcix_82544; |
301 | boolean_t detect_tx_hung; | 302 | boolean_t detect_tx_hung; |