diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-11-09 06:09:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-10 20:54:36 -0800 |
commit | 7d323bfdc056a9142b8bdbab88e4d3ac6e4989e4 (patch) | |
tree | 84e2f5cdc1c6d7164366c5696af4ce8f807a9bf7 /drivers/net/bnx2x.h | |
parent | 91545f6e588c601d1dff01d396155d973db83a31 (diff) | |
download | linux-stable-7d323bfdc056a9142b8bdbab88e4d3ac6e4989e4.tar.gz linux-stable-7d323bfdc056a9142b8bdbab88e4d3ac6e4989e4.tar.bz2 linux-stable-7d323bfdc056a9142b8bdbab88e4d3ac6e4989e4.zip |
bnx2x: Change coalescing granularity to 4us
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index c3b32f71e024..928942b74ce6 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h @@ -1191,7 +1191,7 @@ static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms, #define MAX_SP_DESC_CNT (SP_DESC_CNT - 1) -#define BNX2X_BTR 3 +#define BNX2X_BTR 1 #define MAX_SPQ_PENDING 8 |