Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dconduit.c150 phy_ethtool_get_stats(dev->phydev, stats, data); in dsa_conduit_get_sset_count()
/linux/drivers/net/phy/
H A Dphy.c595 int phy_ethtool_get_stats(struct phy_device *phydev, in phy_ethtool_get_stats() function
607 EXPORT_SYMBOL(phy_ethtool_get_stats);
H A Dphy_device.c3925 .get_stats = phy_ethtool_get_stats,
/linux/drivers/net/dsa/b53/
H A Db53_common.c1204 phy_ethtool_get_stats(phydev, NULL, data); in b53_get_ethtool_phy_stats()