Searched refs:prdtl (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 583 cmd->prdtl = le16_to_cpu(cmd->prdtl); in ahci_get_command_header() 597 tmp.prdtl = cpu_to_le16(cmd->prdtl); in ahci_set_command_header() 623 ahci->port[port].prdtl[slot] = 0; in ahci_destroy_command() 851 hdr->prdtl = size_to_prdtl(cmd->xbytes, cmd->prd_size); in command_header_init() 1165 cmd->header.prdtl = size_to_prdtl(cmd->xbytes, cmd->prd_size); in ahci_command_set_sizes() 1188 uint16_t i, prdtl; in ahci_command_commit() local 1202 prdtl = size_to_prdtl(cmd->xbytes, cmd->prd_size); in ahci_command_commit() 1203 table_size = CMD_TBL_SIZ(prdtl); in ahci_command_commit() 1220 g_assert_cmphex(prdtl, ==, cmd->header.prdtl); in ahci_command_commit() 1222 for (i = 0; i < prdtl; ++i) { in ahci_command_commit() [all …]
|
H A D | ahci.h | 332 uint16_t prdtl[32]; member 459 uint16_t prdtl; /* Phys Region Desc. Table Length */ member
|
/openbmc/qemu/hw/ide/ |
H A D | ahci.c | 940 uint16_t prdtl = le16_to_cpu(cmd->prdtl); in ahci_populate_sglist() local 943 dma_addr_t prdt_len = (prdtl * sizeof(AHCI_SG)); in ahci_populate_sglist() 956 if (!prdtl) { in ahci_populate_sglist() 976 if (prdtl > 0) { in ahci_populate_sglist() 981 for (i = 0; i < prdtl; i++) { in ahci_populate_sglist() 997 qemu_sglist_init(sglist, qbus->parent, (prdtl - off_idx), in ahci_populate_sglist() 1003 for (i = off_idx + 1; i < prdtl && sglist->size < limit; i++) { in ahci_populate_sglist()
|
H A D | ahci-internal.h | 281 uint16_t prdtl; member
|
H A D | trace-events | 101 process_ncq_command_large(void *s, int port, uint8_t tag, size_t prdtl, size_t size) "ahci(%p)[%d][…
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 109 g_assert_cmphex(cmd.prdtl, ==, ahci->port[i].prdtl[j]); in verify_state()
|