Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c711 cmd = ahci_command_create(op); in ahci_exec()
757 cmd = ahci_command_create(ide_cmd); in ahci_guest_io_halt()
782 cmd = ahci_command_create(ide_cmd); in ahci_guest_io()
901 AHCICommand *ahci_command_create(uint8_t command_name) in ahci_command_create() function
939 AHCICommand *cmd = ahci_command_create(CMD_PACKET); in ahci_atapi_command_create()
H A Dahci.h622 AHCICommand *ahci_command_create(uint8_t command_name);
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1043 cmd = ahci_command_create(CMD_WRITE_DMA); in test_dma_fragmented()
1050 cmd = ahci_command_create(CMD_READ_DMA); in test_dma_fragmented()
1375 cmd = ahci_command_create(CMD_FLUSH_CACHE); in test_flush_migrate()
1474 cmd = ahci_command_create(CMD_WRITE_DMA_EXT); in test_reset_pending_callback()