Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dsa/
H A 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()
H A Dport.c809 ret = phy_ethtool_get_sset_count(phydev); in dsa_port_get_phy_sset_count()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A 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);
H A Dphy_device.c3080 .get_sset_count = phy_ethtool_get_sset_count,
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h1622 int phy_ethtool_get_sset_count(struct phy_device *phydev);
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_common.c988 return phy_ethtool_get_sset_count(phydev); in b53_get_sset_count()