Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h210 enum rge_chip_state { enum
484 enum rge_chip_state rge_chip_state; /* definitions above */ member
H A Drge_chip.c871 rgep->rge_chip_state = RGE_CHIP_RESET; in rge_chip_reset()
1083 rgep->rge_chip_state = RGE_CHIP_RUNNING; in rge_chip_start()
1119 rgep->rge_chip_state = RGE_CHIP_FAULT; in rge_chip_stop()
1121 rgep->rge_chip_state = RGE_CHIP_STOPPED; in rge_chip_stop()
1319 rgep->rge_chip_state = RGE_CHIP_ERROR; in rge_hw_stats_dump()
1518 rgep->rge_chip_state = RGE_CHIP_ERROR; in rge_intr()
1531 rgep->rge_chip_state = RGE_CHIP_ERROR; in rge_intr()
1664 switch (rgep->rge_chip_state) { in rge_chip_factotum()
1723 switch (rgep->rge_chip_state) { in rge_chip_cyclic()
H A Drge_rxtx.c208 rgep->rge_chip_state = RGE_CHIP_ERROR; in rge_receive_packet()
700 (rgep->rge_chip_state != RGE_CHIP_RUNNING) || in rge_m_tx()