Searched refs:SCHPC_SLOTSTATE_EXECUTING (Results 1 – 2 of 2) sorted by relevance
582 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 …]
105 #define SCHPC_SLOTSTATE_EXECUTING 0x200000 /* Executing a mailbox cmd */ macro