Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy.c1021 phydev->enable_tx_lpi = phydev->eee_cfg.tx_lpi_enabled && in phy_check_link_status()
1028 phydev->enable_tx_lpi = false; in phy_check_link_status()
1931 bool enable_tx_lpi; in phy_ethtool_set_eee_noneg() local
1936 enable_tx_lpi = phydev->eee_cfg.tx_lpi_enabled && phydev->eee_active; in phy_ethtool_set_eee_noneg()
1938 if (phydev->enable_tx_lpi != enable_tx_lpi || in phy_ethtool_set_eee_noneg()
1940 phydev->enable_tx_lpi = false; in phy_ethtool_set_eee_noneg()
1943 phydev->enable_tx_lpi = enable_tx_lpi; in phy_ethtool_set_eee_noneg()
H A Dphylink.c1953 pl->phy_enable_tx_lpi = phydev->enable_tx_lpi; in phylink_phy_change()
1966 phydev->enable_tx_lpi ? "" : "no"); in phylink_phy_change()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c679 if (phydev->enable_tx_lpi) in bcmasp_adj_link()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c2156 phy_dev->enable_tx_lpi); in fec_enet_adjust_link()