Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c582 while (schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_EXECUTING) { in schpc_connect()
586 schpc_p->schpc_slot[slot].state |= SCHPC_SLOTSTATE_EXECUTING; in schpc_connect()
899 ~SCHPC_SLOTSTATE_EXECUTING; in schpc_connect()
949 ~SCHPC_SLOTSTATE_EXECUTING; in schpc_connect()
997 while (schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_EXECUTING) { in schpc_disconnect()
1001 schpc_p->schpc_slot[slot].state |= SCHPC_SLOTSTATE_EXECUTING; in schpc_disconnect()
1077 ~SCHPC_SLOTSTATE_EXECUTING; in schpc_disconnect()
1098 ~SCHPC_SLOTSTATE_EXECUTING; in schpc_disconnect()
1140 while (schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_EXECUTING) { in schpc_cpci_control()
1144 schpc_p->schpc_slot[slot].state |= SCHPC_SLOTSTATE_EXECUTING; in schpc_cpci_control()
[all …]
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h105 #define SCHPC_SLOTSTATE_EXECUTING 0x200000 /* Executing a mailbox cmd */ macro