Home
last modified time | relevance | path

Searched refs:phy_ethtool_get_stats (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/phy/
Dphy.c531 int phy_ethtool_get_stats(struct phy_device *phydev, in phy_ethtool_get_stats() function
543 EXPORT_SYMBOL(phy_ethtool_get_stats);
Dphy_device.c3252 .get_stats = phy_ethtool_get_stats,
/linux-6.1.9/net/dsa/
Dmaster.c107 phy_ethtool_get_stats(dev->phydev, stats, data); in dsa_master_get_ethtool_phy_stats()
/linux-6.1.9/include/linux/
Dphy.h1769 int phy_ethtool_get_stats(struct phy_device *phydev,
/linux-6.1.9/drivers/net/dsa/b53/
Db53_common.c1028 phy_ethtool_get_stats(phydev, NULL, data); in b53_get_ethtool_phy_stats()