Home
last modified time | relevance | path

Searched refs:phy_ethtool_get_sset_count (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/net/dsa/
H A Dmaster.c105 count = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_ethtool_phy_stats()
129 count = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_sset_count()
160 mcount = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_strings()
H A Dport.c809 ret = phy_ethtool_get_sset_count(phydev); in dsa_port_get_phy_sset_count()
/kernel/linux/linux-6.6/net/dsa/
H A Dmaster.c113 count = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_ethtool_phy_stats()
137 count = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_sset_count()
168 mcount = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_strings()
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphy.c500 * phy_ethtool_get_sset_count - Get the number of statistic counters
504 int phy_ethtool_get_sset_count(struct phy_device *phydev) in phy_ethtool_get_sset_count() function
523 EXPORT_SYMBOL(phy_ethtool_get_sset_count); variable
H A Dphy_device.c3016 .get_sset_count = phy_ethtool_get_sset_count,
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphy.c547 * phy_ethtool_get_sset_count - Get the number of statistic counters
551 int phy_ethtool_get_sset_count(struct phy_device *phydev) in phy_ethtool_get_sset_count() function
570 EXPORT_SYMBOL(phy_ethtool_get_sset_count); variable
H A Dphy_device.c3501 .get_sset_count = phy_ethtool_get_sset_count,
/kernel/linux/linux-5.10/include/linux/
H A Dphy.h1613 int phy_ethtool_get_sset_count(struct phy_device *phydev);
/kernel/linux/linux-6.6/include/linux/
H A Dphy.h1981 int phy_ethtool_get_sset_count(struct phy_device *phydev);
/kernel/linux/linux-5.10/drivers/net/dsa/b53/
H A Db53_common.c988 return phy_ethtool_get_sset_count(phydev); in b53_get_sset_count()
/kernel/linux/linux-6.6/drivers/net/dsa/b53/
H A Db53_common.c1044 return phy_ethtool_get_sset_count(phydev); in b53_get_sset_count()

Completed in 29 milliseconds