Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c516 static _SlStatMem_t g_StatMem; variable
671 g_StatMem.AsyncBufPool[Idx].ActionIndex = 0xFF; in _SlDrvDriverCBInit()
672 g_StatMem.AsyncBufPool[Idx].AsyncHndlr = NULL; in _SlDrvDriverCBInit()
1307 *pOutAsyncBuf = g_StatMem.AsyncRespBuf; in _SlDrvMsgRead()
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()
[all …]