Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c70 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()
697 xep->xep_state |= XHCI_ENDPOINT_OPEN; in xhci_endpoint_init()
718 if (xep->xep_state & XHCI_ENDPOINT_OPEN) { in xhci_endpoint_reinit()
742 xep->xep_state |= XHCI_ENDPOINT_OPEN; in xhci_endpoint_reinit()
848 xep->xep_state &= ~XHCI_ENDPOINT_HALTED; in xhci_endpoint_quiesce()
971 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_endpoint_tick()
1639 xep->xep_state |= XHCI_ENDPOINT_HALTED; in xhci_endpoint_transfer_callback()
1646 xep->xep_state |= XHCI_ENDPOINT_HALTED; in xhci_endpoint_transfer_callback()
[all …]
H A Dxhci_usba.c147 (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()
423 xep->xep_state |= XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()
429 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()
476 xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_poll_fini()
541 xep->xep_state |= XHCI_ENDPOINT_QUIESCE; in xhci_hcdi_pipe_close()
547 xep->xep_state &= in xhci_hcdi_pipe_close()
[all …]
H A Dxhci_polled.c321 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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h555 xhci_endpoint_state_t xep_state; member