Searched refs:rge_chip_state (Results 1 – 3 of 3) sorted by relevance
210 enum rge_chip_state { enum484 enum rge_chip_state rge_chip_state; /* definitions above */ member
871 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()
208 rgep->rge_chip_state = RGE_CHIP_ERROR; in rge_receive_packet()700 (rgep->rge_chip_state != RGE_CHIP_RUNNING) || in rge_m_tx()