Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/snd/common/src/
Dsnd_command.c62 static int sWaitingCommandListCount; /* Issued command list count */ variable
138 sWaitingCommandListCount = 0; in SND_CommandInit()
229 sWaitingCommandListCount--; in SND_RecvCommandReply()
349 if (sWaitingCommandListCount >= SND_PXI_FIFO_MESSAGE_BUFSIZE) in SND_FlushCommand()
361 } while (sWaitingCommandListCount >= SND_PXI_FIFO_MESSAGE_BUFSIZE); in SND_FlushCommand()
382 while (sWaitingCommandListCount >= SND_PXI_FIFO_MESSAGE_BUFSIZE || in SND_FlushCommand()
411 sWaitingCommandListCount++; in SND_FlushCommand()