Searched refs:get_plca_status (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/phy/ |
H A D | microchip_t1s.c | 462 .get_plca_status = genphy_c45_plca_get_status, 472 .get_plca_status = genphy_c45_plca_get_status, 482 .get_plca_status = genphy_c45_plca_get_status, 494 .get_plca_status = genphy_c45_plca_get_status,
|
H A D | ncn26000.c | 155 .get_plca_status = genphy_c45_plca_get_status,
|
H A D | phy.c | 825 if (!phydev->drv->get_plca_status) { in phy_ethtool_get_plca_status() 831 ret = phydev->drv->get_plca_status(phydev, plca_st); in phy_ethtool_get_plca_status()
|
H A D | phy_device.c | 3639 .get_plca_status = phy_ethtool_get_plca_status,
|
/linux/net/ethtool/ |
H A D | plca.c | 224 if (!ops || !ops->get_plca_status) { in plca_get_status_prepare_data() 236 ret = ops->get_plca_status(phydev, &data->plca_st); in plca_get_status_prepare_data()
|
/linux/include/linux/ |
H A D | ethtool.h | 1301 * @get_plca_status: Get PLCA configuration. 1318 int (*get_plca_status)(struct phy_device *dev, member
|
H A D | phy.h | 1184 /** @get_plca_status: Return the current PLCA status info */ 1185 int (*get_plca_status)(struct phy_device *dev, member
|