Symbol: bge_chip_state
usr/src/uts/common/io/bge/bge_chip2.c
3577
if (bgep->bge_chip_state == BGE_CHIP_RUNNING) {
usr/src/uts/common/io/bge/bge_chip2.c
3627
bgep->bge_chip_state = BGE_CHIP_STOPPED;
usr/src/uts/common/io/bge/bge_chip2.c
3697
if (bgep->bge_chip_state != BGE_CHIP_FAULT) {
usr/src/uts/common/io/bge/bge_chip2.c
3698
bgep->bge_chip_state = BGE_CHIP_FAULT;
usr/src/uts/common/io/bge/bge_chip2.c
3727
bgep->bge_chip_state = BGE_CHIP_STOPPED;
usr/src/uts/common/io/bge/bge_chip2.c
3792
if (bgep->bge_chip_state != BGE_CHIP_INITIAL)
usr/src/uts/common/io/bge/bge_chip2.c
3838
(void *)bgep, enable_dma, bgep->bge_chip_state));
usr/src/uts/common/io/bge/bge_chip2.c
3843
switch (bgep->bge_chip_state) {
usr/src/uts/common/io/bge/bge_chip2.c
4147
if (bgep->bge_chip_state == BGE_CHIP_INITIAL) {
usr/src/uts/common/io/bge/bge_chip2.c
4180
bgep->bge_chip_state = BGE_CHIP_RESET;
usr/src/uts/common/io/bge/bge_chip2.c
4222
ASSERT(bgep->bge_chip_state == BGE_CHIP_RESET);
usr/src/uts/common/io/bge/bge_chip2.c
4870
bgep->bge_chip_state = BGE_CHIP_RUNNING;
usr/src/uts/common/io/bge/bge_chip2.c
5048
if (bgep->bge_chip_state != BGE_CHIP_RUNNING) {
usr/src/uts/common/io/bge/bge_chip2.c
5284
switch (bgep->bge_chip_state) {
usr/src/uts/common/io/bge/bge_chip2.c
5307
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_chip2.c
5344
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_chip2.c
5349
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_chip2.c
5354
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_chip2.c
5424
switch (bgep->bge_chip_state) {
usr/src/uts/common/io/bge/bge_chip2.c
6050
bgep->bge_chip_state = BGE_CHIP_FAULT;
usr/src/uts/common/io/bge/bge_impl.h
903
enum bge_chip_state bge_chip_state; /* definitions above */
usr/src/uts/common/io/bge/bge_kstats.c
412
if (bgep->bge_chip_state == BGE_CHIP_FAULT)
usr/src/uts/common/io/bge/bge_kstats.c
534
if (bgep->bge_chip_state == BGE_CHIP_FAULT)
usr/src/uts/common/io/bge/bge_kstats.c
693
if (bgep->bge_chip_state != BGE_CHIP_RUNNING) {
usr/src/uts/common/io/bge/bge_main2.c
498
bgep->bge_chip_state = BGE_CHIP_STOPPED;
usr/src/uts/common/io/bge/bge_recv2.c
195
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_recv2.c
260
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_recv2.c
296
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_recv2.c
304
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_recv2.c
326
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_recv2.c
365
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_recv2.c
374
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_recv2.c
397
bgep->bge_chip_state = BGE_CHIP_ERROR;
usr/src/uts/common/io/bge/bge_send.c
624
if ((bgep->bge_chip_state != BGE_CHIP_RUNNING) ||