Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dethtool.h510 int (*set_phy_tunable)(struct net_device *, member
/Linux-v5.10/net/ethtool/
Dioctl.c2499 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable() function
2508 if (!phy_drv_tunable && !dev->ethtool_ops->set_phy_tunable) in set_phy_tunable()
2524 ret = dev->ethtool_ops->set_phy_tunable(dev, &tuna, data); in set_phy_tunable()
2832 rc = set_phy_tunable(dev, useraddr); in dev_ethtool()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c1007 .set_phy_tunable = aq_ethtool_set_phy_tunable,