Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dphylib_stubs.h25 void (*get_phy_stats)(struct phy_device *phydev, member
70 phylib_stubs->get_phy_stats(phydev, phy_stats, phydev_stats); in phy_ethtool_get_phy_stats()
H A Dphy.h1089 void (*get_phy_stats)(struct phy_device *dev, member
/linux-6.15/drivers/net/phy/
H A Ddp83tg720.c594 .get_phy_stats = dp83tg720_get_phy_stats,
H A Ddp83td510.c893 .get_phy_stats = dp83td510_get_phy_stats,
H A Dphy.c617 if (!phydev->drv || !phydev->drv->get_phy_stats) in __phy_ethtool_get_phy_stats()
621 phydev->drv->get_phy_stats(phydev, phy_stats, phydev_stats); in __phy_ethtool_get_phy_stats()
H A Dphy_device.c3534 .get_phy_stats = __phy_ethtool_get_phy_stats,