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

/freebsd-13-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h63 struct virtqueue *vtscsi_control_vq; member in struct:vtscsi_softc
H A Dvirtio_scsi.c502 &sc->vtscsi_control_vq, "%s control", device_get_nameunit(dev));
1425 vtscsi_complete_vq(sc, sc->vtscsi_control_vq);
1438 vq = sc->vtscsi_control_vq;
1929 if (sc->vtscsi_control_vq != NULL)
1930 vtscsi_complete_vq(sc, sc->vtscsi_control_vq);
2006 if (sc->vtscsi_control_vq != NULL)
2007 vtscsi_drain_vq(sc, sc->vtscsi_control_vq);
2211 vq = sc->vtscsi_control_vq;
2216 vtscsi_complete_vq(sc, sc->vtscsi_control_vq);
2279 virtqueue_disable_intr(sc->vtscsi_control_vq);
[all...]

Completed in 97 milliseconds