Searched refs:ccode (Results 1 – 5 of 5) sorted by relevance
| /qemu/pc-bios/s390-ccw/ |
| A D | cio.h | 390 return ccode; in stsch_err() 396 int ccode; in msch() local 405 return ccode; in msch() 421 return ccode; in msch_err() 427 int ccode; in tsch() local 436 return ccode; in tsch() 452 return ccode; in ssch() 458 int ccode; in csch() local 467 return ccode; in csch() 472 int ccode; in tpi() local [all …]
|
| /qemu/hw/usb/ |
| A D | hcd-xhci.c | 415 return lookup_name(event->ccode, TRBCCode_names, in event_name() 1537 event.ccode = xfer->status; in xhci_xfer_report() 1962 ev.ccode = epctx->type == ET_ISO_IN ? in xhci_kick_epctx() 2394 event->ccode = CC_TRB_ERROR; in xhci_get_slot() 2398 event->ccode = CC_SLOT_NOT_ENABLED_ERROR; in xhci_get_slot() 2491 event.ccode = CC_NO_SLOTS_ERROR; in xhci_process_commands() 2560 event.ccode = CC_SUCCESS; in xhci_process_commands() 2567 event.ccode = CC_TRB_ERROR; in xhci_process_commands() 2580 event.ccode = CC_TRB_ERROR; in xhci_process_commands() 2585 event.ccode = CC_TRB_ERROR; in xhci_process_commands() [all …]
|
| A D | hcd-xhci.h | 144 TRBCCode ccode; member
|
| /qemu/hw/s390x/ |
| A D | css.c | 1531 IOInstEnding ccode; in css_do_csch() local 1547 ccode = do_subchannel_work(sch); in css_do_csch() 1549 if (ccode != IOINST_CC_EXPECTED) { in css_do_csch() 1553 return ccode; in css_do_csch() 1560 IOInstEnding ccode; in css_do_hsch() local 1594 ccode = do_subchannel_work(sch); in css_do_hsch() 1596 if (ccode != IOINST_CC_EXPECTED) { in css_do_hsch() 1600 return ccode; in css_do_hsch() 1642 IOInstEnding ccode; in css_do_ssch() local 1676 ccode = do_subchannel_work(sch); in css_do_ssch() [all …]
|
| /qemu/hw/ppc/ |
| A D | spapr_pci.c | 1341 uint32_t ccode = pci_default_read_config(dev, PCI_CLASS_PROG, 3); in spapr_pci_fw_dev_name() local 1343 basename = dt_name_from_class((ccode >> 16) & 0xff, (ccode >> 8) & 0xff, in spapr_pci_fw_dev_name() 1344 ccode & 0xff); in spapr_pci_fw_dev_name() 1364 uint32_t ccode = pci_default_read_config(dev, PCI_CLASS_PROG, 3); in spapr_dt_pci_device() local 1381 _FDT(fdt_setprop_cell(fdt, offset, "class-code", ccode)); in spapr_dt_pci_device()
|
Completed in 30 milliseconds