Home
last modified time | relevance | path

Searched refs:HECI_FILE_CONNECTED (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dio_heci.c257 if (dev->iamthif_file_ext.state != HECI_FILE_CONNECTED) { in heci_ioctl_connect_client()
337 while (err != -1 && HECI_FILE_CONNECTED != file_ext->state && in heci_ioctl_connect_client()
344 if (HECI_FILE_CONNECTED == file_ext->state) { in heci_ioctl_connect_client()
446 if (dev->wd_file_ext.state != HECI_FILE_CONNECTED) { in heci_ioctl_wd()
672 if (file_ext->state != HECI_FILE_CONNECTED) in heci_start_read()
H A Dheci_main.c390 if (dev->wd_file_ext.state == HECI_FILE_CONNECTED && in heci_detach()
428 if (dev->iamthif_file_ext.state == HECI_FILE_CONNECTED) { in heci_detach()
433 if (dev->wd_file_ext.state == HECI_FILE_CONNECTED) { in heci_detach()
708 if (file_ext->state == HECI_FILE_CONNECTED) { in heci_close()
1113 if (dev->iamthif_file_ext.state != HECI_FILE_CONNECTED) { in heci_write()
1152 if (file_ext->state != HECI_FILE_CONNECTED) { in heci_write()
1422 if (dev->wd_file_ext.state == HECI_FILE_CONNECTED && in heci_quiesce()
1457 if (device->wd_file_ext.state == HECI_FILE_CONNECTED && in heci_suspend()
H A Dheci_intr.c417 (HECI_FILE_CONNECTED == dev->iamthif_file_ext.state) && in heci_bh_read_handler()
652 (file_ext->state == HECI_FILE_CONNECTED) && in _heci_bh_state_ok()
1309 file_ext->state = HECI_FILE_CONNECTED; in is_treat_specially_client()
1587 if (dev->wd_file_ext.state != HECI_FILE_CONNECTED) { in heci_wd_timer()
H A Dheci_data_structures.h242 HECI_FILE_CONNECTED, enumerator
H A Dheci_init.c936 while (!(HECI_FILE_CONNECTED == priv->state || in heci_connect_me_client()
942 if (HECI_FILE_CONNECTED != priv->state) { in heci_connect_me_client()