Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c51 AHCICommandProp ahci_command_properties[] = { variable
798 for (i = 0; i < ARRAY_SIZE(ahci_command_properties); i++) { in ahci_command_find()
799 if (ahci_command_properties[i].cmd == command_name) { in ahci_command_find()
800 return &ahci_command_properties[i]; in ahci_command_find()