Searched refs:get_phy_stats (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | phylib_stubs.h | 25 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 D | phy.h | 1319 void (*get_phy_stats)(struct phy_device *dev, member
|
| /linux/drivers/net/phy/qcom/ |
| H A D | qca807x.c | 810 .get_phy_stats = qca807x_get_phy_stats, 838 .get_phy_stats = qca807x_get_phy_stats,
|
| H A D | qca808x.c | 676 .get_phy_stats = qca808x_get_phy_stats,
|
| /linux/drivers/net/phy/ |
| H A D | dp83tg720.c | 661 .get_phy_stats = dp83tg720_get_phy_stats,
|
| H A D | dp83td510.c | 952 .get_phy_stats = dp83td510_get_phy_stats,
|
| H A D | phy.c | 623 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 D | micrel.c | 6758 .get_phy_stats = lan8842_get_phy_stats, 6826 .get_phy_stats = kszphy_get_phy_stats,
|
| H A D | phy_device.c | 3936 .get_phy_stats = __phy_ethtool_get_phy_stats,
|