Lines Matching refs:SNDCommand
51 static SNDCommand sCommandArray[SND_COMMAND_NUM] ATTRIBUTE_ALIGN(32); /* Command array */
52 static SNDCommand *sFreeList; /* Free command list */
53 static SNDCommand *sFreeListEnd; /* End of free command list */
55 static SNDCommand *sReserveList; /* Reserved command list */
56 static SNDCommand *sReserveListEnd; /* End of reserved command list */
58 static SNDCommand *sWaitingCommandListQueue[SND_PXI_FIFO_MESSAGE_BUFSIZE + 1];
86 static SNDCommand *AllocCommand(void);
113 SNDCommand *command; in SND_CommandInit()
179 const SNDCommand *SND_RecvCommandReply(u32 flags) in SND_RecvCommandReply()
182 SNDCommand *commandList; in SND_RecvCommandReply()
183 SNDCommand *commandListEnd; in SND_RecvCommandReply()
245 SNDCommand *SND_AllocCommand(u32 flags) in SND_AllocCommand()
247 SNDCommand *command; in SND_AllocCommand()
303 void SND_PushCommand(struct SNDCommand *command) in SND_PushCommand()
591 SNDCommand *command; in SND_CountFreeCommand()
617 SNDCommand *command; in SND_CountReservedCommand()
662 const SNDCommand *command_p; in SND_CommandProc()
663 SNDCommand command; in SND_CommandProc()
667 command_p = (const SNDCommand *)message; in SND_CommandProc()
976 static SNDCommand *AllocCommand(void) in AllocCommand()
979 SNDCommand *command; in AllocCommand()