Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Ddma.h301 BlockAIOCB *dma_blk_write(BlockBackend *blk,
/openbmc/qemu/hw/ide/
H A Dmacio.c189 s->bus->dma->aiocb = dma_blk_write(s->blk, &s->sg, offset, 0x1, in pmac_ide_transfer_cb()
H A Dahci.c1110 ncq_tfs->aiocb = dma_blk_write(ide_state->blk, &ncq_tfs->sglist, in execute_ncq_command()
H A Dcore.c967 s->bus->dma->aiocb = dma_blk_write(s->blk, &s->sg, offset, in ide_dma_cb()
/openbmc/qemu/system/
H A Ddma-helpers.c268 BlockAIOCB *dma_blk_write(BlockBackend *blk, in dma_blk_write() function
/openbmc/qemu/hw/nvme/
H A Dctrl.c1463 req->aiocb = dma_blk_write(blk, &req->sg.qsg, offset, align, cb, req); in nvme_blk_write()