diff options
Diffstat (limited to 'drivers/net/sfc/workarounds.h')
-rw-r--r-- | drivers/net/sfc/workarounds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/sfc/workarounds.h b/drivers/net/sfc/workarounds.h index ecebff211a7..82e03e1d737 100644 --- a/drivers/net/sfc/workarounds.h +++ b/drivers/net/sfc/workarounds.h | |||
@@ -17,6 +17,7 @@ | |||
17 | 17 | ||
18 | #define EFX_WORKAROUND_ALWAYS(efx) 1 | 18 | #define EFX_WORKAROUND_ALWAYS(efx) 1 |
19 | #define EFX_WORKAROUND_FALCON_A(efx) (falcon_rev(efx) <= FALCON_REV_A1) | 19 | #define EFX_WORKAROUND_FALCON_A(efx) (falcon_rev(efx) <= FALCON_REV_A1) |
20 | #define EFX_WORKAROUND_10G(efx) EFX_IS10G(efx) | ||
20 | #define EFX_WORKAROUND_SFX7101(efx) ((efx)->phy_type == PHY_TYPE_SFX7101) | 21 | #define EFX_WORKAROUND_SFX7101(efx) ((efx)->phy_type == PHY_TYPE_SFX7101) |
21 | #define EFX_WORKAROUND_SFT9001A(efx) ((efx)->phy_type == PHY_TYPE_SFT9001A) | 22 | #define EFX_WORKAROUND_SFT9001A(efx) ((efx)->phy_type == PHY_TYPE_SFT9001A) |
22 | 23 | ||
@@ -25,7 +26,7 @@ | |||
25 | /* RX PCIe double split performance issue */ | 26 | /* RX PCIe double split performance issue */ |
26 | #define EFX_WORKAROUND_7575 EFX_WORKAROUND_ALWAYS | 27 | #define EFX_WORKAROUND_7575 EFX_WORKAROUND_ALWAYS |
27 | /* Bit-bashed I2C reads cause performance drop */ | 28 | /* Bit-bashed I2C reads cause performance drop */ |
28 | #define EFX_WORKAROUND_7884 EFX_WORKAROUND_ALWAYS | 29 | #define EFX_WORKAROUND_7884 EFX_WORKAROUND_10G |
29 | /* TX pkt parser problem with <= 16 byte TXes */ | 30 | /* TX pkt parser problem with <= 16 byte TXes */ |
30 | #define EFX_WORKAROUND_9141 EFX_WORKAROUND_ALWAYS | 31 | #define EFX_WORKAROUND_9141 EFX_WORKAROUND_ALWAYS |
31 | /* Low rate CRC errors require XAUI reset */ | 32 | /* Low rate CRC errors require XAUI reset */ |