Searched refs:prdt (Results 1 – 1 of 1) sorted by relevance
613 struct ahci_prdt_entry *prdt, uint16_t prdtl) in ahci_build_iov() argument626 i++, prdt++) { in ahci_build_iov()627 dbcsz = (prdt->dbc & DBCMASK) + 1; in ahci_build_iov()637 prdt->dba + skip, dbcsz); in ahci_build_iov()671 struct ahci_prdt_entry *prdt; in ahci_handle_rw() local677 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in ahci_handle_rw()735 ahci_build_iov(p, aior, prdt, hdr->prdtl); in ahci_handle_rw()792 struct ahci_prdt_entry *prdt; in read_prdt() local800 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in read_prdt()806 dbcsz = (prdt->dbc & DBCMASK) + 1; in read_prdt()[all …]