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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_ahci.c487 struct ahci_ioreq *aior; local
494 TAILQ_FOREACH(aior, &p->iobhd, io_blist) {
498 error = blockif_cancel(p->bctx, &aior->io_req);
502 slot = aior->slot;
503 cfis = aior->cfis;
519 TAILQ_REMOVE(&p->iobhd, aior, io_blist);
524 STAILQ_INSERT_TAIL(&p->iofhd, aior, io_flist);
612 ahci_build_iov(struct ahci_port *p, struct ahci_ioreq *aior, argument
615 struct blockif_req *breq = &aior->io_req;
620 skip = aior
667 struct ahci_ioreq *aior; local
754 struct ahci_ioreq *aior; local
816 struct ahci_ioreq *aior; local
1396 struct ahci_ioreq *aior; local
1894 struct ahci_ioreq *aior; local
1968 struct ahci_ioreq *aior; local
[all...]

Completed in 39 milliseconds