Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h300 bool eee_sw_timer_en; member
H A Dstmmac_main.c1091 priv->eee_sw_timer_en = false; in stmmac_mac_disable_tx_lpi()
1130 priv->eee_sw_timer_en = true; in stmmac_mac_enable_tx_lpi()
2891 if (priv->eee_sw_timer_en && !priv->tx_path_in_lpi_mode) in stmmac_tx_clean()
4604 if (priv->tx_path_in_lpi_mode && priv->eee_sw_timer_en) in stmmac_xmit()
7849 if (priv->eee_sw_timer_en) { in stmmac_suspend()