Searched refs:TG_MAX_SLOTS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dmct_topology.h69 #define TG_MAX_SLOTS 5 /* CPU, ALRM, cPCI Slots */ macro
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2143 TG_MAX_SLOTS : MC_MAX_SLOTS)) {
2275 static int psl2sco[TG_MAX_SLOTS + 1] = { -1 };
2287 if (sln < 1 || sln > TG_MAX_SLOTS) {
2337 if (suip->unit_number < 1 || suip->unit_number > TG_MAX_SLOTS) {
2359 if (slotnum < 1 || slotnum > TG_MAX_SLOTS) {
2381 if (slotnum < 1 || slotnum > TG_MAX_SLOTS) {
2415 for (i = 1; i <= TG_MAX_SLOTS; ++i) {
2965 mct_system_info.max_units[SLOT] = TG_MAX_SLOTS;
3030 if (is_tonga && unit <= TG_MAX_SLOTS) {
3847 if (slotnum > TG_MAX_SLOTS ||
[all...]

Completed in 53 milliseconds