Home
last modified time | relevance | path

Searched refs:phy_init_eee (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/broadcom/asp2/
A Dbcmasp_ethtool.c391 ret = phy_init_eee(dev->phydev, 0); in bcmasp_set_eee()
A Dbcmasp_intf.c677 active = phy_init_eee(phydev, 0) >= 0; in bcmasp_adj_link()
/linux/drivers/net/ethernet/broadcom/genet/
A Dbcmmii.c94 active = phy_init_eee(phydev, 0) >= 0; in bcmgenet_mac_config()
A Dbcmgenet.c1353 active = phy_init_eee(dev->phydev, false) >= 0; in bcmgenet_set_eee()
/linux/drivers/net/phy/
A Dphy.c1601 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee() function
1623 EXPORT_SYMBOL(phy_init_eee);
A Dphylink.c2840 ret = phy_init_eee(pl->phydev, clk_stop_enable); in phylink_init_eee()
/linux/include/linux/
A Dphy.h2031 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
/linux/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_main.c130 if (phy_init_eee(ndev->phydev, true)) in sxgbe_eee_init()
/linux/drivers/net/dsa/b53/
A Db53_common.c2218 ret = phy_init_eee(phy, false); in b53_eee_init()
/linux/drivers/net/dsa/
A Dmt7530.c2959 if (mode == MLO_AN_PHY && phydev && phy_init_eee(phydev, false) >= 0) { in mt753x_phylink_mac_link_up()
/linux/drivers/net/ethernet/marvell/
A Dmvneta.c4289 pp->eee_active = phy_init_eee(phy, false) >= 0; in mvneta_mac_link_up()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c1116 phy_init_eee(phy, !(priv->plat->flags & in stmmac_mac_link_up()

Completed in 79 milliseconds