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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h106 #define SCHPC_SLOTSTATE_HPCINITED 0x400000 /* Ready to accept commands */ macro
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c565 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) {
979 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) {
1130 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) {
1599 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) {
2313 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) {
3737 schpc_p->schpc_slot[slot].state |= SCHPC_SLOTSTATE_HPCINITED;

Completed in 61 milliseconds