Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c725 ngep->nge_chip_state = NGE_CHIP_ERROR; in nge_chip_stop()
751 ngep->nge_chip_state = NGE_CHIP_ERROR; in nge_chip_stop()
768 ngep->nge_chip_state = NGE_CHIP_ERROR; in nge_chip_stop()
802 ngep->nge_chip_state = NGE_CHIP_FAULT; in nge_chip_stop()
804 ngep->nge_chip_state = NGE_CHIP_STOPPED; in nge_chip_stop()
1013 if (ngep->nge_chip_state == NGE_CHIP_INITIAL) { in nge_chip_reset()
1135 ngep->nge_chip_state = NGE_CHIP_RESET; in nge_chip_reset()
1325 ngep->nge_chip_state = NGE_CHIP_RUNNING; in nge_chip_start()
1707 switch (ngep->nge_chip_state) { in nge_chip_factotum()
1831 if (ngep->nge_chip_state != NGE_CHIP_RUNNING) { in nge_chip_intr()
H A Dnge.h306 enum nge_chip_state { enum
721 enum nge_chip_state nge_chip_state; /* definitions above */ member
H A Dnge_tx.c660 if (ngep->nge_chip_state != NGE_CHIP_RUNNING) { in nge_m_tx()
H A Dnge_main.c2170 switch (ngep->nge_chip_state) { in nge_chip_cyclic()
2481 ngep->nge_chip_state = NGE_CHIP_INITIAL; in nge_attach()