Searched refs:sc_int_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c925 sc->sc_int_type = int_type;
1039 sc->sc_int_type = DDI_INTR_TYPE_FIXED;
1183 if (sc->sc_int_type == DDI_INTR_TYPE_MSIX)
1186 ASSERT(sc->sc_int_type == DDI_INTR_TYPE_MSI);
1260 if (sc->sc_int_type == DDI_INTR_TYPE_MSIX ||
1261 sc->sc_int_type == DDI_INTR_TYPE_MSI)
1264 ASSERT(sc->sc_int_type == DDI_INTR_TYPE_FIXED);
1275 if (sc->sc_int_type == DDI_INTR_TYPE_MSIX ||
1276 sc->sc_int_type == DDI_INTR_TYPE_MSI) {
H A Dvirtiovar.h148 int sc_int_type; member in struct:virtio_softc

Completed in 60 milliseconds