Searched refs:get_plca_cfg (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | microchip_t1s.c | 544 .get_plca_cfg = genphy_c45_plca_get_cfg, 554 .get_plca_cfg = genphy_c45_plca_get_cfg, 564 .get_plca_cfg = genphy_c45_plca_get_cfg, 573 .get_plca_cfg = genphy_c45_plca_get_cfg, 589 .get_plca_cfg = genphy_c45_plca_get_cfg,
|
| H A D | ncn26000.c | 153 .get_plca_cfg = genphy_c45_plca_get_cfg,
|
| H A D | phy.c | 670 if (!phydev->drv->get_plca_cfg) { in phy_ethtool_get_plca_cfg() 676 ret = phydev->drv->get_plca_cfg(phydev, plca_cfg); in phy_ethtool_get_plca_cfg() 734 !phydev->drv->get_plca_cfg) { in phy_ethtool_set_plca_cfg() 747 ret = phydev->drv->get_plca_cfg(phydev, curr_plca_cfg); in phy_ethtool_set_plca_cfg()
|
| H A D | phy_device.c | 3926 .get_plca_cfg = phy_ethtool_get_plca_cfg,
|
| /linux/net/ethtool/ |
| H A D | plca.c | 75 if (!ops || !ops->get_plca_cfg) { in plca_get_cfg_prepare_data() 87 ret = ops->get_plca_cfg(phydev, &data->plca_cfg); in plca_get_cfg_prepare_data()
|
| /linux/include/linux/ |
| H A D | ethtool.h | 1368 int (*get_plca_cfg)(struct phy_device *dev, member
|
| H A D | phy.h | 1434 int (*get_plca_cfg)(struct phy_device *dev, member
|