diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-05-31 00:10:52 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-08 22:16:39 -0400 |
commit | 8a9fab22cf6a3abde7731f4425d4ff87509bc15a (patch) | |
tree | c87502b7a110b2b5829d4bf338440bfe03607127 /drivers/net/cxgb3/regs.h | |
parent | cf992af561cc3ba72d79582535e6262818b00548 (diff) |
cxgb3 - Firmware update
Update FW to 4.1.
Proceed to subsequent HW tuning to improve RDMA perfs..
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/cxgb3/regs.h')
-rw-r--r-- | drivers/net/cxgb3/regs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/regs.h b/drivers/net/cxgb3/regs.h index 020859c855d7..02f8731ffb02 100644 --- a/drivers/net/cxgb3/regs.h +++ b/drivers/net/cxgb3/regs.h | |||
@@ -1160,6 +1160,8 @@ | |||
1160 | 1160 | ||
1161 | #define A_TP_MOD_CHANNEL_WEIGHT 0x434 | 1161 | #define A_TP_MOD_CHANNEL_WEIGHT 0x434 |
1162 | 1162 | ||
1163 | #define A_TP_MOD_RATE_LIMIT 0x438 | ||
1164 | |||
1163 | #define A_TP_PIO_ADDR 0x440 | 1165 | #define A_TP_PIO_ADDR 0x440 |
1164 | 1166 | ||
1165 | #define A_TP_PIO_DATA 0x444 | 1167 | #define A_TP_PIO_DATA 0x444 |
@@ -1214,6 +1216,8 @@ | |||
1214 | #define G_TXDROPCNTCH0RCVD(x) (((x) >> S_TXDROPCNTCH0RCVD) & \ | 1216 | #define G_TXDROPCNTCH0RCVD(x) (((x) >> S_TXDROPCNTCH0RCVD) & \ |
1215 | M_TXDROPCNTCH0RCVD) | 1217 | M_TXDROPCNTCH0RCVD) |
1216 | 1218 | ||
1219 | #define A_TP_PROXY_FLOW_CNTL 0x4b0 | ||
1220 | |||
1217 | #define A_ULPRX_CTL 0x500 | 1221 | #define A_ULPRX_CTL 0x500 |
1218 | 1222 | ||
1219 | #define S_ROUND_ROBIN 4 | 1223 | #define S_ROUND_ROBIN 4 |