Searched refs:prdt (Results 1 – 1 of 1) sorted by relevance
607 struct ahci_prdt_entry *prdt, uint16_t prdtl) in ahci_build_iov() argument620 i++, prdt++) { in ahci_build_iov()621 dbcsz = (prdt->dbc & DBCMASK) + 1; in ahci_build_iov()631 prdt->dba + skip, dbcsz); in ahci_build_iov()665 struct ahci_prdt_entry *prdt; in ahci_handle_rw() local671 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in ahci_handle_rw()728 ahci_build_iov(p, aior, prdt, hdr->prdtl); in ahci_handle_rw()785 struct ahci_prdt_entry *prdt; in read_prdt() local793 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in read_prdt()799 dbcsz = (prdt->dbc & DBCMASK) + 1; in read_prdt()[all …]