Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dconduit.c186 phy_ethtool_get_strings(dev->phydev, data); in dsa_conduit_get_strings()
/linux/drivers/net/phy/
H A Dphy.c543 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data) in phy_ethtool_get_strings() function
554 EXPORT_SYMBOL(phy_ethtool_get_strings);
H A Dphy_device.c3635 .get_strings = phy_ethtool_get_strings,
/linux/include/linux/
H A Dphy.h2069 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data);
/linux/drivers/net/dsa/b53/
H A Db53_common.c1141 phy_ethtool_get_strings(phydev, data); in b53_get_strings()