diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2011-04-22 00:08:09 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-14 21:08:09 -0400 |
commit | f0f9778d043481f3cded693849e3b88b01fbc69b (patch) | |
tree | 03ca48b8bc740f75f0101ad3d2ed0a2c2899627e /drivers/net/ixgbe/ixgbe.h | |
parent | d034acf1851c15c3da56d31e7eb4151e40ed0119 (diff) |
ixgbe: Merge over-temp task into service task
This change merges the over-temp task into the service task. As a result
all tasklets are finally combined into once single tasklet for easier
management.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index a180cde6008a..e467b20ed1f0 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -379,6 +379,7 @@ struct ixgbe_adapter { | |||
379 | #define IXGBE_FLAG2_RSC_CAPABLE (u32)(1) | 379 | #define IXGBE_FLAG2_RSC_CAPABLE (u32)(1) |
380 | #define IXGBE_FLAG2_RSC_ENABLED (u32)(1 << 1) | 380 | #define IXGBE_FLAG2_RSC_ENABLED (u32)(1 << 1) |
381 | #define IXGBE_FLAG2_TEMP_SENSOR_CAPABLE (u32)(1 << 2) | 381 | #define IXGBE_FLAG2_TEMP_SENSOR_CAPABLE (u32)(1 << 2) |
382 | #define IXGBE_FLAG2_TEMP_SENSOR_EVENT (u32)(1 << 3) | ||
382 | #define IXGBE_FLAG2_SEARCH_FOR_SFP (u32)(1 << 4) | 383 | #define IXGBE_FLAG2_SEARCH_FOR_SFP (u32)(1 << 4) |
383 | #define IXGBE_FLAG2_SFP_NEEDS_RESET (u32)(1 << 5) | 384 | #define IXGBE_FLAG2_SFP_NEEDS_RESET (u32)(1 << 5) |
384 | #define IXGBE_FLAG2_RESET_REQUESTED (u32)(1 << 6) | 385 | #define IXGBE_FLAG2_RESET_REQUESTED (u32)(1 << 6) |
@@ -456,7 +457,6 @@ struct ixgbe_adapter { | |||
456 | bool link_up; | 457 | bool link_up; |
457 | unsigned long link_check_timeout; | 458 | unsigned long link_check_timeout; |
458 | 459 | ||
459 | struct work_struct check_overtemp_task; | ||
460 | struct work_struct service_task; | 460 | struct work_struct service_task; |
461 | struct timer_list service_timer; | 461 | struct timer_list service_timer; |
462 | u32 fdir_pballoc; | 462 | u32 fdir_pballoc; |