diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 03:36:11 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-16 02:31:05 -0500 |
commit | 555f6c78373f969f14487253abe331d085449360 (patch) | |
tree | aa5d388ebd501f795bd9cec3c3727bedb97d59a7 /drivers/net/bnx2x_fw_defs.h | |
parent | 8d9c5f34a25d6a30d15a800d83a3428ad44271d8 (diff) |
bnx2x: Multi-queue
Adding Tx multi-queue and enabling multi-queue by default
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 |