diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-11-09 01:09:35 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-10 23:54:36 -0500 |
commit | 7d323bfdc056a9142b8bdbab88e4d3ac6e4989e4 (patch) | |
tree | 84e2f5cdc1c6d7164366c5696af4ce8f807a9bf7 /drivers/net/bnx2x.h | |
parent | 91545f6e588c601d1dff01d396155d973db83a31 (diff) |
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, | |||
1191 | #define MAX_SP_DESC_CNT (SP_DESC_CNT - 1) | 1191 | #define MAX_SP_DESC_CNT (SP_DESC_CNT - 1) |
1192 | 1192 | ||
1193 | 1193 | ||
1194 | #define BNX2X_BTR 3 | 1194 | #define BNX2X_BTR 1 |
1195 | #define MAX_SPQ_PENDING 8 | 1195 | #define MAX_SPQ_PENDING 8 |
1196 | 1196 | ||
1197 | 1197 | ||