Home
last modified time | relevance | path

Searched refs:XHCI_ENDPOINT_TEARDOWN (Results 1 – 3 of 3) 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()
722 VERIFY(xep->xep_state & XHCI_ENDPOINT_TEARDOWN); in xhci_endpoint_reinit()
723 xep->xep_state &= ~XHCI_ENDPOINT_TEARDOWN; in xhci_endpoint_reinit()
893 if (xep->xep_state & (XHCI_ENDPOINT_TEARDOWN | in xhci_endpoint_tick()
H A Dxhci_usba.c548 ~(XHCI_ENDPOINT_TEARDOWN | XHCI_ENDPOINT_QUIESCE); in xhci_hcdi_pipe_close()
1749 xep->xep_state |= XHCI_ENDPOINT_TEARDOWN; in xhci_hcdi_device_fini()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h504 XHCI_ENDPOINT_TEARDOWN = 0x10, enumerator