Home
last modified time | relevance | path

Searched defs:pci_vtinput_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/usr.sbin/bhyve/
H A Dpci_virtio_input.c142 struct pci_vtinput_softc { struct
143 struct virtio_softc vsc_vs;
144 struct vqueue_info vsc_queues[VTINPUT_MAXQ];
145 pthread_mutex_t vsc_mtx;
146 const char *vsc_evdev;
147 int vsc_fd;
171 struct pci_vtinput_softc *sc = vsc; in pci_vtinput_reset() argument