Searched refs:set_phy_tunable (Results 1 – 3 of 3) sorted by relevance
711 int (*set_phy_tunable)(struct net_device *, member
2644 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable() function2653 if (!phy_drv_tunable && !dev->ethtool_ops->set_phy_tunable) in set_phy_tunable()2669 ret = dev->ethtool_ops->set_phy_tunable(dev, &tuna, data); in set_phy_tunable()2993 rc = set_phy_tunable(dev, useraddr); in __dev_ethtool()
1011 .set_phy_tunable = aq_ethtool_set_phy_tunable,
Completed in 14 milliseconds