|
@@ -3128,7 +3128,7 @@ int falcon_init_nic(struct efx_nic *efx)
|
|
/* Prefetch threshold 2 => fetch when descriptor cache half empty */
|
|
/* Prefetch threshold 2 => fetch when descriptor cache half empty */
|
|
EFX_SET_OWORD_FIELD(temp, FRF_AZ_TX_PREF_THRESHOLD, 2);
|
|
EFX_SET_OWORD_FIELD(temp, FRF_AZ_TX_PREF_THRESHOLD, 2);
|
|
/* Squash TX of packets of 16 bytes or less */
|
|
/* Squash TX of packets of 16 bytes or less */
|
|
- if (falcon_rev(efx) >= FALCON_REV_B0 && EFX_WORKAROUND_9141(efx))
|
|
|
|
|
|
+ if (falcon_rev(efx) >= FALCON_REV_B0)
|
|
EFX_SET_OWORD_FIELD(temp, FRF_BZ_TX_FLUSH_MIN_LEN_EN, 1);
|
|
EFX_SET_OWORD_FIELD(temp, FRF_BZ_TX_FLUSH_MIN_LEN_EN, 1);
|
|
efx_writeo(efx, &temp, FR_AZ_TX_RESERVED);
|
|
efx_writeo(efx, &temp, FR_AZ_TX_RESERVED);
|
|
|
|
|