Home
last modified time | relevance | path

Searched refs:fbsdrun_virtio_msix (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.sbin/bhyve/
HDbhyverun.h55 int fbsdrun_virtio_msix(void);
HDpci_virtio_rnd.c174 if (vi_intr_init(&sc->vrsc_vs, 1, fbsdrun_virtio_msix())) in pci_vtrnd_init()
HDpci_virtio_block.c376 if (vi_intr_init(&sc->vbsc_vs, 1, fbsdrun_virtio_msix())) { in pci_vtblk_init()
HDpci_virtio_net.c650 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) in pci_vtnet_init()
HDbhyverun.c226 fbsdrun_virtio_msix(void) in fbsdrun_virtio_msix() function