Searched refs:fbsdrun_virtio_msix (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyverun.h | 62 int fbsdrun_virtio_msix(void);
|
H A D | pci_virtio_rnd.c | 193 if (vi_intr_init(&sc->vrsc_vs, 1, fbsdrun_virtio_msix())) in pci_vtrnd_init()
|
H A D | pci_virtio_9p.c | 385 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) in pci_vt9p_init()
|
H A D | pci_virtio_block.c | 546 if (vi_intr_init(&sc->vbsc_vs, 1, fbsdrun_virtio_msix())) { in pci_vtblk_init()
|
H A D | pci_virtio_net.c | 672 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) { in pci_vtnet_init()
|
H A D | bhyverun.c | 365 fbsdrun_virtio_msix(void) in fbsdrun_virtio_msix() function
|
H A D | pci_virtio_input.c | 740 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) in pci_vtinput_init()
|
H A D | pci_virtio_console.c | 740 if (vi_intr_init(&sc->vsc_vs, 1, fbsdrun_virtio_msix())) in pci_vtcon_init()
|
H A D | pci_virtio_scsi.c | 756 if (vi_intr_init(&sc->vss_vs, 1, fbsdrun_virtio_msix())) in pci_vtscsi_init()
|