Home
last modified time | relevance | path

Searched refs:dma_buf_write (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Ddma.h306 MemTxResult dma_buf_write(void *ptr, dma_addr_t len, dma_addr_t *residual,
/openbmc/qemu/system/
H A Ddma-helpers.c311 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 Dahci.c1443 dma_buf_write(s->data_ptr, size, NULL, &s->sg, attrs); in ahci_pio_transfer()
1540 dma_buf_write(p, l, NULL, &s->sg, MEMTXATTRS_UNSPECIFIED); in ahci_dma_rw_buf()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1445 dma_buf_write(buf, len, &req->residual, req->sg, in scsi_req_data()
H A Dmegasas.c1504 dma_buf_write(&info, dcmd_size, NULL, &cmd->qsg, MEMTXATTRS_UNSPECIFIED); in megasas_dcmd_set_properties()
/openbmc/qemu/hw/nvme/
H A Dctrl.c1352 dma_buf_write(ptr, len, &residual, &sg->qsg, attrs); in nvme_tx()