Searched refs:sWaitingCommandListQueueRead (Results 1 – 1 of 1) sorted by relevance
59 static int sWaitingCommandListQueueRead; variable140 sWaitingCommandListQueueRead = 0; in SND_CommandInit()205 commandList = sWaitingCommandListQueue[sWaitingCommandListQueueRead]; in SND_RecvCommandReply()206 sWaitingCommandListQueueRead++; in SND_RecvCommandReply()207 if (sWaitingCommandListQueueRead > SND_PXI_FIFO_MESSAGE_BUFSIZE) in SND_RecvCommandReply()208 sWaitingCommandListQueueRead = 0; in SND_RecvCommandReply()