Home
last modified time | relevance | path

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

/Linux-v4.19/net/dsa/
Dmaster.c45 count = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_ethtool_phy_stats()
69 count = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_sset_count()
101 mcount = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_strings()
Dport.c443 ret = phy_ethtool_get_sset_count(phydev); in dsa_port_get_phy_sset_count()
/Linux-v4.19/include/linux/
Dphy.h1095 static inline int phy_ethtool_get_sset_count(struct phy_device *phydev) in phy_ethtool_get_sset_count() function
/Linux-v4.19/net/core/
Dethtool.c234 return phy_ethtool_get_sset_count(dev->phydev); in __ethtool_get_sset_count()
1997 n_stats = phy_ethtool_get_sset_count(dev->phydev); in ethtool_get_phy_stats()
/Linux-v4.19/drivers/net/dsa/b53/
Db53_common.c903 return phy_ethtool_get_sset_count(phydev); in b53_get_sset_count()