Home
last modified time | relevance | path

Searched refs:PCI_MSI_MAX_INTRS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c71 void *intrmap_tbl[PCI_MSI_MAX_INTRS]; in apic_pci_msi_enable_vector()
510 apic_irq_t *irqps[PCI_MSI_MAX_INTRS]; in apic_grp_set_cpu()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h965 #define PCI_MSI_MAX_INTRS 32 /* maximum MSI interrupts supported */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c714 if (((type == DDI_INTR_TYPE_MSI) && (navail > PCI_MSI_MAX_INTRS)) || in pci_msi_set_nintrs()
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c310 void *intrmap_tbl[PCI_MSI_MAX_INTRS]; in apix_pci_msi_enable_vector()