Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/snd/common/src/
Dsnd_command.c59 static int sWaitingCommandListQueueRead; variable
140 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()