Searched refs:prdtl (Results 1 – 1 of 1) sorted by relevance
180 uint16_t prdtl; member607 struct ahci_prdt_entry *prdt, uint16_t prdtl) in ahci_build_iov() argument619 for (i = 0, j = 0; i < prdtl && j < BLOCKIF_IOV_MAX && left > 0; in ahci_build_iov()657 aior->more = (aior->done < aior->len && i < prdtl); in ahci_build_iov()728 ahci_build_iov(p, aior, prdt, hdr->prdtl); in ahci_handle_rw()794 for (i = 0; i < hdr->prdtl && len; i++) { in read_prdt()909 for (i = 0; i < hdr->prdtl && len; i++) { in write_prdt()945 if (p->atapi || hdr->prdtl == 0 || cfis[5] != 0 || in ahci_handle_read_log()983 if (p->atapi || hdr->prdtl == 0) { in handle_identify()1432 ahci_build_iov(p, aior, prdt, hdr->prdtl); in atapi_read()[all …]