Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c36 typedef struct AHCICommandProp { struct
49 } AHCICommandProp; typedef
51 AHCICommandProp ahci_command_properties[] = {
94 AHCICommandProp *props;
794 static AHCICommandProp *ahci_command_find(uint8_t command_name) in ahci_command_find()
812 AHCICommandProp *props; in ahci_io()
840 AHCICommandProp *props = cmd->props; in command_header_init()
903 AHCICommandProp *props = ahci_command_find(command_name); in ahci_command_create()
915 cmd->props = g_memdup2(props, sizeof(AHCICommandProp)); in ahci_command_create()