Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c96 AHCICommandHeader header;
565 AHCICommandHeader cmdh; in ahci_port_check_cmd_sanity()
576 uint8_t slot, AHCICommandHeader *cmd) in ahci_get_command_header()
579 ba += slot * sizeof(AHCICommandHeader); in ahci_get_command_header()
580 qtest_memread(ahci->parent->qts, ba, cmd, sizeof(AHCICommandHeader)); in ahci_get_command_header()
590 uint8_t slot, AHCICommandHeader *cmd) in ahci_set_command_header()
592 AHCICommandHeader tmp = { .flags = 0 }; in ahci_set_command_header()
594 ba += slot * sizeof(AHCICommandHeader); in ahci_set_command_header()
601 qtest_memwrite(ahci->parent->qts, ba, &tmp, sizeof(AHCICommandHeader)); in ahci_set_command_header()
606 AHCICommandHeader cmd; in ahci_destroy_command()
[all …]
H A Dahci.h457 typedef struct AHCICommandHeader { struct
463 } __attribute__((__packed__)) AHCICommandHeader; typedef
587 uint8_t slot, AHCICommandHeader *cmd);
589 uint8_t slot, AHCICommandHeader *cmd);
/openbmc/qemu/tests/qtest/
H A Dahci-test.c86 AHCICommandHeader cmd; in verify_state()