aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r--drivers/net/ixgbe/ixgbe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h
index 06859f687f19..5581fa3976df 100644
--- a/drivers/net/ixgbe/ixgbe.h
+++ b/drivers/net/ixgbe/ixgbe.h
@@ -336,6 +336,9 @@ struct ixgbe_adapter {
336 struct timer_list sfp_timer; 336 struct timer_list sfp_timer;
337 struct work_struct multispeed_fiber_task; 337 struct work_struct multispeed_fiber_task;
338 struct work_struct sfp_config_module_task; 338 struct work_struct sfp_config_module_task;
339#ifdef IXGBE_FCOE
340 struct ixgbe_fcoe fcoe;
341#endif /* IXGBE_FCOE */
339 u64 rsc_count; 342 u64 rsc_count;
340 u32 wol; 343 u32 wol;
341 u16 eeprom_version; 344 u16 eeprom_version;