Home
last modified time | relevance | path

Searched refs:eee_sw_timer_en (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h312 bool eee_sw_timer_en; member
H A Dstmmac_main.c1084 priv->eee_sw_timer_en = false; in stmmac_mac_disable_tx_lpi()
1123 priv->eee_sw_timer_en = true; in stmmac_mac_enable_tx_lpi()
2875 if (priv->eee_sw_timer_en && !priv->tx_path_in_lpi_mode) in stmmac_tx_clean()
4589 if (priv->tx_path_in_lpi_mode && priv->eee_sw_timer_en) in stmmac_xmit()
7843 if (priv->eee_sw_timer_en) { in stmmac_suspend()