Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_init.c251 device->heci_state = HECI_INITIALIZING; in init_heci_device()
381 if (dev->heci_state != HECI_INITIALIZING && in heci_reset()
410 if (dev->heci_state != HECI_INITIALIZING) { in heci_reset()
H A Dheci_data_structures.h249 HECI_INITIALIZING = 0, enumerator
H A Dheci_intr.c245 (dev->heci_state != HECI_INITIALIZING)) { in heci_bh_process_device()
258 if (dev->heci_state == HECI_INITIALIZING) { in heci_bh_process_device()