Searched refs:phy_init_eee (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c391 ret = phy_init_eee(dev->phydev, 0);
H A Dbcmasp_intf.c676 active = phy_init_eee(phydev, 0) >= 0;
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c94 active = phy_init_eee(phydev, 0) >= 0;
H A Dbcmgenet.c1353 active = phy_init_eee(dev->phydev, false) >= 0;
/linux-master/drivers/net/phy/
H A Dphy.c1584 * phy_init_eee - init and check the EEE feature
1593 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) function
1615 EXPORT_SYMBOL(phy_init_eee); variable
H A Dphylink.c2758 ret = phy_init_eee(pl->phydev, clk_stop_enable);
/linux-master/include/linux/
H A Dphy.h2001 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c1117 ret = phy_init_eee(phydev, false);
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c130 if (phy_init_eee(ndev->phydev, true))
/linux-master/drivers/net/dsa/b53/
H A Db53_common.c2215 ret = phy_init_eee(phy, false);
/linux-master/drivers/net/dsa/
H A Dmt7530.c2931 if (mode == MLO_AN_PHY && phydev && phy_init_eee(phydev, false) >= 0) {
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c4288 pp->eee_active = phy_init_eee(phy, false) >= 0;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1093 phy_init_eee(phy, !(priv->plat->flags &

Completed in 303 milliseconds