Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci-internal.h295 AHCICmdHdr *cmdh; member
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c565 AHCICommandHeader cmdh; in ahci_port_check_cmd_sanity() local
567 ahci_get_command_header(ahci, cmd->port, cmd->slot, &cmdh); in ahci_port_check_cmd_sanity()
570 g_assert_cmphex(cmd->xbytes, ==, cmdh.prdbc); in ahci_port_check_cmd_sanity()