Searched refs:get_phy_tunable (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dethtool.h797 * @get_phy_tunable: Read the value of a PHY tunable.
927 int (*get_phy_tunable)(struct net_device *, member in struct:ethtool_ops
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c1022 .get_phy_tunable = aq_ethtool_get_phy_tunable,
/linux-master/net/ethtool/
H A Dioctl.c2741 static int get_phy_tunable(struct net_device *dev, void __user *useraddr) function
2750 if (!phy_drv_tunable && !dev->ethtool_ops->get_phy_tunable)
2765 ret = dev->ethtool_ops->get_phy_tunable(dev, &tuna, data);
3126 rc = get_phy_tunable(dev, useraddr);

Completed in 147 milliseconds