Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Dphy.c566 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test()
574 phydev->state > PHY_CABLETEST) { in phy_start_cable_test()
596 phydev->state = PHY_CABLETEST; in phy_start_cable_test()
637 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test_tdr()
645 phydev->state > PHY_CABLETEST) { in phy_start_cable_test_tdr()
667 phydev->state = PHY_CABLETEST; in phy_start_cable_test_tdr()
1105 if (phydev->state == PHY_CABLETEST) { in phy_stop()
1192 case PHY_CABLETEST: in phy_state_machine()
/linux-6.1.9/include/linux/
Dphy.h507 PHY_CABLETEST, enumerator
1318 if (phydev->state == PHY_CABLETEST) in phy_polling_mode()