Home
last modified time | relevance | path

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

/Linux-v5.4/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()
161 mcount = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_strings()
Dport.c713 ret = phy_ethtool_get_sset_count(phydev); in dsa_port_get_phy_sset_count()
/Linux-v5.4/include/linux/
Dphy.h1210 static inline int phy_ethtool_get_sset_count(struct phy_device *phydev) in phy_ethtool_get_sset_count() function
/Linux-v5.4/net/core/
Dethtool.c235 return phy_ethtool_get_sset_count(dev->phydev); in __ethtool_get_sset_count()
1943 n_stats = phy_ethtool_get_sset_count(dev->phydev); in ethtool_get_phy_stats()
/Linux-v5.4/drivers/net/dsa/b53/
Db53_common.c945 return phy_ethtool_get_sset_count(phydev); in b53_get_sset_count()