Searched refs:qemu_sglist_init (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | macio.c | 110 qemu_sglist_init(&s->sg, DEVICE(m), io->len / MACIO_PAGE_SIZE + 1, in pmac_ide_atapi_transfer_cb() 173 qemu_sglist_init(&s->sg, DEVICE(m), io->len / MACIO_PAGE_SIZE + 1, in pmac_ide_transfer_cb()
|
H A D | ahci.c | 997 qemu_sglist_init(sglist, qbus->parent, (prdtl - off_idx), in ahci_populate_sglist()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_device.h | 343 qemu_sglist_init(qsg, DEVICE(dev), alloc_hint, pci_get_address_space(dev)); in pci_dma_sglist_init()
|
/openbmc/qemu/include/sysemu/ |
H A D | dma.h | 284 void qemu_sglist_init(QEMUSGList *qsg, DeviceState *dev, int alloc_hint,
|
/openbmc/qemu/system/ |
H A D | dma-helpers.c | 29 void qemu_sglist_init(QEMUSGList *qsg, DeviceState *dev, int alloc_hint, in qemu_sglist_init() function
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.c | 1194 qemu_sglist_init(&p->sgl, p->queue->ehci->device, 5, p->queue->ehci->as); in ehci_init_transfer() 1434 qemu_sglist_init(&ehci->isgl, ehci->device, 2, ehci->as); in ehci_process_itd()
|
H A D | hcd-xhci.c | 1436 qemu_sglist_init(&xfer->sgl, DEVICE(xhci), xfer->trb_count, xhci->as); in xhci_xfer_create_sgl()
|
/openbmc/qemu/hw/scsi/ |
H A D | virtio-scsi.c | 93 qemu_sglist_init(&req->qsgl, DEVICE(s), 8, vdev->dma_as); in virtio_scsi_init_req()
|
/openbmc/qemu/hw/hyperv/ |
H A D | vmbus.c | 1027 qemu_sglist_init(sgl, DEVICE(dev), num, ringbuf->as); in sgl_from_gpa_ranges()
|