Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_ahci.c138 struct blockif_ctxt *bctx; member
498 error = blockif_cancel(p->bctx, &aior->io_req); in ahci_port_stop()
538 if (!pr->bctx) { in ahci_port_reset()
575 if (sc->port[i].bctx) in ahci_reset()
647 extra = todo % blockif_sectsz(p->bctx); in ahci_build_iov()
720 lba *= blockif_sectsz(p->bctx); in ahci_handle_rw()
721 len *= blockif_sectsz(p->bctx); in ahci_handle_rw()
746 err = blockif_read(p->bctx, breq); in ahci_handle_rw()
748 err = blockif_write(p->bctx, breq); in ahci_handle_rw()
782 err = blockif_flush(p->bctx, breq); in ahci_handle_flush()
[all …]