Home
last modified time | relevance | path

Searched refs:tx_path_in_lpi_mode (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c86 if (!priv->tx_path_in_lpi_mode) in sxgbe_enable_eee_mode()
95 priv->tx_path_in_lpi_mode = false; in sxgbe_disable_eee_mode()
806 if ((priv->eee_enabled) && (!priv->tx_path_in_lpi_mode)) { in sxgbe_tx_all_clean()
1303 if (priv->tx_path_in_lpi_mode) in sxgbe_xmit()
1610 priv->tx_path_in_lpi_mode = true; in sxgbe_common_interrupt()
1614 priv->tx_path_in_lpi_mode = false; in sxgbe_common_interrupt()
Dsxgbe_common.h503 bool tx_path_in_lpi_mode; member
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h218 bool tx_path_in_lpi_mode; member
Dstmmac_main.c423 if (!priv->tx_path_in_lpi_mode) in stmmac_enable_eee_mode()
444 priv->tx_path_in_lpi_mode = false; in stmmac_disable_eee_mode()
515 priv->tx_path_in_lpi_mode = false; in stmmac_eee_init()
2709 if (priv->eee_enabled && !priv->tx_path_in_lpi_mode && in stmmac_tx_clean()
3960 priv->tx_path_in_lpi_mode = false; in stmmac_release()
4387 if (priv->tx_path_in_lpi_mode && priv->eee_sw_timer_en) in stmmac_xmit()
5861 priv->tx_path_in_lpi_mode = true; in stmmac_common_interrupt()
5863 priv->tx_path_in_lpi_mode = false; in stmmac_common_interrupt()
7687 priv->tx_path_in_lpi_mode = false; in stmmac_suspend()