Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dioctl.c3132 bool phy_drv_tunable; in get_phy_tunable() local
3136 phy_drv_tunable = phydev && phydev->drv && phydev->drv->get_tunable; in get_phy_tunable()
3137 if (!phy_drv_tunable && !dev->ethtool_ops->get_phy_tunable) in get_phy_tunable()
3147 if (phy_drv_tunable) { in get_phy_tunable()
3171 bool phy_drv_tunable; in set_phy_tunable() local
3175 phy_drv_tunable = phydev && phydev->drv && phydev->drv->get_tunable; in set_phy_tunable()
3176 if (!phy_drv_tunable && !dev->ethtool_ops->set_phy_tunable) in set_phy_tunable()
3187 if (phy_drv_tunable) { in set_phy_tunable()