Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci-internal.h295 AHCICmdHdr *cmdh; member
H A Dahci.c1131 ncq_tfs->cmdh = &((AHCICmdHdr *)ad->lst)[slot]; in process_ncq_command()
1165 ahci_populate_sglist(ad, &ncq_tfs->sglist, ncq_tfs->cmdh, size, 0); in process_ncq_command()
1748 ncq_tfs->cmdh = get_cmd_header(s, i, ncq_tfs->slot); in ahci_state_post_load()
1749 if (!ncq_tfs->cmdh) { in ahci_state_post_load()
1753 ncq_tfs->cmdh, in ahci_state_post_load()
/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()