Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dphy.c859 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test()
867 phydev->state > PHY_CABLETEST) { in phy_start_cable_test()
889 phydev->state = PHY_CABLETEST; in phy_start_cable_test()
930 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test_tdr()
938 phydev->state > PHY_CABLETEST) { in phy_start_cable_test_tdr()
960 phydev->state = PHY_CABLETEST; in phy_start_cable_test_tdr()
1537 case PHY_CABLETEST: in _phy_state_machine()
1638 if (phydev->state == PHY_CABLETEST) { in phy_stop()
/linux-6.15/include/linux/
H A Dphy.h483 PHY_CABLETEST, enumerator
1602 if (phydev->state == PHY_CABLETEST) in phy_polling_mode()