Searched refs:CMD_READ_DMA (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 93 CMD_READ_DMA = 0xc8, enumerator 222 case CMD_READ_DMA: in send_dma_request() 370 status = send_dma_request(qts, CMD_READ_DMA, 0, 1, prdt, ARRAY_SIZE(prdt), in test_bmdma_simple_rw() 381 status = send_dma_request(qts, CMD_READ_DMA, 1, 1, prdt, ARRAY_SIZE(prdt), in test_bmdma_simple_rw() 510 ret = send_dma_request(qts, CMD_READ_DMA, 0, sectors, in test_bmdma_various_prdts() 516 ret = send_dma_request(qts, CMD_READ_DMA | CMDF_ABORT, 0, in test_bmdma_various_prdts() 544 status = send_dma_request(qts, CMD_READ_DMA | CMDF_NO_BM, 0, 512, in test_bmdma_no_busmaster()
|
H A D | ahci-test.c | 1050 cmd = ahci_command_create(CMD_READ_DMA); in test_dma_fragmented() 1193 ahci_migrate_simple(CMD_READ_DMA, CMD_WRITE_DMA); in test_migrate_dma() 1258 ahci_halted_io_test(CMD_READ_DMA, CMD_WRITE_DMA); in test_halted_dma() 1335 ahci_migrate_halted_io(CMD_READ_DMA, CMD_WRITE_DMA); in test_migrate_halted_dma() 1831 [IO_READ] = CMD_READ_DMA,
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.h | 267 CMD_READ_DMA = 0xC8, enumerator
|
H A D | ahci.c | 60 { .cmd = CMD_READ_DMA, .data = true, .dma = true,
|