Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/samsung/sxgbe/
H A 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()
805 if ((priv->eee_enabled) && (!priv->tx_path_in_lpi_mode)) { in sxgbe_tx_all_clean()
1302 if (priv->tx_path_in_lpi_mode) in sxgbe_xmit()
1609 priv->tx_path_in_lpi_mode = true; in sxgbe_common_interrupt()
1613 priv->tx_path_in_lpi_mode = false; in sxgbe_common_interrupt()
H A Dsxgbe_common.h503 bool tx_path_in_lpi_mode; member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c438 if (!priv->tx_path_in_lpi_mode) in stmmac_try_to_start_sw_lpi()
452 priv->tx_path_in_lpi_mode = false; in stmmac_stop_sw_lpi()
521 priv->tx_path_in_lpi_mode = false; in stmmac_eee_init()
2839 if (priv->eee_sw_timer_en && !priv->tx_path_in_lpi_mode) in stmmac_tx_clean()
4549 if (priv->tx_path_in_lpi_mode && priv->eee_sw_timer_en) in stmmac_xmit()
6024 priv->tx_path_in_lpi_mode = true; in stmmac_common_interrupt()
6026 priv->tx_path_in_lpi_mode = false; in stmmac_common_interrupt()
7797 priv->tx_path_in_lpi_mode = false; in stmmac_suspend()