Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c364 sghsc->sghsc_board, 0, (int *)&sghsc->sghsc_num_slots); in sghsc_attach()
374 sghsc->sghsc_num_slots)); in sghsc_attach()
376 switch (sghsc->sghsc_num_slots) { in sghsc_attach()
388 " / board %d", instance, sghsc->sghsc_num_slots, in sghsc_attach()
400 (sghsc->sghsc_num_slots * sizeof (sghsc_slot_t)), KM_SLEEP); in sghsc_attach()
508 for (i = 0; i < sghsc->sghsc_num_slots; i++) { in sghsc_detach()
562 "node %d / board %d", sghsc->sghsc_instance, sghsc->sghsc_num_slots, in sghsc_register_slots()
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()
[all …]
/titanic_41/usr/src/uts/sun4u/serengeti/sys/
H A Dsghsc.h168 uint32_t sghsc_num_slots; member