Searched refs:xcr_cv (Results 1 – 2 of 2) sorted by relevance
151 cv_destroy(&xcr->xcr_cv); in xhci_command_ring_fini()186 cv_init(&xcr->xcr_cv, NULL, CV_DRIVER, NULL); in xhci_command_ring_init()241 ret = cv_reltimedwait(&xcr->xcr_cv, &xcr->xcr_lock, delay, in xhci_command_timeout()329 cv_broadcast(&xcr->xcr_cv); in xhci_command_event_callback()379 cv_broadcast(&xcr->xcr_cv); in xhci_command_event_callback()409 cv_wait(&xcr->xcr_cv, &xcr->xcr_lock); in xhci_command_submit()
454 kcondvar_t xcr_cv; member