Home
last modified time | relevance | path

Searched refs:vsc_vs (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_9p.c69 struct virtio_softc vsc_vs; member
123 vi_reset_dev(&sc->vsc_vs); in pci_vt9p_reset()
323 vi_softc_linkup(&sc->vsc_vs, &vt9p_vi_consts, sc, pi, &sc->vsc_vq); in pci_vt9p_init()
324 sc->vsc_vs.vs_mtx = &sc->vsc_mtx; in pci_vt9p_init()
334 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) in pci_vt9p_init()
336 vi_set_io_bar(&sc->vsc_vs, 0); in pci_vt9p_init()
H A Dpci_virtio_input.c143 struct virtio_softc vsc_vs; member
174 vi_reset_dev(&sc->vsc_vs); in pci_vtinput_reset()
593 if (!(sc->vsc_vs.vs_status & VIRTIO_CONFIG_STATUS_DRIVER_OK)) in vtinput_read_event()
720 &sc->vsc_vs, &vtinput_vi_consts, sc, pi, sc->vsc_queues); in pci_vtinput_init()
721 sc->vsc_vs.vs_mtx = &sc->vsc_mtx; in pci_vtinput_init()
739 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) in pci_vtinput_init()
742 vi_set_io_bar(&sc->vsc_vs, 0); in pci_vtinput_init()
H A Dpci_virtio_net.c104 struct virtio_softc vsc_vs; member
193 vi_reset_dev(&sc->vsc_vs); in pci_vtnet_reset()
641 vi_softc_linkup(&sc->vsc_vs, &sc->vsc_consts, sc, pi, sc->vsc_queues); in pci_vtnet_init()
642 sc->vsc_vs.vs_mtx = &sc->vsc_mtx; in pci_vtnet_init()
645 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) { in pci_vtnet_init()
651 vi_set_io_bar(&sc->vsc_vs, 0); in pci_vtnet_init()
H A Dpci_virtio_console.c122 struct virtio_softc vsc_vs; member
187 vi_reset_dev(&sc->vsc_vs); in pci_vtcon_reset()
705 vi_softc_linkup(&sc->vsc_vs, &vtcon_vi_consts, sc, pi, sc->vsc_queues); in pci_vtcon_init()
706 sc->vsc_vs.vs_mtx = &sc->vsc_mtx; in pci_vtcon_init()
722 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) in pci_vtcon_init()
724 vi_set_io_bar(&sc->vsc_vs, 0); in pci_vtcon_init()