Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_main.c429 dev->iamthif_file_ext.state = HECI_FILE_DISCONNECTING; in heci_detach()
434 dev->wd_file_ext.state = HECI_FILE_DISCONNECTING; in heci_detach()
709 file_ext->state = HECI_FILE_DISCONNECTING; in heci_close()
897 HECI_FILE_DISCONNECTING != file_ext->state) { in heci_read()
911 HECI_FILE_DISCONNECTING == file_ext->state) { in heci_read()
H A Dheci_data_structures.h243 HECI_FILE_DISCONNECTING, enumerator
H A Dheci_init.c1098 if (file_ext->state != HECI_FILE_DISCONNECTING) in heci_disconnect_host_client()
H A Dheci_intr.c806 file_ext->state = HECI_FILE_DISCONNECTING; in _heci_bh_close()