Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h121 uint16_t schpc_number_of_slots; /* Slot on IO Board */ member
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c454 schpc_p->schpc_number_of_slots = STARCAT_MAX_SLOTS; in schpc_attach()
458 schpc_p->schpc_number_of_slots); in schpc_attach()
478 (schpc_p->schpc_number_of_slots * sizeof (schpc_slot_t)), in schpc_attach()
3387 for (i = 0; i < schpc_p->schpc_number_of_slots; i++) { in schpc_slot_get_index()
3763 for (slot = 0; slot < schpc_p->schpc_number_of_slots; slot++) { in schpc_remove_pci()