Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c374 sghsc->sghsc_num_slots)); in sghsc_attach()
376 switch (sghsc->sghsc_num_slots) { in sghsc_attach()
508 for (i = 0; i < sghsc->sghsc_num_slots; i++) { in sghsc_detach()
581 switch (sghsc->sghsc_num_slots) { in sghsc_register_slots()
592 sghsc->sghsc_num_slots, in sghsc_register_slots()
616 for (i = 0; i < sghsc->sghsc_num_slots; i++) { in sghsc_register_slots()
743 for (i = 0; i < sghsc->sghsc_num_slots; i++) { in sghsc_connect()
888 (slot >= sghsc->sghsc_num_slots)) { in sghsc_control()
1203 for (i = 0; i < sghsc->sghsc_num_slots; i++) { in sghsc_get_slotnum()
1457 if (sghsc->sghsc_num_slots < (slot + 1)) { in sghsc_find_sloth()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsghsc.h168 uint32_t sghsc_num_slots; member