Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/phy/
Dphy.c555 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test()
563 phydev->state > PHY_CABLETEST) { in phy_start_cable_test()
585 phydev->state = PHY_CABLETEST; in phy_start_cable_test()
626 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test_tdr()
634 phydev->state > PHY_CABLETEST) { in phy_start_cable_test_tdr()
656 phydev->state = PHY_CABLETEST; in phy_start_cable_test_tdr()
1122 if (phydev->state == PHY_CABLETEST) { in phy_stop()
1209 case PHY_CABLETEST: in phy_state_machine()
/kernel/linux/linux-5.10/include/linux/
Dphy.h450 PHY_CABLETEST, enumerator
1218 if (phydev->state == PHY_CABLETEST) in phy_polling_mode()