diff options
author | David S. Miller <davem@davemloft.net> | 2011-03-10 17:26:00 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-10 17:26:00 -0500 |
commit | 33175d84ee3fa29991adb80513683e010769e807 (patch) | |
tree | 3731f61cf82451b6892cf1368701e57e35d92908 /drivers/net/bnx2x/bnx2x.h | |
parent | c5908939b2738bafe1b309bc2465cb9f2e6184c5 (diff) | |
parent | 6dfbd87a20a737641ef228230c77f4262434fa24 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/net/bnx2x/bnx2x_cmn.c
Diffstat (limited to 'drivers/net/bnx2x/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x/bnx2x.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/bnx2x/bnx2x.h b/drivers/net/bnx2x/bnx2x.h index 50d1e0793091..b7ff87b35fbb 100644 --- a/drivers/net/bnx2x/bnx2x.h +++ b/drivers/net/bnx2x/bnx2x.h | |||
@@ -1223,6 +1223,7 @@ struct bnx2x { | |||
1223 | /* DCBX Negotation results */ | 1223 | /* DCBX Negotation results */ |
1224 | struct dcbx_features dcbx_local_feat; | 1224 | struct dcbx_features dcbx_local_feat; |
1225 | u32 dcbx_error; | 1225 | u32 dcbx_error; |
1226 | u32 pending_max; | ||
1226 | }; | 1227 | }; |
1227 | 1228 | ||
1228 | /** | 1229 | /** |
@@ -1634,8 +1635,8 @@ static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms, | |||
1634 | /* CMNG constants, as derived from system spec calculations */ | 1635 | /* CMNG constants, as derived from system spec calculations */ |
1635 | /* default MIN rate in case VNIC min rate is configured to zero - 100Mbps */ | 1636 | /* default MIN rate in case VNIC min rate is configured to zero - 100Mbps */ |
1636 | #define DEF_MIN_RATE 100 | 1637 | #define DEF_MIN_RATE 100 |
1637 | /* resolution of the rate shaping timer - 100 usec */ | 1638 | /* resolution of the rate shaping timer - 400 usec */ |
1638 | #define RS_PERIODIC_TIMEOUT_USEC 100 | 1639 | #define RS_PERIODIC_TIMEOUT_USEC 400 |
1639 | /* number of bytes in single QM arbitration cycle - | 1640 | /* number of bytes in single QM arbitration cycle - |
1640 | * coefficient for calculating the fairness timer */ | 1641 | * coefficient for calculating the fairness timer */ |
1641 | #define QM_ARB_BYTES 160000 | 1642 | #define QM_ARB_BYTES 160000 |