Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dmarvell-88q2xxx.c65 if (!phy_polling_mode(phydev) || !phydev->link) { in mv88q2xxx_read_link_gbit()
97 if (!phy_polling_mode(phydev) || !phydev->link) { in mv88q2xxx_read_link_100m()
H A Dncn26000.c75 if (!phy_polling_mode(phydev) || !phydev->link) { in ncn26000_read_status()
H A Dphy.c838 if (phy_polling_mode(phydev)) in phy_start_cable_test()
909 if (phy_polling_mode(phydev)) in phy_start_cable_test_tdr()
1520 if (phy_polling_mode(phydev) && phy_is_started(phydev)) in phy_state_machine()
H A Dphy-c45.c446 if (!phy_polling_mode(phydev) || !phydev->link) { in genphy_c45_read_link()
H A Dat803x.c510 if (ret & irq_enabled && !phy_polling_mode(phydev)) in at803x_set_wol()
H A Dphy_device.c2362 if (!phy_polling_mode(phydev) || !phydev->link) { in genphy_update_link()
/openbmc/linux/include/linux/
H A Dphy.h1517 static inline bool phy_polling_mode(struct phy_device *phydev) in phy_polling_mode() function