diff options
Diffstat (limited to 'drivers/net/chelsio/ixf1010.c')
-rw-r--r-- | drivers/net/chelsio/ixf1010.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/chelsio/ixf1010.c b/drivers/net/chelsio/ixf1010.c index 91a5bf711b8f..c40a88d18cc4 100644 --- a/drivers/net/chelsio/ixf1010.c +++ b/drivers/net/chelsio/ixf1010.c | |||
@@ -358,8 +358,8 @@ static void enable_port(struct cmac *mac) | |||
358 | val |= (1 << index); | 358 | val |= (1 << index); |
359 | t1_tpi_write(adapter, REG_PORT_ENABLE, val); | 359 | t1_tpi_write(adapter, REG_PORT_ENABLE, val); |
360 | 360 | ||
361 | index <<= 2; | 361 | index <<= 2; |
362 | if (is_T2(adapter)) { | 362 | if (is_T2(adapter)) { |
363 | /* T204: set the Fifo water level & threshold */ | 363 | /* T204: set the Fifo water level & threshold */ |
364 | t1_tpi_write(adapter, RX_FIFO_HIGH_WATERMARK_BASE + index, 0x740); | 364 | t1_tpi_write(adapter, RX_FIFO_HIGH_WATERMARK_BASE + index, 0x740); |
365 | t1_tpi_write(adapter, RX_FIFO_LOW_WATERMARK_BASE + index, 0x730); | 365 | t1_tpi_write(adapter, RX_FIFO_LOW_WATERMARK_BASE + index, 0x730); |