Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c190 struct ahci_prdt_entry { struct
613 struct ahci_prdt_entry *prdt, uint16_t prdtl) in ahci_build_iov()
671 struct ahci_prdt_entry *prdt; in ahci_handle_rw()
677 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in ahci_handle_rw()
792 struct ahci_prdt_entry *prdt; in read_prdt()
800 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in read_prdt()
954 struct ahci_prdt_entry *prdt; in write_prdt()
962 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in write_prdt()
1451 struct ahci_prdt_entry *prdt; in atapi_read()
1460 prdt = (struct ahci_prdt_entry *)(cfis + 0x80); in atapi_read()
[all …]