Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dmicrochip_t1s.c278 .get_plca_cfg = genphy_c45_plca_get_cfg,
288 .get_plca_cfg = genphy_c45_plca_get_cfg,
Dncn26000.c153 .get_plca_cfg = genphy_c45_plca_get_cfg,
Dphy.c611 if (!phydev->drv->get_plca_cfg) { in phy_ethtool_get_plca_cfg()
617 ret = phydev->drv->get_plca_cfg(phydev, plca_cfg); in phy_ethtool_get_plca_cfg()
675 !phydev->drv->get_plca_cfg) { in phy_ethtool_set_plca_cfg()
688 ret = phydev->drv->get_plca_cfg(phydev, curr_plca_cfg); in phy_ethtool_set_plca_cfg()
Dphy_device.c3502 .get_plca_cfg = phy_ethtool_get_plca_cfg,
/Linux-v6.6/net/ethtool/
Dplca.c71 if (!ops || !ops->get_plca_cfg) { in plca_get_cfg_prepare_data()
83 ret = ops->get_plca_cfg(dev->phydev, &data->plca_cfg); in plca_get_cfg_prepare_data()
/Linux-v6.6/include/linux/
Dethtool.h962 int (*get_plca_cfg)(struct phy_device *dev, member
Dphy.h1083 int (*get_plca_cfg)(struct phy_device *dev, member