Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c199 xhci_command_t *xco; in xhci_command_timeout() local
203 xco = list_head(&xcr->xcr_commands); in xhci_command_timeout()
204 if (xco == NULL || xco->xco_state != XHCI_COMMAND_S_QUEUED) { in xhci_command_timeout()
312 xhci_command_t *xco, *rem; in xhci_command_event_callback() local
334 xco = list_head(&xcr->xcr_commands); in xhci_command_event_callback()
335 VERIFY(xco != NULL); in xhci_command_event_callback()
347 xco->xco_state = XHCI_COMMAND_S_RECEIVED; in xhci_command_event_callback()
357 VERIFY3P(rem, ==, xco); in xhci_command_event_callback()
359 xco->xco_res.trb_addr = LE_64(trb->trb_addr); in xhci_command_event_callback()
360 xco->xco_res.trb_status = LE_32(trb->trb_status); in xhci_command_event_callback()
[all …]