Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4368 uint64_t io_reqd = io_answer + in pcicfg_probe_bridge() local
4379 if (io_end > io_reqd) in pcicfg_probe_bridge()
4396 if (io_reqd > (io_answer + io_alen)) in pcicfg_probe_bridge()
4411 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end); in pcicfg_probe_bridge()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c5392 uint64_t io_reqd = io_answer + (num_slots * in pcicfg_probe_bridge() local
5401 if (io_end > io_reqd) in pcicfg_probe_bridge()
5415 if (io_reqd > (io_answer + io_alen)) in pcicfg_probe_bridge()
5426 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end); in pcicfg_probe_bridge()