Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dphy.c41 #define PHY_STATE_STR(_state) \ macro
48 PHY_STATE_STR(DOWN) in phy_state_to_str()
49 PHY_STATE_STR(READY) in phy_state_to_str()
50 PHY_STATE_STR(UP) in phy_state_to_str()
51 PHY_STATE_STR(RUNNING) in phy_state_to_str()
52 PHY_STATE_STR(NOLINK) in phy_state_to_str()
53 PHY_STATE_STR(CABLETEST) in phy_state_to_str()
54 PHY_STATE_STR(HALTED) in phy_state_to_str()
55 PHY_STATE_STR(ERROR) in phy_state_to_str()