Searched refs:AsyncBufPool (Results 1 – 1 of 1) sorted by relevance
511 _SlAsyncRespBuf_t AsyncBufPool[SL_MAX_ASYNC_BUFFERS]; member671 g_StatMem.AsyncBufPool[Idx].ActionIndex = 0xFF; in _SlDrvDriverCBInit()672 g_StatMem.AsyncBufPool[Idx].AsyncHndlr = NULL; in _SlDrvDriverCBInit()3007 if (0xFF == g_StatMem.AsyncBufPool[Idx].ActionIndex) in _SlGetStatSpawnListItem()3010 return &g_StatMem.AsyncBufPool[Idx]; in _SlGetStatSpawnListItem()3122 if (0xFF != g_StatMem.AsyncBufPool[i].ActionIndex) in _SlSpawnMsgListProcess()3129 g_pCB->FunctionParams.AsyncExt.ActionIndex = g_StatMem.AsyncBufPool[i].ActionIndex; in _SlSpawnMsgListProcess()3130 g_pCB->FunctionParams.AsyncExt.AsyncEvtHandler = g_StatMem.AsyncBufPool[i].AsyncHndlr; in _SlSpawnMsgListProcess()3134 … _SlDrvAsyncEventGenericHandler(FALSE, (unsigned char *)&(g_StatMem.AsyncBufPool[i].Buffer)); in _SlSpawnMsgListProcess()3139 g_StatMem.AsyncBufPool[i].ActionIndex = 0xFF; in _SlSpawnMsgListProcess()[all …]