Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h312 bool eee_sw_timer_en; member
Dstmmac_main.c494 priv->eee_sw_timer_en = false; in stmmac_eee_init()
522 priv->eee_sw_timer_en = false; in stmmac_eee_init()
526 priv->eee_sw_timer_en = true; in stmmac_eee_init()
2839 if (priv->eee_sw_timer_en && !priv->tx_path_in_lpi_mode) in stmmac_tx_clean()
4546 if (priv->tx_path_in_lpi_mode && priv->eee_sw_timer_en) in stmmac_xmit()
7793 if (priv->eee_sw_timer_en) { in stmmac_suspend()