Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1081 #define PCI_MAX_DEVICES 32 /* Max PCI devices allowed */ macro
1083 #define PCI_MAX_CHILDREN PCI_MAX_DEVICES * PCI_MAX_FUNCTIONS
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c902 max_devs = PCI_MAX_DEVICES; in pcicfg_configure_ntbridge()
4238 for (i = 0; ((i < PCI_MAX_DEVICES) && (ari_mode == B_FALSE)); in pcicfg_probe_bridge()