Lines Matching refs:ccode
415 return lookup_name(event->ccode, TRBCCode_names, in event_name()
614 ev_trb.status = cpu_to_le32(event->length | (event->ccode << 24)); in xhci_write_event()
1541 event.ccode = shortpkt ? CC_SHORT_PACKET : CC_SUCCESS; in xhci_xfer_report()
1543 event.ccode = xfer->status; in xhci_xfer_report()
1968 ev.ccode = epctx->type == ET_ISO_IN ? in xhci_kick_epctx()
2400 event->ccode = CC_TRB_ERROR; in xhci_get_slot()
2404 event->ccode = CC_SLOT_NOT_ENABLED_ERROR; in xhci_get_slot()
2497 event.ccode = CC_NO_SLOTS_ERROR; in xhci_process_commands()
2500 event.ccode = xhci_enable_slot(xhci, slotid); in xhci_process_commands()
2506 event.ccode = xhci_disable_slot(xhci, slotid); in xhci_process_commands()
2512 event.ccode = xhci_address_slot(xhci, slotid, trb.parameter, in xhci_process_commands()
2519 event.ccode = xhci_configure_slot(xhci, slotid, trb.parameter, in xhci_process_commands()
2526 event.ccode = xhci_evaluate_slot(xhci, slotid, trb.parameter); in xhci_process_commands()
2534 event.ccode = xhci_stop_ep(xhci, slotid, epid); in xhci_process_commands()
2542 event.ccode = xhci_reset_ep(xhci, slotid, epid); in xhci_process_commands()
2551 event.ccode = xhci_set_ep_dequeue(xhci, slotid, in xhci_process_commands()
2559 event.ccode = xhci_reset_slot(xhci, slotid); in xhci_process_commands()
2563 event.ccode = xhci_get_port_bandwidth(xhci, trb.parameter); in xhci_process_commands()
2566 event.ccode = CC_SUCCESS; in xhci_process_commands()
2573 event.ccode = CC_TRB_ERROR; in xhci_process_commands()
2586 event.ccode = CC_TRB_ERROR; in xhci_process_commands()
2591 event.ccode = CC_TRB_ERROR; in xhci_process_commands()
3555 VMSTATE_UINT32(ccode, XHCIEvent),