Searched refs:prdt_index (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/ahci/
H A Dahci_util.c156 size_t prdt_index = prd_count; local
171 if (prdt_index + num_prds_needed >= AHCI_MAX_PRD_COUNT) {
182 prd = (ahci_port_prd_t) prdt_base + (prdt_index * ahci_port_prd_size);
196 prdt_index += 1;
200 ahci_port_chdr_prdtl_insert(chdr, prdt_index);

Completed in 29 milliseconds