aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/sfc/falcon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c
index f5753222133e..8ee63da25e6c 100644
--- a/drivers/net/sfc/falcon.c
+++ b/drivers/net/sfc/falcon.c
@@ -2585,8 +2585,8 @@ int falcon_init_nic(struct efx_nic *efx)
2585 rx_xoff_thresh_bytes : efx->type->rx_xoff_thresh); 2585 rx_xoff_thresh_bytes : efx->type->rx_xoff_thresh);
2586 EFX_SET_OWORD_FIELD_VER(efx, temp, RX_XOFF_MAC_TH, thresh / 256); 2586 EFX_SET_OWORD_FIELD_VER(efx, temp, RX_XOFF_MAC_TH, thresh / 256);
2587 /* RX control FIFO thresholds [32 entries] */ 2587 /* RX control FIFO thresholds [32 entries] */
2588 EFX_SET_OWORD_FIELD_VER(efx, temp, RX_XON_TX_TH, 25); 2588 EFX_SET_OWORD_FIELD_VER(efx, temp, RX_XON_TX_TH, 20);
2589 EFX_SET_OWORD_FIELD_VER(efx, temp, RX_XOFF_TX_TH, 20); 2589 EFX_SET_OWORD_FIELD_VER(efx, temp, RX_XOFF_TX_TH, 25);
2590 falcon_write(efx, &temp, RX_CFG_REG_KER); 2590 falcon_write(efx, &temp, RX_CFG_REG_KER);
2591 2591
2592 /* Set destination of both TX and RX Flush events */ 2592 /* Set destination of both TX and RX Flush events */