Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dphy.c1549 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee() function
1571 EXPORT_SYMBOL(phy_init_eee);
H A Dphylink.c2687 ret = phy_init_eee(pl->phydev, clk_stop_enable); in phylink_init_eee()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c394 ret = phy_init_eee(dev->phydev, 0); in bcmasp_set_eee()
H A Dbcmasp_intf.c675 intf->eee.eee_active = phy_init_eee(phydev, 0) >= 0; in bcmasp_adj_link()
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c93 priv->eee.eee_active = phy_init_eee(phydev, 0) >= 0; in bcmgenet_mac_config()
H A Dbcmgenet.c1355 p->eee_active = phy_init_eee(dev->phydev, false) >= 0; in bcmgenet_set_eee()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c1115 ret = phy_init_eee(phydev, false); in lan743x_ethtool_set_eee()
/openbmc/linux/include/linux/
H A Dphy.h1960 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c130 if (phy_init_eee(ndev->phydev, true)) in sxgbe_eee_init()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c2221 ret = phy_init_eee(phy, false); in b53_eee_init()
/openbmc/linux/drivers/net/dsa/
H A Dmt7530.c3086 if (mode == MLO_AN_PHY && phydev && phy_init_eee(phydev, false) >= 0) { in mt753x_phylink_mac_link_up()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c3154 ret = phy_init_eee(ndev->phydev, false); in fec_enet_eee_mode_set()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c4288 pp->eee_active = phy_init_eee(phy, false) >= 0; in mvneta_mac_link_up()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1093 phy_init_eee(phy, !(priv->plat->flags & in stmmac_mac_link_up()