phy_ethtool_get_sset_count
return phy_ethtool_get_sset_count(phydev);
EXPORT_SYMBOL(phy_ethtool_get_sset_count);
.get_sset_count = phy_ethtool_get_sset_count,
int phy_ethtool_get_sset_count(struct phy_device *phydev);
count = phy_ethtool_get_sset_count(dev->phydev);
count = phy_ethtool_get_sset_count(dev->phydev);
mcount = phy_ethtool_get_sset_count(dev->phydev);