Searched defs:pci_vtcon_softc (Results 1 – 1 of 1) sorted by relevance
130 struct pci_vtcon_softc { struct131 struct virtio_softc vsc_vs;132 struct vqueue_info vsc_queues[VTCON_MAXQ];133 pthread_mutex_t vsc_mtx;134 uint64_t vsc_cfg;135 uint64_t vsc_features;136 char * vsc_rootdir;137 int vsc_kq;138 bool vsc_ready;139 struct pci_vtcon_port vsc_control_port;[all …]