Searched refs:pci_dma_unmap (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pci_device.h | 334 static inline void pci_dma_unmap(PCIDevice *dev, void *buffer, dma_addr_t len, in pci_dma_unmap() function
|
/openbmc/qemu/hw/net/ |
H A D | net_tx_pkt.c | 482 pci_dma_unmap(context, base, len, DMA_DIRECTION_TO_DEVICE, 0); in net_tx_pkt_unmap_frag_pci()
|
/openbmc/qemu/hw/scsi/ |
H A D | megasas.c | 473 pci_dma_unmap(p, cmd->frame, cmd->pa_size, 0, 0); in megasas_unmap_frame() 691 pci_dma_unmap(pcid, initq, initq_size, 0, 0); in megasas_init_firmware()
|