Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1082 #define PCI_MAX_FUNCTIONS 8 /* Max PCI functions 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.c561 int max_function = PCI_MAX_FUNCTIONS; in pcicfg_configure()
754 for (func = 0; func < PCI_MAX_FUNCTIONS; func++) { in pcicfg_configure()
1493 max_function = PCI_MAX_FUNCTIONS; in pcicfg_unconfigure()
3794 int max_function = PCI_MAX_FUNCTIONS; in pcicfg_probe_bridge()