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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c477 schpc_p->schpc_slot = (schpc_slot_t *)kmem_zalloc((size_t)
565 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) {
574 if (schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_CONNECTED) {
582 while (schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_EXECUTING) {
586 schpc_p->schpc_slot[slot].state |= SCHPC_SLOTSTATE_EXECUTING;
590 expander = schpc_p->schpc_slot[slot].expander; /* get expander */
591 board = schpc_p->schpc_slot[slot].board; /* get board */
598 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_OCC_GOOD)) {
603 schpc_p->schpc_slot[slot].ap_id);
610 if (!(schpc_p->schpc_slot[slo
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h123 schpc_slot_t *schpc_slot; /* Slot Specific stuff */ member in struct:schpc
136 * schpc_t's slot table, schpc_slot[], is indexed by

Completed in 63 milliseconds