Searched refs:vi_softc_linkup (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_virtio_rnd.c | 178 vi_softc_linkup(&sc->vrsc_vs, &vtrnd_vi_consts, sc, pi, &sc->vrsc_vq); in pci_vtrnd_init()
|
H A D | virtio.h | 422 void vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc,
|
H A D | pci_virtio_9p.c | 374 vi_softc_linkup(&sc->vsc_vs, &vt9p_vi_consts, sc, pi, &sc->vsc_vq); in pci_vt9p_init()
|
H A D | pci_virtio_block.c | 483 vi_softc_linkup(&sc->vbsc_vs, &sc->vbsc_consts, sc, pi, &sc->vbsc_vq); in pci_vtblk_init()
|
H A D | pci_virtio_net.c | 668 vi_softc_linkup(&sc->vsc_vs, &sc->vsc_consts, sc, pi, sc->vsc_queues); in pci_vtnet_init()
|
H A D | virtio.c | 68 vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc, in vi_softc_linkup() function
|
H A D | pci_virtio_input.c | 720 vi_softc_linkup( in pci_vtinput_init()
|
H A D | pci_virtio_console.c | 723 vi_softc_linkup(&sc->vsc_vs, &vtcon_vi_consts, sc, pi, sc->vsc_queues); in pci_vtcon_init()
|
H A D | pci_virtio_scsi.c | 731 vi_softc_linkup(&sc->vss_vs, &vtscsi_vi_consts, sc, pi, sc->vss_vq); in pci_vtscsi_init()
|
H A D | pci_virtio_viona.c | 810 vi_softc_linkup(&sc->vsc_vs, &sc->vsc_consts, sc, pi, sc->vsc_queues); in pci_viona_init()
|