Home
last modified time | relevance | path

Searched refs:phy_ethtool_get_eee (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/phy/
Dphy.c1150 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee() function
1177 EXPORT_SYMBOL(phy_ethtool_get_eee);
/linux-4.1.27/include/linux/
Dphy.h780 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c150 return phy_ethtool_get_eee(priv->phydev, edata); in sxgbe_get_eee()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c610 return phy_ethtool_get_eee(priv->phydev, edata); in stmmac_ethtool_op_get_eee()
/linux-4.1.27/net/dsa/
Dslave.c639 ret = phy_ethtool_get_eee(p->phy, e); in dsa_slave_get_eee()
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c794 return phy_ethtool_get_eee(priv->phydev, e); in bcmgenet_get_eee()