Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dmicrochip_t1s.c279 .set_plca_cfg = genphy_c45_plca_set_cfg,
289 .set_plca_cfg = genphy_c45_plca_set_cfg,
Dncn26000.c154 .set_plca_cfg = genphy_c45_plca_set_cfg,
Dphy.c674 if (!phydev->drv->set_plca_cfg || in phy_ethtool_set_plca_cfg()
745 ret = phydev->drv->set_plca_cfg(phydev, plca_cfg); in phy_ethtool_set_plca_cfg()
Dphy_device.c3503 .set_plca_cfg = phy_ethtool_set_plca_cfg,
/Linux-v6.6/net/ethtool/
Dplca.c156 if (!ops || !ops->set_plca_cfg) in ethnl_set_plca()
171 ret = ops->set_plca_cfg(dev->phydev, &plca_cfg, info->extack); in ethnl_set_plca()
/Linux-v6.6/include/linux/
Dethtool.h964 int (*set_plca_cfg)(struct phy_device *dev, member
Dphy.h1086 int (*set_plca_cfg)(struct phy_device *dev, member