Searched refs:set_plca_cfg (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/phy/ |
| H A D | microchip_t1s.c | 461 .set_plca_cfg = genphy_c45_plca_set_cfg, 471 .set_plca_cfg = lan86xx_plca_set_cfg, 481 .set_plca_cfg = lan86xx_plca_set_cfg, 493 .set_plca_cfg = lan86xx_plca_set_cfg,
|
| H A D | ncn26000.c | 154 .set_plca_cfg = genphy_c45_plca_set_cfg,
|
| H A D | phy.c | 727 if (!phydev->drv->set_plca_cfg || in phy_ethtool_set_plca_cfg() 798 ret = phydev->drv->set_plca_cfg(phydev, plca_cfg); in phy_ethtool_set_plca_cfg()
|
| H A D | phy_device.c | 3525 .set_plca_cfg = phy_ethtool_set_plca_cfg,
|
| /linux-6.15/net/ethtool/ |
| H A D | plca.c | 162 if (!ops || !ops->set_plca_cfg) in ethnl_set_plca() 177 ret = ops->set_plca_cfg(phydev, &plca_cfg, info->extack); in ethnl_set_plca()
|
| /linux-6.15/include/linux/ |
| H A D | ethtool.h | 1217 int (*set_plca_cfg)(struct phy_device *dev, member
|
| H A D | phy.h | 1160 int (*set_plca_cfg)(struct phy_device *dev, member
|