Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_init.c455 cv_broadcast(&file_pos->rx_wait); in heci_reset()
838 cv_init(&priv->rx_wait, NULL, CV_DRIVER, NULL); in heci_init_file_private()
839 DBG("priv->rx_wait =%p\n", (void *)&priv->rx_wait); in heci_init_file_private()
1072 cv_destroy(&priv->rx_wait); in heci_free_file_private()
H A Dheci_data_structures.h464 kcondvar_t rx_wait; member
H A Dheci_main.c348 cv_destroy(&device_object->iamthif_file_ext.rx_wait); in heci_destroy_locks()
349 cv_destroy(&device_object->wd_file_ext.rx_wait); in heci_destroy_locks()
900 if (cv_wait_sig(&file_ext->rx_wait, &dev->device_lock) == 0) { in heci_read()
H A Dheci_intr.c161 cv_broadcast(&file_ext->rx_wait); in _heci_cmpl()