Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dphy.c1276 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee() function
1312 EXPORT_SYMBOL(phy_ethtool_set_eee);
Dphylink.c1330 ret = phy_ethtool_set_eee(pl->phydev, eee); in phylink_ethtool_set_eee()
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c175 return phy_ethtool_set_eee(dev->phydev, edata); in sxgbe_set_eee()
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c651 return phy_ethtool_set_eee(phydev, eee); in lan743x_ethtool_set_eee()
/Linux-v4.19/include/linux/
Dphy.h1066 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c713 return phy_ethtool_set_eee(dev->phydev, edata); in stmmac_ethtool_op_set_eee()
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1107 return phy_ethtool_set_eee(dev->phydev, e); in bcmgenet_set_eee()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar.c1822 phy_ethtool_set_eee(phydev, &edata); in init_phy()
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw.c2957 return phy_ethtool_set_eee(cpsw->slaves[slave_no].phy, edata); in cpsw_set_eee()
/Linux-v4.19/drivers/net/usb/
Dlan78xx.c1471 phy_ethtool_set_eee(net->phydev, edata); in lan78xx_set_eee()