Searched refs:xep_state_cv (Results 1 – 3 of 3) sorted by relevance
196 cv_destroy(&xep->xep_state_cv); in xhci_endpoint_fini()734 cv_init(&xep->xep_state_cv, NULL, CV_DRIVER, NULL); in xhci_endpoint_init()747 cv_destroy(&xep->xep_state_cv); in xhci_endpoint_init()755 cv_destroy(&xep->xep_state_cv); in xhci_endpoint_init()837 cv_wait(&xep->xep_state_cv, &xhcip->xhci_lock); in xhci_endpoint_serialize()1031 cv_broadcast(&xep->xep_state_cv); in xhci_endpoint_tick()1066 cv_broadcast(&xep->xep_state_cv); in xhci_endpoint_tick()
466 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_poll_fini()487 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_poll_fini()513 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_poll_fini()584 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_close()703 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_reset()718 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_reset()734 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_reset()
562 kcondvar_t xep_state_cv; member