Home
last modified time | relevance | path

Searched refs:phy_ethtool_set_eee (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c336 return phy_ethtool_set_eee(dev->phydev, e); in bcmasp_set_eee()
/linux/drivers/net/phy/
H A Dphy.c1950 * phy_ethtool_set_eee - set EEE supported and status
1956 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_keee *data) in phy_ethtool_set_eee() function
1979 EXPORT_SYMBOL(phy_ethtool_set_eee);
H A Dphylink.c3217 ret = phy_ethtool_set_eee(pl->phydev, eee); in phylink_ethtool_set_eee()
/linux/include/linux/
H A Dphy.h2058 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_keee *data);
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c264 phy_ethtool_set_eee(adapter->phydev, &ethtool_keee); in tsnep_phy_open()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c1668 phy_ethtool_set_eee(phydev, &edata); in init_phy()
H A Dfec_main.c3251 return phy_ethtool_set_eee(ndev->phydev, edata); in fec_enet_set_eee()
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1429 return phy_ethtool_set_eee(dev->phydev, e); in bcmgenet_set_eee()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c2180 return phy_ethtool_set_eee(tp->phydev, data); in rtl8169_set_eee()