Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c567 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 Dahci.h586 void ahci_get_command_header(AHCIQState *ahci, uint8_t port,
/openbmc/qemu/tests/qtest/
H A Dahci-test.c108 ahci_get_command_header(ahci, i, j, &cmd); in verify_state()