HomeSort by: relevance | last modified time | path
    Searched defs:vr_cmdsts (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
ld_virtio.c 158 bus_dmamap_t vr_cmdsts; member in struct:virtio_blk_req
254 &vr->vr_cmdsts);
261 r = bus_dmamap_load(virtio_dmat(sc->sc_virtio), vr->vr_cmdsts,
292 if (vr->vr_cmdsts) {
294 vr->vr_cmdsts);
295 vr->vr_cmdsts = 0;
535 bus_dmamap_sync(virtio_dmat(vsc), vr->vr_cmdsts,
541 bus_dmamap_sync(virtio_dmat(vsc), vr->vr_cmdsts,
546 virtio_enqueue_p(vsc, vq, slot, vr->vr_cmdsts,
550 virtio_enqueue_p(vsc, vq, slot, vr->vr_cmdsts,
    [all...]

Completed in 11 milliseconds