Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c487 struct ahci_ioreq *aior; in ahci_port_stop() local
494 TAILQ_FOREACH(aior, &p->iobhd, io_blist) { in ahci_port_stop()
498 error = blockif_cancel(p->bctx, &aior->io_req); in ahci_port_stop()
502 slot = aior->slot; in ahci_port_stop()
503 cfis = aior->cfis; in ahci_port_stop()
519 TAILQ_REMOVE(&p->iobhd, aior, io_blist); in ahci_port_stop()
524 STAILQ_INSERT_TAIL(&p->iofhd, aior, io_flist); in ahci_port_stop()
612 ahci_build_iov(struct ahci_port *p, struct ahci_ioreq *aior, in ahci_build_iov() argument
615 struct blockif_req *breq = &aior->io_req; in ahci_build_iov()
619 assert(aior->len >= aior->done); in ahci_build_iov()
[all …]