Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dphy.c528 if (!phy_polling_mode(phydev) && phydev->state == PHY_AN) { in phy_start_aneg_priv()
986 if (!phy_polling_mode(phydev)) in phy_state_machine()
1027 if (phy_polling_mode(phydev)) { in phy_state_machine()
1126 if (phy_polling_mode(phydev)) in phy_state_machine()
/Linux-v4.19/include/linux/
Dphy.h832 static inline bool phy_polling_mode(struct phy_device *phydev) in phy_polling_mode() function