Home
last modified time | relevance | path

Searched refs:PCI_MSIX_MAX_INTRS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h966 #define PCI_MSIX_MAX_INTRS 2048 /* maximum MSI-X interrupts supported */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c715 ((type == DDI_INTR_TYPE_MSIX) && (navail > PCI_MSIX_MAX_INTRS))) in pci_msi_set_nintrs()