Searched refs:get_phy_tunable (Results 1 – 3 of 3) sorted by relevance
504 int (*get_phy_tunable)(struct net_device *, member
2564 static int get_phy_tunable(struct net_device *dev, void __user *useraddr) in get_phy_tunable() function2573 if (!phy_drv_tunable && !dev->ethtool_ops->get_phy_tunable) in get_phy_tunable()2588 ret = dev->ethtool_ops->get_phy_tunable(dev, &tuna, data); in get_phy_tunable()2933 rc = get_phy_tunable(dev, useraddr); in dev_ethtool()
1006 .get_phy_tunable = aq_ethtool_get_phy_tunable,