Lines Matching defs:vr_control
47 bus_dmamap_t vr_control;
401 bus_dmamap_sync(virtio_dmat(vsc), vr->vr_control,
405 bus_dmamap_sync(virtio_dmat(vsc), vr->vr_control,
413 virtio_enqueue_p(vsc, vq, slot, vr->vr_control,
418 virtio_enqueue_p(vsc, vq, slot, vr->vr_control,
459 bus_dmamap_sync(virtio_dmat(vsc), vr->vr_control,
463 bus_dmamap_sync(virtio_dmat(vsc), vr->vr_control,
615 vr_control);
632 r = bus_dmamap_load(virtio_dmat(vsc), vr->vr_control,
649 if (vr->vr_control) {
651 bus_dmamap_destroy(virtio_dmat(vsc), vr->vr_control);
652 vr->vr_control = NULL;
682 bus_dmamap_destroy(virtio_dmat(vsc), vr->vr_control);