Searched refs:phy_ethtool_get_stats (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/dsa/ |
H A D | master.c | 107 phy_ethtool_get_stats(dev->phydev, stats, data); in dsa_master_get_ethtool_phy_stats()
|
H A D | port.c | 790 ret = phy_ethtool_get_stats(phydev, NULL, data); in dsa_port_get_ethtool_phy_stats()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | master.c | 115 phy_ethtool_get_stats(dev->phydev, stats, data); in dsa_master_get_ethtool_phy_stats()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy.c | 526 * phy_ethtool_get_stats - Get the statistic counters 532 int phy_ethtool_get_stats(struct phy_device *phydev, in phy_ethtool_get_stats() function 544 EXPORT_SYMBOL(phy_ethtool_get_stats); variable
|
H A D | phy_device.c | 3018 .get_stats = phy_ethtool_get_stats,
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy.c | 573 * phy_ethtool_get_stats - Get the statistic counters 579 int phy_ethtool_get_stats(struct phy_device *phydev, in phy_ethtool_get_stats() function 591 EXPORT_SYMBOL(phy_ethtool_get_stats); variable
|
H A D | phy_device.c | 3503 .get_stats = phy_ethtool_get_stats,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 1614 int phy_ethtool_get_stats(struct phy_device *phydev,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 1982 int phy_ethtool_get_stats(struct phy_device *phydev,
|
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_common.c | 972 phy_ethtool_get_stats(phydev, NULL, data); in b53_get_ethtool_phy_stats()
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_common.c | 1028 phy_ethtool_get_stats(phydev, NULL, data); in b53_get_ethtool_phy_stats()
|
Completed in 27 milliseconds