Searched refs:SND_PXI_FIFO_MESSAGE_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
39 #define SND_PXI_FIFO_MESSAGE_BUFSIZE 8 macro58 static SNDCommand *sWaitingCommandListQueue[SND_PXI_FIFO_MESSAGE_BUFSIZE + 1];71 static OSMessage sCommandMesgBuffer[SND_PXI_FIFO_MESSAGE_BUFSIZE];118 OS_InitMessageQueue(&sCommandMesgQueue, sCommandMesgBuffer, SND_PXI_FIFO_MESSAGE_BUFSIZE); in SND_CommandInit()207 if (sWaitingCommandListQueueRead > SND_PXI_FIFO_MESSAGE_BUFSIZE) 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()404 if (sWaitingCommandListQueueWrite > SND_PXI_FIFO_MESSAGE_BUFSIZE) in SND_FlushCommand()