Searched refs:max_bus (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_resource.c642 int i, max_bus, sub_bus; local
649 max_bus = -1;
654 if (sub_bus > max_bus)
655 max_bus = sub_bus;
657 return (max_bus);
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4055 uint64_t max_bus; local
4147 max_bus = pcibus_base + pcibus_alen - 1;
4415 (void) pcicfg_set_bus_numbers(h, bus, new_bus, max_bus);
4441 bus_range[1] = max_bus;
4671 if (highest_bus_reqd > max_bus)
4681 *highest_bus = MAX((MIN(highest_bus_reqd, max_bus)),
4782 if ((max_bus - *highest_bus) > 0) {
4787 *highest_bus+1, max_bus - *highest_bus,
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4907 uint64_t max_bus; local
4971 max_bus = pcibus_base + pcibus_alen - 1;
5070 pcicfg_set_bus_numbers(h, bus, new_bus, max_bus);
5076 bus_range[1] = max_bus;
5416 if (highest_bus_reqd > max_bus)
5424 *highest_bus = MAX((MIN(highest_bus_reqd, max_bus)),
5517 if ((max_bus - *highest_bus) > 0) {
5522 *highest_bus+1, max_bus - *highest_bus,

Completed in 143 milliseconds