Searched refs:xco_res (Results 1 – 2 of 2) sorted by relevance
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()361 xco->xco_res.trb_flags = LE_32(trb->trb_flags); in xhci_command_event_callback()495 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_enable_slot()496 slot = XHCI_TRB_GET_SLOT(co.xco_res.trb_flags); in xhci_command_enable_slot()531 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_disable_slot()568 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_set_address()601 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_configure_endpoint()649 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_evaluate_context()697 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_reset_endpoint()[all …]
497 xhci_trb_t xco_res; member