diff options
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r-- | drivers/net/tg3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h index 46fa105fce83..7cb2eefa7aad 100644 --- a/drivers/net/tg3.h +++ b/drivers/net/tg3.h | |||
@@ -2125,7 +2125,7 @@ struct tg3 { | |||
2125 | #define TG3_FLAG_NO_TX_PSEUDO_CSUM 0x00100000 | 2125 | #define TG3_FLAG_NO_TX_PSEUDO_CSUM 0x00100000 |
2126 | #define TG3_FLAG_NO_RX_PSEUDO_CSUM 0x00200000 | 2126 | #define TG3_FLAG_NO_RX_PSEUDO_CSUM 0x00200000 |
2127 | #define TG3_FLAG_SERDES_WOL_CAP 0x00400000 | 2127 | #define TG3_FLAG_SERDES_WOL_CAP 0x00400000 |
2128 | #define TG3_FLAG_JUMBO_ENABLE 0x00800000 | 2128 | #define TG3_FLAG_JUMBO_RING_ENABLE 0x00800000 |
2129 | #define TG3_FLAG_10_100_ONLY 0x01000000 | 2129 | #define TG3_FLAG_10_100_ONLY 0x01000000 |
2130 | #define TG3_FLAG_PAUSE_AUTONEG 0x02000000 | 2130 | #define TG3_FLAG_PAUSE_AUTONEG 0x02000000 |
2131 | #define TG3_FLAG_BROKEN_CHECKSUMS 0x10000000 | 2131 | #define TG3_FLAG_BROKEN_CHECKSUMS 0x10000000 |
@@ -2155,6 +2155,7 @@ struct tg3 { | |||
2155 | #define TG3_FLG2_5750_PLUS 0x00080000 | 2155 | #define TG3_FLG2_5750_PLUS 0x00080000 |
2156 | #define TG3_FLG2_PROTECTED_NVRAM 0x00100000 | 2156 | #define TG3_FLG2_PROTECTED_NVRAM 0x00100000 |
2157 | #define TG3_FLG2_USING_MSI 0x00200000 | 2157 | #define TG3_FLG2_USING_MSI 0x00200000 |
2158 | #define TG3_FLG2_JUMBO_CAPABLE 0x00400000 | ||
2158 | 2159 | ||
2159 | u32 split_mode_max_reqs; | 2160 | u32 split_mode_max_reqs; |
2160 | #define SPLIT_MODE_5704_MAX_REQ 3 | 2161 | #define SPLIT_MODE_5704_MAX_REQ 3 |