Searched defs:vioscsi_softc (Results 1 – 1 of 1) sorted by relevance
51 struct vioscsi_softc { struct52 device_t sc_dev;53 struct scsipi_adapter sc_adapter;54 struct scsipi_channel sc_channel;56 struct virtqueue sc_vqs[3];80 static int vioscsi_alloc_reqs(struct vioscsi_softc *, argument