Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/phy/
Dphy.c1239 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee() function
1248 EXPORT_SYMBOL(phy_ethtool_set_eee);
/linux-4.4.14/include/linux/
Dphy.h814 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c175 return phy_ethtool_set_eee(priv->phydev, edata); in sxgbe_set_eee()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c635 return phy_ethtool_set_eee(priv->phydev, edata); in stmmac_ethtool_op_set_eee()
/linux-4.4.14/net/dsa/
Dslave.c832 ret = phy_ethtool_set_eee(p->phy, e); in dsa_slave_set_eee()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c2753 return phy_ethtool_set_eee(lp->phy_dev, edata); in dwceqos_set_eee()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c967 return phy_ethtool_set_eee(priv->phydev, e); in bcmgenet_set_eee()
/linux-4.4.14/drivers/net/usb/
Dlan78xx.c1127 phy_ethtool_set_eee(net->phydev, edata); in lan78xx_set_eee()