Home
last modified time | relevance | path

Searched refs:XHCI_ENDPOINT_HALTED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c782 if (!(xep->xep_state & XHCI_ENDPOINT_HALTED)) { in xhci_endpoint_quiesce()
796 if ((xep->xep_state & XHCI_ENDPOINT_HALTED) || in xhci_endpoint_quiesce()
848 xep->xep_state &= ~XHCI_ENDPOINT_HALTED; in xhci_endpoint_quiesce()
1639 xep->xep_state |= XHCI_ENDPOINT_HALTED; in xhci_endpoint_transfer_callback()
1646 xep->xep_state |= XHCI_ENDPOINT_HALTED; in xhci_endpoint_transfer_callback()
1652 xep->xep_state |= XHCI_ENDPOINT_HALTED; in xhci_endpoint_transfer_callback()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h497 XHCI_ENDPOINT_HALTED = 0x02, enumerator
528 #define XHCI_ENDPOINT_DONT_SCHEDULE (XHCI_ENDPOINT_HALTED | \