Searched defs:pci_vtcon_softc (Results 1 – 1 of 1) sorted by relevance
121 struct pci_vtcon_softc { struct122 struct virtio_softc vsc_vs;123 struct vqueue_info vsc_queues[VTCON_MAXQ];124 pthread_mutex_t vsc_mtx;125 uint64_t vsc_cfg;126 uint64_t vsc_features;127 char * vsc_rootdir;128 int vsc_kq;129 bool vsc_ready;130 struct pci_vtcon_port vsc_control_port;[all …]