Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dahci-test.c1123 cmd = ahci_guest_io_halt(ahci, port, CMD_FLUSH_CACHE, 0, 0, 0); in test_flush_retry()
1239 cmd = ahci_guest_io_halt(ahci, port, cmd_write, in ahci_halted_io_test()
1313 cmd = ahci_guest_io_halt(src, port, cmd_write, in ahci_migrate_halted_io()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h606 AHCICommand *ahci_guest_io_halt(AHCIQState *ahci, uint8_t port, uint8_t ide_cmd,
H A Dahci.c751 AHCICommand *ahci_guest_io_halt(AHCIQState *ahci, uint8_t port, in ahci_guest_io_halt() function