Searched refs:phy_init_eee (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| A D | bcmasp_ethtool.c | 391 ret = phy_init_eee(dev->phydev, 0); in bcmasp_set_eee()
|
| A D | bcmasp_intf.c | 677 active = phy_init_eee(phydev, 0) >= 0; in bcmasp_adj_link()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| A D | bcmmii.c | 94 active = phy_init_eee(phydev, 0) >= 0; in bcmgenet_mac_config()
|
| A D | bcmgenet.c | 1353 active = phy_init_eee(dev->phydev, false) >= 0; in bcmgenet_set_eee()
|
| /linux/drivers/net/phy/ |
| A D | phy.c | 1601 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee() function 1623 EXPORT_SYMBOL(phy_init_eee);
|
| A D | phylink.c | 2840 ret = phy_init_eee(pl->phydev, clk_stop_enable); in phylink_init_eee()
|
| /linux/include/linux/ |
| A D | phy.h | 2031 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| A D | sxgbe_main.c | 130 if (phy_init_eee(ndev->phydev, true)) in sxgbe_eee_init()
|
| /linux/drivers/net/dsa/b53/ |
| A D | b53_common.c | 2218 ret = phy_init_eee(phy, false); in b53_eee_init()
|
| /linux/drivers/net/dsa/ |
| A D | mt7530.c | 2959 if (mode == MLO_AN_PHY && phydev && phy_init_eee(phydev, false) >= 0) { in mt753x_phylink_mac_link_up()
|
| /linux/drivers/net/ethernet/marvell/ |
| A D | mvneta.c | 4289 pp->eee_active = phy_init_eee(phy, false) >= 0; in mvneta_mac_link_up()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | stmmac_main.c | 1116 phy_init_eee(phy, !(priv->plat->flags & in stmmac_mac_link_up()
|
Completed in 79 milliseconds