/src/sys/arch/x86/pci/ |
pci_intr_machdep.c | 520 int intx_count, msi_count, msix_count; local in function:pci_intr_alloc 522 intx_count = msi_count = msix_count = 0; 526 intx_count = 1; 536 intx_count = counts[PCI_INTR_TYPE_INTX]; 572 if (intx_count != 0) { /* The number of INTx is always 1. */
|
pci_intr_machdep.c | 520 int intx_count, msi_count, msix_count; local in function:pci_intr_alloc 522 intx_count = msi_count = msix_count = 0; 526 intx_count = 1; 536 intx_count = counts[PCI_INTR_TYPE_INTX]; 572 if (intx_count != 0) { /* The number of INTx is always 1. */
|
/src/sys/arch/arm/pci/ |
pci_msi_machdep.c | 205 int intx_count, msi_count, msix_count, error; local in function:pci_intr_alloc 210 intx_count = msi_count = msix_count = 0; 220 intx_count = counts[PCI_INTR_TYPE_INTX]; 221 if (intx_count > 1) 229 intx_count = msi_count = msix_count = 1; 248 if (intx_count > 0 && (error = pci_intx_alloc(pa, ihps)) == 0) { 250 counts[PCI_INTR_TYPE_INTX] = intx_count;
|
pci_msi_machdep.c | 205 int intx_count, msi_count, msix_count, error; local in function:pci_intr_alloc 210 intx_count = msi_count = msix_count = 0; 220 intx_count = counts[PCI_INTR_TYPE_INTX]; 221 if (intx_count > 1) 229 intx_count = msi_count = msix_count = 1; 248 if (intx_count > 0 && (error = pci_intx_alloc(pa, ihps)) == 0) { 250 counts[PCI_INTR_TYPE_INTX] = intx_count;
|