HomeSort by: relevance | last modified time | path
    Searched defs:intr_type (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/algor/pci/
pcib.c 88 int intr_type; member in struct:pcib_intrhead
272 sc->sc_intrtab[i].intr_type = IST_NONE;
435 switch (sc->sc_intrtab[irq].intr_type) {
437 sc->sc_intrtab[irq].intr_type = type;
442 if (type == sc->sc_intrtab[irq].intr_type)
462 sc->sc_intrtab[irq].intr_type = type;
466 if (sc->sc_intrtab[irq].intr_type == IST_LEVEL)
530 switch (sc->sc_intrtab[i].intr_type) {
540 if (type != sc->sc_intrtab[i].intr_type)
  /src/sys/arch/cobalt/cobalt/
interrupt.c 126 int intr_type; member in struct:icu_intrhead
236 icu_intrtab[i].intr_type = IST_NONE;
251 switch (icu_intrtab[irq].intr_type) {
253 icu_intrtab[irq].intr_type = type;
258 if (type == icu_intrtab[irq].intr_type)
281 if (icu_intrtab[irq].intr_type == IST_LEVEL)
  /src/sys/dev/pci/
nvme_pci.c 429 int intr_type; local
472 intr_type = pci_intr_type(pa->pa_pc, ihps[0]);
475 psc->psc_nintrs = counts[intr_type];
476 if (intr_type == PCI_INTR_TYPE_MSI) {
477 if (counts[intr_type] > ncpu + 1)
478 counts[intr_type] = ncpu + 1;
480 sc->sc_use_mq = counts[intr_type] > 1;
481 sc->sc_nq = sc->sc_use_mq ? counts[intr_type] - 1 : 1;
if_ixl.c 5962 pci_intr_type_t max_type, intr_type; local
5986 intr_type = pci_intr_type(pa->pa_pc, sc->sc_ihp[0]);
5987 sc->sc_nintrs = counts[intr_type];
5998 if (intr_type == PCI_INTR_TYPE_MSIX) {
6004 } else if (intr_type == PCI_INTR_TYPE_INTX) {
6015 sc->sc_intrtype = intr_type;
  /src/sys/arch/evbmips/malta/pci/
pcib.c 90 int intr_type; member in struct:pcib_intrhead
318 sc->sc_intrtab[i].intr_type = IST_NONE;
495 switch (my_sc->sc_intrtab[irq].intr_type) {
497 my_sc->sc_intrtab[irq].intr_type = type;
502 if (type == my_sc->sc_intrtab[irq].intr_type)
521 my_sc->sc_intrtab[irq].intr_type = type;
525 if (my_sc->sc_intrtab[irq].intr_type == IST_LEVEL)
576 switch (my_sc->sc_intrtab[i].intr_type) {
586 if (type != my_sc->sc_intrtab[i].intr_type)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 198 intrtype_t intr_type; member in struct:intr
  /src/sys/dev/pci/ixgbe/
ixgbe.c 6754 pci_intr_type_t intr_type, max_type; local
6780 intr_type = pci_intr_type(sc->osdep.pc, sc->osdep.intrs[0]);
6783 (intr_type == PCI_INTR_TYPE_MSI) ? "MSI" : "INTx");
6786 switch (intr_type) {
6803 if (intr_type == PCI_INTR_TYPE_INTX) {

Completed in 32 milliseconds