Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_ahci.c607 struct ahci_prdt_entry *prdt, uint16_t prdtl) in ahci_build_iov() argument
620 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() local
671 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() local
793 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in read_prdt()
799 dbcsz = (prdt->dbc & DBCMASK) + 1; in read_prdt()
[all …]