Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dsa/
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()
Dport.c809 ret = phy_ethtool_get_sset_count(phydev); in dsa_port_get_phy_sset_count()
/kernel/linux/linux-5.10/drivers/net/phy/
Dphy.c492 int phy_ethtool_get_sset_count(struct phy_device *phydev) in phy_ethtool_get_sset_count() function
511 EXPORT_SYMBOL(phy_ethtool_get_sset_count);
Dphy_device.c3022 .get_sset_count = phy_ethtool_get_sset_count,
/kernel/linux/linux-5.10/include/linux/
Dphy.h1613 int phy_ethtool_get_sset_count(struct phy_device *phydev);
/kernel/linux/linux-5.10/drivers/net/dsa/b53/
Db53_common.c988 return phy_ethtool_get_sset_count(phydev); in b53_get_sset_count()