Home
last modified time | relevance | path

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

/Linux-v5.15/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.c1287 ret = phy_ethtool_get_sset_count(phydev); in dsa_port_get_phy_sset_count()
/Linux-v5.15/drivers/net/phy/
Dphy.c470 int phy_ethtool_get_sset_count(struct phy_device *phydev) in phy_ethtool_get_sset_count() function
489 EXPORT_SYMBOL(phy_ethtool_get_sset_count);
Dphy_device.c3218 .get_sset_count = phy_ethtool_get_sset_count,
/Linux-v5.15/include/linux/
Dphy.h1680 int phy_ethtool_get_sset_count(struct phy_device *phydev);
/Linux-v5.15/drivers/net/dsa/b53/
Db53_common.c1044 return phy_ethtool_get_sset_count(phydev); in b53_get_sset_count()