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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_virtio_9p.c69 struct virtio_softc vsc_vs; member in struct:pci_vt9p_softc
123 vi_reset_dev(&sc->vsc_vs);
323 vi_softc_linkup(&sc->vsc_vs, &vt9p_vi_consts, sc, pi, &sc->vsc_vq);
324 sc->vsc_vs.vs_mtx = &sc->vsc_mtx;
334 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix()))
336 vi_set_io_bar(&sc->vsc_vs, 0);
H A Dpci_virtio_input.c143 struct virtio_softc vsc_vs; member in struct:pci_vtinput_softc
174 vi_reset_dev(&sc->vsc_vs);
593 if (!(sc->vsc_vs.vs_status & VIRTIO_CONFIG_STATUS_DRIVER_OK))
720 &sc->vsc_vs, &vtinput_vi_consts, sc, pi, sc->vsc_queues);
721 sc->vsc_vs.vs_mtx = &sc->vsc_mtx;
739 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix()))
742 vi_set_io_bar(&sc->vsc_vs, 0);
H A Dpci_virtio_net.c104 struct virtio_softc vsc_vs; member in struct:pci_vtnet_softc
193 vi_reset_dev(&sc->vsc_vs);
641 vi_softc_linkup(&sc->vsc_vs, &sc->vsc_consts, sc, pi, sc->vsc_queues);
642 sc->vsc_vs.vs_mtx = &sc->vsc_mtx;
645 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) {
651 vi_set_io_bar(&sc->vsc_vs, 0);
H A Dpci_virtio_console.c122 struct virtio_softc vsc_vs; member in struct:pci_vtcon_softc
187 vi_reset_dev(&sc->vsc_vs);
698 vi_softc_linkup(&sc->vsc_vs, &vtcon_vi_consts, sc, pi, sc->vsc_queues);
699 sc->vsc_vs.vs_mtx = &sc->vsc_mtx;
715 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix()))
717 vi_set_io_bar(&sc->vsc_vs, 0);

Completed in 66 milliseconds