Searched refs:xep_state (Results 1 – 4 of 4) sorted by relevance
86 xep->xep_state |= XHCI_ENDPOINT_TEARDOWN; in xhci_endpoint_timeout_cancel()117 VERIFY(xep->xep_state & XHCI_ENDPOINT_OPEN); in xhci_endpoint_close()118 xep->xep_state &= ~XHCI_ENDPOINT_OPEN; in xhci_endpoint_close()136 VERIFY(!(xep->xep_state & XHCI_ENDPOINT_OPEN)); in xhci_endpoint_unconfigure()137 VERIFY(xep->xep_state & XHCI_ENDPOINT_TEARDOWN); in xhci_endpoint_unconfigure()192 VERIFY(!(xep->xep_state & XHCI_ENDPOINT_OPEN)); in xhci_endpoint_fini()772 xep->xep_state |= XHCI_ENDPOINT_OPEN; in xhci_endpoint_init()800 if (xep->xep_state & XHCI_ENDPOINT_OPEN) { in xhci_endpoint_reopen()804 VERIFY(xep->xep_state & XHCI_ENDPOINT_TEARDOWN); in xhci_endpoint_reopen()805 xep->xep_state &= ~XHCI_ENDPOINT_TEARDOWN; in xhci_endpoint_reopen()[all …]
147 (xep->xep_state & XHCI_ENDPOINT_OPEN)) { in xhci_hcdi_pipe_open()176 xep->xep_state |= XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_open()183 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_open()205 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_open()216 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_open()459 xep->xep_state |= XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()465 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()486 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()496 xep->xep_state &= ~XHCI_ENDPOINT_PERIODIC; in xhci_hcdi_pipe_poll_fini()512 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()[all …]
321 ASSERT(xep->xep_state & XHCI_ENDPOINT_POLLED); in xhci_hcdi_console_input_enter()351 ASSERT(!(xep->xep_state & XHCI_ENDPOINT_POLLED)); in xhci_hcdi_console_input_enter()352 xep->xep_state |= XHCI_ENDPOINT_POLLED; in xhci_hcdi_console_input_enter()415 ASSERT(xep->xep_state & XHCI_ENDPOINT_POLLED); in xhci_hcdi_console_input_exit()424 xep->xep_state &= ~XHCI_ENDPOINT_POLLED; in xhci_hcdi_console_input_exit()
561 xhci_endpoint_state_t xep_state; member