Home
last modified time | relevance | path

Searched refs:PHY_CABLETEST (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dphy.c806 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test()
814 phydev->state > PHY_CABLETEST) { in phy_start_cable_test()
836 phydev->state = PHY_CABLETEST; in phy_start_cable_test()
877 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test_tdr()
885 phydev->state > PHY_CABLETEST) { in phy_start_cable_test_tdr()
907 phydev->state = PHY_CABLETEST; in phy_start_cable_test_tdr()
1377 if (phydev->state == PHY_CABLETEST) { in phy_stop()
1467 case PHY_CABLETEST: in phy_state_machine()
/openbmc/linux/include/linux/
H A Dphy.h519 PHY_CABLETEST, enumerator
1519 if (phydev->state == PHY_CABLETEST) in phy_polling_mode()