Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h66 bool tx_path_in_lpi_mode; member
Dstmmac_main.c231 (priv->tx_path_in_lpi_mode == false)) in stmmac_enable_eee_mode()
245 priv->tx_path_in_lpi_mode = false; in stmmac_disable_eee_mode()
1401 if ((priv->eee_enabled) && (!priv->tx_path_in_lpi_mode)) { in stmmac_tx_clean()
1969 if (priv->tx_path_in_lpi_mode) in stmmac_xmit()
2467 priv->tx_path_in_lpi_mode = true; in stmmac_interrupt()
2469 priv->tx_path_in_lpi_mode = false; in stmmac_interrupt()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c89 if (!priv->tx_path_in_lpi_mode) in sxgbe_enable_eee_mode()
98 priv->tx_path_in_lpi_mode = false; in sxgbe_disable_eee_mode()
813 if ((priv->eee_enabled) && (!priv->tx_path_in_lpi_mode)) { in sxgbe_tx_all_clean()
1311 if (priv->tx_path_in_lpi_mode) in sxgbe_xmit()
1622 priv->tx_path_in_lpi_mode = true; in sxgbe_common_interrupt()
1626 priv->tx_path_in_lpi_mode = false; in sxgbe_common_interrupt()
Dsxgbe_common.h508 bool tx_path_in_lpi_mode; member