Home
last modified time | relevance | path

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

/linux-6.15/net/dsa/
H A Dconduit.c122 count = phy_ethtool_get_sset_count(dev->phydev); in dsa_conduit_get_ethtool_phy_stats()
149 count = phy_ethtool_get_sset_count(dev->phydev); in dsa_conduit_get_sset_count()
182 mcount = phy_ethtool_get_sset_count(dev->phydev); in dsa_conduit_get_strings()
/linux-6.15/drivers/net/phy/
H A Dphy.c561 int phy_ethtool_get_sset_count(struct phy_device *phydev) in phy_ethtool_get_sset_count() function
580 EXPORT_SYMBOL(phy_ethtool_get_sset_count);
H A Dphy_device.c3521 .get_sset_count = phy_ethtool_get_sset_count,
/linux-6.15/include/linux/
H A Dphy.h2080 int phy_ethtool_get_sset_count(struct phy_device *phydev);
/linux-6.15/drivers/net/dsa/b53/
H A Db53_common.c1132 return phy_ethtool_get_sset_count(phydev); in b53_get_sset_count()