Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_ahci.c121 struct ahci_ioreq { struct
124 STAILQ_ENTRY(ahci_ioreq) io_flist; argument
125 TAILQ_ENTRY(ahci_ioreq) io_blist;
172 struct ahci_ioreq *ioreq;
174 STAILQ_HEAD(ahci_fhead, ahci_ioreq) iofhd;
175 TAILQ_HEAD(ahci_bhead, ahci_ioreq) iobhd;
481 struct ahci_ioreq *aior; in ahci_port_stop()
606 ahci_build_iov(struct ahci_port *p, struct ahci_ioreq *aior, in ahci_build_iov()
663 struct ahci_ioreq *aior; in ahci_handle_rw()
749 struct ahci_ioreq *aior; in ahci_handle_flush()
[all …]