Home
last modified time | relevance | path

Searched refs:VIRTIO_F_PCI_INTR_SOFTINT (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dvirtiovar.h155 #define VIRTIO_F_PCI_INTR_SOFTINT (1 << 1) macro
H A Dvirtio.c386 if (sc->sc_flags & VIRTIO_F_PCI_INTR_SOFTINT) { in virtio_attach()
H A Dif_vioif.c537 vsc->sc_flags |= VIRTIO_F_PCI_INTR_SOFTINT; in vioif_attach()