Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c2490 _u8 ActiveIndex; in _SlDrvReleaseAllActivePendingPoolObj() local
2495 ActiveIndex = g_pCB->ActivePoolIdx; in _SlDrvReleaseAllActivePendingPoolObj()
2497 while (MAX_CONCURRENT_ACTIONS > ActiveIndex) in _SlDrvReleaseAllActivePendingPoolObj()
2500 if (g_pCB->ObjPool[ActiveIndex].ActionID == NETUTIL_CMD_ID) in _SlDrvReleaseAllActivePendingPoolObj()
2502 …((_SlNetUtilCmdData_t *)(g_pCB->ObjPool[ActiveIndex].pRespArgs))->Status = SL_RET_CODE_STOP_IN_PRO… in _SlDrvReleaseAllActivePendingPoolObj()
2504 else if (g_pCB->ObjPool[ActiveIndex].ActionID == RECV_ID) in _SlDrvReleaseAllActivePendingPoolObj()
2506 …((SlSocketResponse_t *)((_SlArgsData_t *)(g_pCB->ObjPool[ActiveIndex].pRespArgs))->pArgs)->StatusO… in _SlDrvReleaseAllActivePendingPoolObj()
2511 …((SlSocketResponse_t *)(g_pCB->ObjPool[ActiveIndex].pRespArgs))->StatusOrLen = SL_RET_CODE_STOP_IN… in _SlDrvReleaseAllActivePendingPoolObj()
2514 SL_DRV_SYNC_OBJ_SIGNAL(&g_pCB->ObjPool[ActiveIndex].SyncObj); in _SlDrvReleaseAllActivePendingPoolObj()
2515 ActiveIndex = g_pCB->ObjPool[ActiveIndex].NextIndex; in _SlDrvReleaseAllActivePendingPoolObj()
[all …]