Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dahci-test.c238 ahci_io(ahci, port, hello, &buff, sizeof(buff), 0); in ahci_boot_and_enable()
833 ahci_io(ahci, px, CMD_IDENTIFY, &buff, buffsize, 0); in ahci_test_identify()
898 ahci_io(ahci, port, ide_cmd, NULL, 0, 0); in ahci_test_nondata()
1177 ahci_io(src, px, cmd_write, tx, bufsize, 0); in ahci_migrate_simple()
1179 ahci_io(dst, px, cmd_read, rx, bufsize, 0); in ahci_migrate_simple()
1247 ahci_io(ahci, port, cmd_read, rx, bufsize, 0); in ahci_halted_io_test()
1320 ahci_io(dst, port, cmd_read, rx, bufsize, 0); in ahci_migrate_halted_io()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h609 void ahci_io(AHCIQState *ahci, uint8_t port, uint8_t ide_cmd,
H A Dahci.c808 void ahci_io(AHCIQState *ahci, uint8_t port, uint8_t ide_cmd, in ahci_io() function