Home
last modified time | relevance | path

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

/openbmc/linux/net/dsa/
H A Dmaster.c172 phy_ethtool_get_strings(dev->phydev, data); in dsa_master_get_strings()
/openbmc/linux/drivers/net/phy/
H A Dphy.c533 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data) in phy_ethtool_get_strings() function
544 EXPORT_SYMBOL(phy_ethtool_get_strings);
H A Dphy_device.c3508 .get_strings = phy_ethtool_get_strings,
/openbmc/linux/include/linux/
H A Dphy.h1980 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data);
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c986 phy_ethtool_get_strings(phydev, data); in b53_get_strings()