Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dahci-test.c231 port = ahci_port_select(ahci); in ahci_boot_and_enable()
826 px = ahci_port_select(ahci); in ahci_test_identify()
864 port = ahci_port_select(ahci); in ahci_test_io_rw_simple()
895 port = ahci_port_select(ahci); in ahci_test_nondata()
1032 px = ahci_port_select(ahci); in test_dma_fragmented()
1092 port = ahci_port_select(ahci); in test_flush()
1116 port = ahci_port_select(ahci); in test_flush_retry()
1170 px = ahci_port_select(src); in ahci_migrate_simple()
1229 port = ahci_port_select(ahci); in ahci_halted_io_test()
1303 port = ahci_port_select(src); in ahci_migrate_halted_io()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h581 unsigned ahci_port_select(AHCIQState *ahci);
H A Dahci.c364 unsigned ahci_port_select(AHCIQState *ahci) in ahci_port_select() function