Searched refs:xco (Results 1 – 1 of 1) sorted by relevance
199 xhci_command_t *xco; in xhci_command_timeout() local203 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() local334 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 …]