diff options
Diffstat (limited to 'drivers/net/bnx2x_fw_defs.h')
-rw-r--r-- | drivers/net/bnx2x_fw_defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/bnx2x_fw_defs.h b/drivers/net/bnx2x_fw_defs.h index 2fe14a25ea3e..9eb1d131179c 100644 --- a/drivers/net/bnx2x_fw_defs.h +++ b/drivers/net/bnx2x_fw_defs.h | |||
@@ -259,6 +259,10 @@ | |||
259 | #define ETH_MAX_AGGREGATION_QUEUES_E1 (32) | 259 | #define ETH_MAX_AGGREGATION_QUEUES_E1 (32) |
260 | #define ETH_MAX_AGGREGATION_QUEUES_E1H (64) | 260 | #define ETH_MAX_AGGREGATION_QUEUES_E1H (64) |
261 | 261 | ||
262 | /* ETH RSS modes */ | ||
263 | #define ETH_RSS_MODE_DISABLED 0 | ||
264 | #define ETH_RSS_MODE_REGULAR 1 | ||
265 | |||
262 | 266 | ||
263 | /** | 267 | /** |
264 | * This file defines HSI constatnts common to all microcode flows | 268 | * This file defines HSI constatnts common to all microcode flows |