Searched refs:set_phy_tunable (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ethtool.h | 506 int (*set_phy_tunable)(struct net_device *, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ethtool.h | 756 * @set_phy_tunable: Set the value of a PHY tunable. 891 int (*set_phy_tunable)(struct net_device *, member
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | ioctl.c | 2608 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable() function 2617 if (!phy_drv_tunable && !dev->ethtool_ops->set_phy_tunable) in set_phy_tunable() 2633 ret = dev->ethtool_ops->set_phy_tunable(dev, &tuna, data); in set_phy_tunable() 2941 rc = set_phy_tunable(dev, useraddr); in dev_ethtool()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | ioctl.c | 2694 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable() function 2703 if (!phy_drv_tunable && !dev->ethtool_ops->set_phy_tunable) in set_phy_tunable() 2719 ret = dev->ethtool_ops->set_phy_tunable(dev, &tuna, data); in set_phy_tunable() 3043 rc = set_phy_tunable(dev, useraddr); in __dev_ethtool()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ethtool.c | 1008 .set_phy_tunable = aq_ethtool_set_phy_tunable,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ethtool.c | 1025 .set_phy_tunable = aq_ethtool_set_phy_tunable,
|
Completed in 14 milliseconds