Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c570 g_assert_cmphex(cmd->xbytes, ==, cmdh.prdbc); in ahci_port_check_cmd_sanity()
584 cmd->prdbc = le32_to_cpu(cmd->prdbc); in ahci_get_command_header()
598 tmp.prdbc = cpu_to_le32(cmd->prdbc); in ahci_set_command_header()
852 hdr->prdbc = 0; in command_header_init()
H A Dahci.h460 uint32_t prdbc; /* Phys Region Desc. Byte Count */ member