Searched defs:prd_size (Results 1 – 3 of 3) sorted by relevance
91 uint32_t prd_size; member1137 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()
481 unsigned prd_size; /* Size per-each PRD */ member
469 uint32_t prd_size = size & 0xfffe; /* bit 0 is always set to 0 */ in test_bmdma_various_prdts() local