get_phy_tunable
.get_phy_tunable = aq_ethtool_get_phy_tunable,
int (*get_phy_tunable)(struct net_device *,
if (!phy_drv_tunable && !dev->ethtool_ops->get_phy_tunable)
ret = dev->ethtool_ops->get_phy_tunable(dev, &tuna, data);
rc = get_phy_tunable(dev, useraddr);