Home
last modified time | relevance | path

Searched refs:chip_state (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h121 enum chip_state { enum
285 enum chip_state chip_state; /* see above */ member
H A Ddmfe_main.c355 dmfe_stop_chip(dmfe_t *dmfep, enum chip_state newstate) in dmfe_stop_chip()
390 dmfep->chip_state = newstate; in dmfe_stop_chip()
499 dmfep->chip_state = mode & START_RECEIVE ? CHIP_TX_RX : in dmfe_start_chip()
541 dmfep->chip_state = CHIP_RUNNING; in dmfe_enable_interrupts()
1179 if (dmfep->chip_state != CHIP_RUNNING) in dmfe_m_tx()
1461 ASSERT(dmfep->chip_state == CHIP_RESET || in dmfe_start()
1462 dmfep->chip_state == CHIP_STOPPED); in dmfe_start()
1611 if (dmfep->chip_state == CHIP_ERROR) { in dmfe_factotum()
1723 if ((dmfep->suspended) || (dmfep->chip_state != CHIP_RUNNING)) { in dmfe_cyclic()
1733 if (dmfep->chip_state == CHIP_RUNNING) { in dmfe_cyclic()
[all …]