Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
806 if ((priv->eee_enabled) && (!priv->tx_path_in_lpi_mode)) { in sxgbe_tx_all_clean()
1300 if (priv->tx_path_in_lpi_mode) in sxgbe_xmit()
1607 priv->tx_path_in_lpi_mode = true; in sxgbe_common_interrupt()
1611 priv->tx_path_in_lpi_mode = false; in sxgbe_common_interrupt()
H A Dsxgbe_common.h503 bool tx_path_in_lpi_mode; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h155 bool tx_path_in_lpi_mode; member
H A Dstmmac_main.c347 if (!priv->tx_path_in_lpi_mode) in stmmac_enable_eee_mode()
362 priv->tx_path_in_lpi_mode = false; in stmmac_disable_eee_mode()
2142 if ((priv->eee_enabled) && (!priv->tx_path_in_lpi_mode)) { in stmmac_tx_clean()
3048 priv->tx_path_in_lpi_mode = false; in stmmac_release()
3448 if (priv->tx_path_in_lpi_mode) in stmmac_xmit()
4245 priv->tx_path_in_lpi_mode = true; in stmmac_interrupt()
4247 priv->tx_path_in_lpi_mode = false; in stmmac_interrupt()
5318 priv->tx_path_in_lpi_mode = false; in stmmac_suspend()