Home
last modified time | relevance | path

Searched defs:prd_size (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dahci.c91 uint32_t prd_size; member
1137 unsigned prd_size) in ahci_command_set_sizes()
1173 void ahci_command_set_prd_size(AHCICommand *cmd, unsigned prd_size) in ahci_command_set_prd_size()
1179 uint64_t xbytes, unsigned prd_size) in ahci_command_adjust()
H A Dahci.h481 unsigned prd_size; /* Size per-each PRD */ member
/qemu/tests/qtest/
H A Dide-test.c469 uint32_t prd_size = size & 0xfffe; /* bit 0 is always set to 0 */ in test_bmdma_various_prdts() local