Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dioctl.c3167 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable() function
3176 if (!phy_drv_tunable && !dev->ethtool_ops->set_phy_tunable) in set_phy_tunable()
3192 ret = dev->ethtool_ops->set_phy_tunable(dev, &tuna, data); in set_phy_tunable()
3523 rc = set_phy_tunable(dev, useraddr); in __dev_ethtool()