Home
last modified time | relevance | path

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

/qemu/include/hw/ide/
H A Dide-dev.h106 int atapi_dma; /* true if dma is requested for the packet cmd */ member
/qemu/hw/ide/
H A Datapi.c311 if (s->atapi_dma) { in ide_atapi_cmd_reply()
445 trace_ide_atapi_cmd_read(s, s->atapi_dma ? "dma" : "pio", in ide_atapi_cmd_read()
447 if (s->atapi_dma) { in ide_atapi_cmd_read()
610 if (s->atapi_dma || atapi_byte_count_limit(s)) { in validate_bcl()
H A Dcore.c1394 s->atapi_dma = 0; in ide_reset()
1800 s->atapi_dma = s->feature & 1; in cmd_packet()
1801 if (s->atapi_dma) { in cmd_packet()
2870 s->atapi_dma = s->feature & 1; /* as per cmd_packet */ in ide_drive_pio_post_load()
/qemu/tests/qtest/libqos/
H A Dahci.h487 bool atapi_dma; /* Use DMA for ATAPI? */ member
H A Dahci.c709 cmd = ahci_atapi_command_create(op, bcl, opts->atapi_dma); in ahci_exec()
/qemu/tests/qtest/
H A Dahci-test.c1578 .atapi_dma = dma, in ahci_test_cdrom()