/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)
|
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)
|
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 in function:nvme_pci_setup_intr 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;
|
nvme_pci.c | 429 int intr_type; local in function:nvme_pci_setup_intr 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 in function:ixl_setup_interrupts 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;
|
if_ixl.c | 5962 pci_intr_type_t max_type, intr_type; local in function:ixl_setup_interrupts 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 | 89 int intr_type; member in struct:pcib_intrhead 317 sc->sc_intrtab[i].intr_type = IST_NONE; 494 switch (my_sc->sc_intrtab[irq].intr_type) { 496 my_sc->sc_intrtab[irq].intr_type = type; 501 if (type == my_sc->sc_intrtab[irq].intr_type) 520 my_sc->sc_intrtab[irq].intr_type = type; 524 if (my_sc->sc_intrtab[irq].intr_type == IST_LEVEL) 575 switch (my_sc->sc_intrtab[i].intr_type) { 585 if (type != my_sc->sc_intrtab[i].intr_type)
|
pcib.c | 89 int intr_type; member in struct:pcib_intrhead 317 sc->sc_intrtab[i].intr_type = IST_NONE; 494 switch (my_sc->sc_intrtab[irq].intr_type) { 496 my_sc->sc_intrtab[irq].intr_type = type; 501 if (type == my_sc->sc_intrtab[irq].intr_type) 520 my_sc->sc_intrtab[irq].intr_type = type; 524 if (my_sc->sc_intrtab[irq].intr_type == IST_LEVEL) 575 switch (my_sc->sc_intrtab[i].intr_type) { 585 if (type != my_sc->sc_intrtab[i].intr_type)
|
/src/sys/dev/pci/ixgbe/ |
ixgbe.c | 6755 pci_intr_type_t intr_type, max_type; local in function:ixgbe_allocate_legacy 6781 intr_type = pci_intr_type(sc->osdep.pc, sc->osdep.intrs[0]); 6784 (intr_type == PCI_INTR_TYPE_MSI) ? "MSI" : "INTx"); 6787 switch (intr_type) { 6804 if (intr_type == PCI_INTR_TYPE_INTX) {
|
ixgbe.c | 6755 pci_intr_type_t intr_type, max_type; local in function:ixgbe_allocate_legacy 6781 intr_type = pci_intr_type(sc->osdep.pc, sc->osdep.intrs[0]); 6784 (intr_type == PCI_INTR_TYPE_MSI) ? "MSI" : "INTx"); 6787 switch (intr_type) { 6804 if (intr_type == PCI_INTR_TYPE_INTX) {
|