igb: Implementation of 1-sec delay for i210 devices
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / igb.h
index c1fae7aa0bd55b278205f493701337b2f9eaac4b..6807b098edaee27c0343f3903a080c08604ea3d5 100644 (file)
@@ -448,6 +448,8 @@ struct igb_adapter {
        struct i2c_client *i2c_client;
        u32 rss_indir_tbl_init;
        u8 rss_indir_tbl[IGB_RETA_SIZE];
+
+       unsigned long link_check_timeout;
 };
 
 #define IGB_FLAG_HAS_MSI               (1 << 0)
@@ -459,6 +461,7 @@ struct igb_adapter {
 #define IGB_FLAG_RSS_FIELD_IPV4_UDP    (1 << 6)
 #define IGB_FLAG_RSS_FIELD_IPV6_UDP    (1 << 7)
 #define IGB_FLAG_WOL_SUPPORTED         (1 << 8)
+#define IGB_FLAG_NEED_LINK_UPDATE      (1 << 9)
 
 /* DMA Coalescing defines */
 #define IGB_MIN_TXPBSIZE       20408
This page took 0.025122 seconds and 5 git commands to generate.