Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h521 #define XHCI_ENDPOINT_SERIALIZE (XHCI_ENDPOINT_QUIESCE | \ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c754 while ((xep->xep_state & XHCI_ENDPOINT_SERIALIZE) != 0) { in xhci_endpoint_serialize()