Searched refs:sWaitingCommandListQueueWrite (Results 1 – 1 of 1) sorted by relevance
60 static int sWaitingCommandListQueueWrite; variable141 sWaitingCommandListQueueWrite = 0; in SND_CommandInit()402 sWaitingCommandListQueue[sWaitingCommandListQueueWrite] = sReserveList; in SND_FlushCommand()403 sWaitingCommandListQueueWrite++; in SND_FlushCommand()404 if (sWaitingCommandListQueueWrite > SND_PXI_FIFO_MESSAGE_BUFSIZE) in SND_FlushCommand()405 sWaitingCommandListQueueWrite = 0; in SND_FlushCommand()