Lines Matching defs:data
531 * @data: Where to put the strings
533 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data)
539 phydev->drv->get_strings(phydev, data);
577 * @data: Where to store the counters
580 struct ethtool_stats *stats, u64 *data)
586 phydev->drv->get_stats(phydev, stats, data);
1223 phydev_err(phydev, "PHY-device data unsafe context\n");
1598 * @data: ethtool_eee data
1603 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data)
1611 ret = genphy_c45_ethtool_get_eee(phydev, data);
1621 * @data: ethtool_eee data
1625 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data)
1633 ret = genphy_c45_ethtool_set_eee(phydev, data);