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

/linux-master/drivers/net/phy/
H A Dncn26000.c153 .get_plca_cfg = genphy_c45_plca_get_cfg,
H A Dmicrochip_t1s.c278 .get_plca_cfg = genphy_c45_plca_get_cfg,
288 .get_plca_cfg = genphy_c45_plca_get_cfg,
H A Dphy.c631 if (!phydev->drv->get_plca_cfg) {
637 ret = phydev->drv->get_plca_cfg(phydev, plca_cfg);
695 !phydev->drv->get_plca_cfg) {
708 ret = phydev->drv->get_plca_cfg(phydev, curr_plca_cfg);
H A Dphy_device.c3689 .get_plca_cfg = phy_ethtool_get_plca_cfg,
/linux-master/net/ethtool/
H A Dplca.c71 if (!ops || !ops->get_plca_cfg) {
83 ret = ops->get_plca_cfg(dev->phydev, &data->plca_cfg);
/linux-master/include/linux/
H A Dethtool.h986 * @get_plca_cfg: Return PLCA configuration.
1000 int (*get_plca_cfg)(struct phy_device *dev, member in struct:ethtool_phy_ops
H A Dphy.h1104 /** @get_plca_cfg: Return the current PLCA configuration */
1105 int (*get_plca_cfg)(struct phy_device *dev, member in struct:phy_driver

Completed in 159 milliseconds