Searched refs:ahci_get_command_header (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 567 ahci_get_command_header(ahci, cmd->port, cmd->slot, &cmdh); in ahci_port_check_cmd_sanity() 575 void ahci_get_command_header(AHCIQState *ahci, uint8_t port, in ahci_get_command_header() function 609 ahci_get_command_header(ahci, port, slot, &cmd); in ahci_destroy_command()
|
H A D | ahci.h | 586 void ahci_get_command_header(AHCIQState *ahci, uint8_t port,
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 108 ahci_get_command_header(ahci, i, j, &cmd); in verify_state()
|