Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ethtool/
A Dioctl.c2646 bool phy_drv_tunable; in get_phy_tunable() local
2650 phy_drv_tunable = phydev && phydev->drv && phydev->drv->get_tunable; in get_phy_tunable()
2651 if (!phy_drv_tunable && !dev->ethtool_ops->get_phy_tunable) in get_phy_tunable()
2661 if (phy_drv_tunable) { in get_phy_tunable()
2685 bool phy_drv_tunable; in set_phy_tunable() local
2689 phy_drv_tunable = phydev && phydev->drv && phydev->drv->get_tunable; in set_phy_tunable()
2690 if (!phy_drv_tunable && !dev->ethtool_ops->set_phy_tunable) in set_phy_tunable()
2701 if (phy_drv_tunable) { in set_phy_tunable()

Completed in 7 milliseconds