Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb/
A Dmv88e1xxx.c317 cphy->state |= PHY_LINK_UP; in mv88e1xxx_interrupt_handler()
319 cphy->state &= ~PHY_LINK_UP; in mv88e1xxx_interrupt_handler()
329 if ((cphy->state & (PHY_LINK_UP | PHY_AUTONEG_RDY)) == in mv88e1xxx_interrupt_handler()
330 (PHY_LINK_UP | PHY_AUTONEG_RDY)) in mv88e1xxx_interrupt_handler()
A Dcphy.h60 PHY_LINK_UP = 0x1, enumerator
/linux/drivers/net/ethernet/
A Djme.c424 if (phylink & PHY_LINK_UP) { in jme_check_link()
430 phylink = PHY_LINK_UP; in jme_check_link()
1174 if (!(phylink & PHY_LINK_UP)) { in jme_shutdown_nic()
1883 while (!(phylink & PHY_LINK_UP) && (to -= 10) > 0) { in jme_wait_link()
2645 return jread32(jme, JME_PHY_LINK) & PHY_LINK_UP; in jme_get_link()
A Djme.h903 PHY_LINK_UP = 0x00000400, enumerator

Completed in 17 milliseconds