Searched refs:xep_state (Results 1 – 4 of 4) sorted by relevance
70 xep->xep_state |= XHCI_ENDPOINT_TEARDOWN; in xhci_endpoint_timeout_cancel()89 VERIFY(xep->xep_state & XHCI_ENDPOINT_OPEN); in xhci_endpoint_release()90 xep->xep_state &= ~XHCI_ENDPOINT_OPEN; in xhci_endpoint_release()108 VERIFY(!(xep->xep_state & XHCI_ENDPOINT_OPEN)); in xhci_endpoint_fini()697 xep->xep_state |= XHCI_ENDPOINT_OPEN; in xhci_endpoint_init()718 if (xep->xep_state & XHCI_ENDPOINT_OPEN) { in xhci_endpoint_reinit()722 VERIFY(xep->xep_state & XHCI_ENDPOINT_TEARDOWN); in xhci_endpoint_reinit()723 xep->xep_state &= ~XHCI_ENDPOINT_TEARDOWN; in xhci_endpoint_reinit()742 xep->xep_state |= XHCI_ENDPOINT_OPEN; in xhci_endpoint_reinit()754 while ((xep->xep_state & XHCI_ENDPOINT_SERIALIZE) != 0) { in xhci_endpoint_serialize()[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()427 xep->xep_state |= XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()433 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()454 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()464 xep->xep_state &= ~XHCI_ENDPOINT_PERIODIC; in xhci_hcdi_pipe_poll_fini()480 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