Home
last modified time | relevance | path

Searched refs:prdt (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c613 struct ahci_prdt_entry *prdt, uint16_t prdtl) in ahci_build_iov() argument
626 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() local
677 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() local
800 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in read_prdt()
806 dbcsz = (prdt->dbc & DBCMASK) + 1; in read_prdt()
[all …]