Lines Matching defs:vqx
538 struct vtmmio_virtqueue *vqx;
563 vqx = &sc->vtmmio_vqs[idx];
581 vqx->vtv_vq = *info->vqai_vq = vq;
582 vqx->vtv_no_intr = info->vqai_intr == NULL;
909 struct vtmmio_virtqueue *vqx;
914 vqx = &sc->vtmmio_vqs[idx];
915 vq = vqx->vtv_vq;
945 struct vtmmio_virtqueue *vqx;
949 vqx = &sc->vtmmio_vqs[idx];
958 virtqueue_free(vqx->vtv_vq);
959 vqx->vtv_vq = NULL;
996 struct vtmmio_virtqueue *vqx;
1015 vqx = &sc->vtmmio_vqs[idx];
1016 if (vqx->vtv_no_intr == 0) {
1017 vq = vqx->vtv_vq;