Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmv88e1xxx.c341 cphy->state &= ~PHY_AUTONEG_RDY; in mv88e1xxx_interrupt_handler()
347 cphy->state |= PHY_AUTONEG_RDY; in mv88e1xxx_interrupt_handler()
349 if ((cphy->state & (PHY_LINK_UP | PHY_AUTONEG_RDY)) == in mv88e1xxx_interrupt_handler()
350 (PHY_LINK_UP | PHY_AUTONEG_RDY)) in mv88e1xxx_interrupt_handler()
H A Dcphy.h47 PHY_AUTONEG_RDY = 0x2, enumerator
H A Dch_subr.c844 phy->state = PHY_AUTONEG_RDY; in t1_link_start()
852 phy->state = PHY_AUTONEG_RDY; in t1_link_start()