Lines Matching defs:vq
767 struct virtqueue *vq = &sc->sc_vqs[idx];
770 KASSERT(vq->vq_index == idx);
772 bus_space_write_2(iot, ioh, VIRTIO_CONFIG1_QUEUE_SELECT, vq->vq_index);
785 VIRTIO_CONFIG1_QUEUE_AVAIL, addr + vq->vq_availoffset);
787 VIRTIO_CONFIG1_QUEUE_USED, addr + vq->vq_usedoffset);
790 vq->vq_notify_off = bus_space_read_2(iot, ioh,
974 struct virtqueue *vq;
999 vq = &sc->sc_vqs[qid];
1001 snprintf(intr_xname, sizeof(intr_xname), "%s vq#%d",
1011 vq->vq_intrhand, vq->vq_intrhand_arg, intr_xname);
1014 "couldn't establish MSI-X for a vq\n");
1060 "for vq #%d interrupting at %s"
1065 "for vq #%d interrupting at %s\n",