Searched refs:prdtl (Results 1 – 1 of 1) sorted by relevance
184 uint16_t prdtl; member613 struct ahci_prdt_entry *prdt, uint16_t prdtl) in ahci_build_iov() argument625 for (i = 0, j = 0; i < prdtl && j < BLOCKIF_IOV_MAX && left > 0; in ahci_build_iov()663 aior->more = (aior->done < aior->len && i < prdtl); in ahci_build_iov()735 ahci_build_iov(p, aior, prdt, hdr->prdtl); in ahci_handle_rw()801 for (i = 0; i < hdr->prdtl && len; i++) { in read_prdt()963 for (i = 0; i < hdr->prdtl && len; i++) { in write_prdt()999 if (p->atapi || hdr->prdtl == 0 || cfis[5] != 0 || in ahci_handle_read_log()1037 if (p->atapi || hdr->prdtl == 0) { in handle_identify()1487 ahci_build_iov(p, aior, prdt, hdr->prdtl); in atapi_read()[all …]