Searched refs:aior (Results 1 – 1 of 1) sorted by relevance
481 struct ahci_ioreq *aior; in ahci_port_stop() local488 TAILQ_FOREACH(aior, &p->iobhd, io_blist) { in ahci_port_stop()492 error = blockif_cancel(p->bctx, &aior->io_req); in ahci_port_stop()496 slot = aior->slot; in ahci_port_stop()497 cfis = aior->cfis; in ahci_port_stop()513 TAILQ_REMOVE(&p->iobhd, aior, io_blist); in ahci_port_stop()518 STAILQ_INSERT_TAIL(&p->iofhd, aior, io_flist); in ahci_port_stop()606 ahci_build_iov(struct ahci_port *p, struct ahci_ioreq *aior, in ahci_build_iov() argument609 struct blockif_req *breq = &aior->io_req; in ahci_build_iov()613 assert(aior->len >= aior->done); in ahci_build_iov()[all …]