diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index 796f189f3879..9509aee2d361 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -311,12 +311,15 @@ struct ixgbe_adapter { | |||
311 | unsigned long link_check_timeout; | 311 | unsigned long link_check_timeout; |
312 | 312 | ||
313 | struct work_struct watchdog_task; | 313 | struct work_struct watchdog_task; |
314 | struct work_struct sfp_task; | ||
315 | struct timer_list sfp_timer; | ||
314 | }; | 316 | }; |
315 | 317 | ||
316 | enum ixbge_state_t { | 318 | enum ixbge_state_t { |
317 | __IXGBE_TESTING, | 319 | __IXGBE_TESTING, |
318 | __IXGBE_RESETTING, | 320 | __IXGBE_RESETTING, |
319 | __IXGBE_DOWN | 321 | __IXGBE_DOWN, |
322 | __IXGBE_SFP_MODULE_NOT_FOUND | ||
320 | }; | 323 | }; |
321 | 324 | ||
322 | enum ixgbe_boards { | 325 | enum ixgbe_boards { |