HomeSort by: relevance | last modified time | path
    Searched refs:sc_intr_type (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/i2c/
ihidev.h 128 int sc_intr_type; member in struct:ihidev_softc
ihidev.c 711 sc->sc_intr_type =
754 sc->sc_intr_type = (irqmode & GPIO_INTR_LEVEL_MASK) ?
802 if (sc->sc_intr_type == IST_LEVEL) {
817 if (sc->sc_intr_type == IST_LEVEL) {
  /src/sys/dev/pci/igc/
if_igc.h 329 pci_intr_type_t sc_intr_type; member in struct:igc_softc
if_igc.c 609 sc->sc_intr_type = PCI_INTR_TYPE_MSIX;
621 sc->sc_intr_type = PCI_INTR_TYPE_MSI;
630 sc->sc_intr_type = PCI_INTR_TYPE_INTX;
945 switch (sc->sc_intr_type) {
957 device_xname(sc->sc_dev), sc->sc_intr_type);
1547 if (sc->sc_intr_type == PCI_INTR_TYPE_MSIX)
2704 if (sc->sc_intr_type == PCI_INTR_TYPE_MSIX) {
2722 if (sc->sc_intr_type == PCI_INTR_TYPE_MSIX) {
2887 if (sc->sc_intr_type == PCI_INTR_TYPE_MSIX)

Completed in 41 milliseconds