Searched refs:XHCI_ENDPOINT_TEARDOWN (Results 1 – 3 of 3) sorted by relevance
70 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()
552 ~(XHCI_ENDPOINT_TEARDOWN | XHCI_ENDPOINT_QUIESCE); in xhci_hcdi_pipe_close()1753 xep->xep_state |= XHCI_ENDPOINT_TEARDOWN; in xhci_hcdi_device_fini()
510 XHCI_ENDPOINT_TEARDOWN = 0x10, enumerator