Searched refs:dma_buf_write (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | dma.h | 305 MemTxResult dma_buf_write(void *ptr, dma_addr_t len, dma_addr_t *residual,
|
/openbmc/qemu/system/ |
H A D | dma-helpers.c | 311 MemTxResult dma_buf_write(void *ptr, dma_addr_t len, dma_addr_t *residual, in dma_buf_write() function
|
/openbmc/qemu/hw/ide/ |
H A D | ahci.c | 1446 dma_buf_write(s->data_ptr, size, NULL, &s->sg, attrs); in ahci_pio_transfer() 1543 dma_buf_write(p, l, NULL, &s->sg, MEMTXATTRS_UNSPECIFIED); in ahci_dma_rw_buf()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-bus.c | 1516 dma_buf_write(buf, len, &req->residual, req->sg, in scsi_req_data()
|
H A D | megasas.c | 1504 dma_buf_write(&info, dcmd_size, NULL, &cmd->qsg, MEMTXATTRS_UNSPECIFIED); in megasas_dcmd_set_properties()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 1362 dma_buf_write(ptr, len, &residual, &sg->qsg, attrs); in nvme_tx()
|