Searched refs:phy_init_eee (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | phy.c | 1549 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 D | phylink.c | 2687 ret = phy_init_eee(pl->phydev, clk_stop_enable); in phylink_init_eee()
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_ethtool.c | 394 ret = phy_init_eee(dev->phydev, 0); in bcmasp_set_eee()
|
H A D | bcmasp_intf.c | 675 intf->eee.eee_active = phy_init_eee(phydev, 0) >= 0; in bcmasp_adj_link()
|
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 93 priv->eee.eee_active = phy_init_eee(phydev, 0) >= 0; in bcmgenet_mac_config()
|
H A D | bcmgenet.c | 1355 p->eee_active = phy_init_eee(dev->phydev, false) >= 0; in bcmgenet_set_eee()
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 1115 ret = phy_init_eee(phydev, false); in lan743x_ethtool_set_eee()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1960 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 130 if (phy_init_eee(ndev->phydev, true)) in sxgbe_eee_init()
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2221 ret = phy_init_eee(phy, false); in b53_eee_init()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.c | 3086 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 D | fec_main.c | 3154 ret = phy_init_eee(ndev->phydev, false); in fec_enet_eee_mode_set()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 4288 pp->eee_active = phy_init_eee(phy, false) >= 0; in mvneta_mac_link_up()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 1093 phy_init_eee(phy, !(priv->plat->flags & in stmmac_mac_link_up()
|