Searched defs:pci_vtscsi_softc (Results 1 – 1 of 1) sorted by relevance
134 struct pci_vtscsi_softc { struct135 struct virtio_softc vss_vs;136 struct vqueue_info vss_vq[VTSCSI_MAXQ];137 struct pci_vtscsi_queue vss_queues[VTSCSI_REQUESTQ];138 pthread_mutex_t vss_mtx;139 int vss_iid;140 int vss_ctl_fd;141 uint32_t vss_features;142 struct pci_vtscsi_config vss_config;