Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dsa/
H A Dmaster.c107 phy_ethtool_get_stats(dev->phydev, stats, data); in dsa_master_get_ethtool_phy_stats()
H A Dport.c790 ret = phy_ethtool_get_stats(phydev, NULL, data); in dsa_port_get_ethtool_phy_stats()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy.c520 int phy_ethtool_get_stats(struct phy_device *phydev, in phy_ethtool_get_stats() function
532 EXPORT_SYMBOL(phy_ethtool_get_stats);
H A Dphy_device.c3082 .get_stats = phy_ethtool_get_stats,
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h1623 int phy_ethtool_get_stats(struct phy_device *phydev,
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_common.c972 phy_ethtool_get_stats(phydev, NULL, data); in b53_get_ethtool_phy_stats()