Home
last modified time | relevance | path

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

/linux/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.h1319 void (*get_phy_stats)(struct phy_device *dev, member
/linux/drivers/net/phy/qcom/
H A Dqca807x.c810 .get_phy_stats = qca807x_get_phy_stats,
838 .get_phy_stats = qca807x_get_phy_stats,
H A Dqca808x.c676 .get_phy_stats = qca808x_get_phy_stats,
/linux/drivers/net/phy/
H A Ddp83tg720.c661 .get_phy_stats = dp83tg720_get_phy_stats,
H A Ddp83td510.c952 .get_phy_stats = dp83td510_get_phy_stats,
H A Dphy.c623 if (!phydev->drv || !phydev->drv->get_phy_stats) in __phy_ethtool_get_phy_stats()
627 phydev->drv->get_phy_stats(phydev, phy_stats, phydev_stats); in __phy_ethtool_get_phy_stats()
H A Dmicrel.c6758 .get_phy_stats = lan8842_get_phy_stats,
6826 .get_phy_stats = kszphy_get_phy_stats,
H A Dphy_device.c3936 .get_phy_stats = __phy_ethtool_get_phy_stats,