Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dethtool.h1126 int (*set_phy_tunable)(struct net_device *, member
/linux-6.15/net/ethtool/
H A Dioctl.c3012 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable() function
3021 if (!phy_drv_tunable && !dev->ethtool_ops->set_phy_tunable) in set_phy_tunable()
3037 ret = dev->ethtool_ops->set_phy_tunable(dev, &tuna, data); in set_phy_tunable()
3362 rc = set_phy_tunable(dev, useraddr); in __dev_ethtool()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c1087 .set_phy_tunable = aq_ethtool_set_phy_tunable,