Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ethtool/
A Dplca.c58 if (!ops || !ops->get_plca_cfg) { in plca_get_cfg_prepare_data()
70 ret = ops->get_plca_cfg(dev->phydev, &data->plca_cfg); in plca_get_cfg_prepare_data()
/linux-6.3-rc2/drivers/net/phy/
A Dncn26000.c153 .get_plca_cfg = genphy_c45_plca_get_cfg,
A Dphy.c564 if (!phydev->drv->get_plca_cfg) { in phy_ethtool_get_plca_cfg()
570 ret = phydev->drv->get_plca_cfg(phydev, plca_cfg); in phy_ethtool_get_plca_cfg()
628 !phydev->drv->get_plca_cfg) { in phy_ethtool_set_plca_cfg()
641 ret = phydev->drv->get_plca_cfg(phydev, curr_plca_cfg); in phy_ethtool_set_plca_cfg()
A Dphy_device.c3325 .get_plca_cfg = phy_ethtool_get_plca_cfg,
/linux-6.3-rc2/include/linux/
A Dethtool.h955 int (*get_plca_cfg)(struct phy_device *dev, member
A Dphy.h1051 int (*get_plca_cfg)(struct phy_device *dev, member

Completed in 20 milliseconds