Searched refs:vtmmio_vqs (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/virtio/mmio/
H A Dvirtio_mmio.h52 struct vtmmio_virtqueue *vtmmio_vqs; member in struct:vtmmio_softc
H A Dvirtio_mmio.c556 sc->vtmmio_vqs = malloc(nvqs * sizeof(struct vtmmio_virtqueue),
558 if (sc->vtmmio_vqs == NULL)
567 vqx = &sc->vtmmio_vqs[idx];
918 vqx = &sc->vtmmio_vqs[idx];
953 vqx = &sc->vtmmio_vqs[idx];
966 free(sc->vtmmio_vqs, M_DEVBUF);
967 sc->vtmmio_vqs = NULL;
1019 vqx = &sc->vtmmio_vqs[idx];

Completed in 369 milliseconds