Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c361 xco->xco_state = XHCI_COMMAND_S_DONE; in xhci_command_event_callback()
453 while (xco->xco_state < XHCI_COMMAND_S_DONE) in xhci_command_submit()
460 if (xco->xco_state == XHCI_COMMAND_S_DONE) in xhci_command_submit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h479 XHCI_COMMAND_S_DONE = 0x03, enumerator