aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/bnx2x/bnx2x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2x/bnx2x.h b/drivers/net/bnx2x/bnx2x.h
index 2ac4e3c597f..8849699c66c 100644
--- a/drivers/net/bnx2x/bnx2x.h
+++ b/drivers/net/bnx2x/bnx2x.h
@@ -1617,8 +1617,8 @@ static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms,
1617/* CMNG constants, as derived from system spec calculations */ 1617/* CMNG constants, as derived from system spec calculations */
1618/* default MIN rate in case VNIC min rate is configured to zero - 100Mbps */ 1618/* default MIN rate in case VNIC min rate is configured to zero - 100Mbps */
1619#define DEF_MIN_RATE 100 1619#define DEF_MIN_RATE 100
1620/* resolution of the rate shaping timer - 100 usec */ 1620/* resolution of the rate shaping timer - 400 usec */
1621#define RS_PERIODIC_TIMEOUT_USEC 100 1621#define RS_PERIODIC_TIMEOUT_USEC 400
1622/* number of bytes in single QM arbitration cycle - 1622/* number of bytes in single QM arbitration cycle -
1623 * coefficient for calculating the fairness timer */ 1623 * coefficient for calculating the fairness timer */
1624#define QM_ARB_BYTES 160000 1624#define QM_ARB_BYTES 160000