Searched refs:get_plca_cfg (Results 1 – 6 of 6) sorted by relevance
58 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()
153 .get_plca_cfg = genphy_c45_plca_get_cfg,
564 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()
3325 .get_plca_cfg = phy_ethtool_get_plca_cfg,
955 int (*get_plca_cfg)(struct phy_device *dev, member
1051 int (*get_plca_cfg)(struct phy_device *dev, member
Completed in 20 milliseconds