Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dmv88e1xxx.c343 cphy->state &= ~PHY_AUTONEG_RDY; in mv88e1xxx_interrupt_handler()
349 cphy->state |= PHY_AUTONEG_RDY; in mv88e1xxx_interrupt_handler()
351 if ((cphy->state & (PHY_LINK_UP | PHY_AUTONEG_RDY)) == in mv88e1xxx_interrupt_handler()
352 (PHY_LINK_UP | PHY_AUTONEG_RDY)) in mv88e1xxx_interrupt_handler()
H A Dcphy.h49 PHY_AUTONEG_RDY = 0x2, enumerator
H A Dch_subr.c846 phy->state = PHY_AUTONEG_RDY; in t1_link_start()
854 phy->state = PHY_AUTONEG_RDY; in t1_link_start()