/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; 525 msi_count = 1; 533 msi_count = counts[PCI_INTR_TYPE_MSI]; 560 if (msi_count == -1) /* use hardware max */ 561 msi_count = pci_msi_count(pa->pa_pc, pa->pa_tag); 562 if (msi_count > 0) { 563 error = pci_msi_alloc_exact(pa, ihps, msi_count); 566 counts[PCI_INTR_TYPE_MSI] = msi_count;
|
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; 525 msi_count = 1; 533 msi_count = counts[PCI_INTR_TYPE_MSI]; 560 if (msi_count == -1) /* use hardware max */ 561 msi_count = pci_msi_count(pa->pa_pc, pa->pa_tag); 562 if (msi_count > 0) { 563 error = pci_msi_alloc_exact(pa, ihps, msi_count); 566 counts[PCI_INTR_TYPE_MSI] = msi_count;
|
/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; 217 msi_count = counts[PCI_INTR_TYPE_MSI]; 229 intx_count = msi_count = msix_count = 1; 240 if (msi_count == -1) 241 msi_count = pci_msi_count(pa->pa_pc, pa->pa_tag); 242 if (msi_count > 0 && (error = pci_msi_alloc_exact(pa, ihps, msi_count)) == 0) { 244 counts[PCI_INTR_TYPE_MSI] = msi_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; 217 msi_count = counts[PCI_INTR_TYPE_MSI]; 229 intx_count = msi_count = msix_count = 1; 240 if (msi_count == -1) 241 msi_count = pci_msi_count(pa->pa_pc, pa->pa_tag); 242 if (msi_count > 0 && (error = pci_msi_alloc_exact(pa, ihps, msi_count)) == 0) { 244 counts[PCI_INTR_TYPE_MSI] = msi_count;
|
/src/sys/dev/pci/cxgb/ |
cxgb_adapter.h | 383 int msi_count; member in struct:adapter
|
cxgb_adapter.h | 383 int msi_count; member in struct:adapter
|