Home
last modified time | relevance | path

Searched refs:commit_buf (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/ide/
H A Dide-dma.h22 DMAu32Func *commit_buf; member
/qemu/hw/ide/
H A Dcore.c832 if (s->bus->dma->ops->commit_buf) { in dma_buf_commit()
833 s->bus->dma->ops->commit_buf(s->bus->dma, tx_bytes); in dma_buf_commit()
H A Dahci.c1603 .commit_buf = ahci_commit_buf,