Searched refs:uContextId (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
H A DCmdHndlr.c66 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */ member in struct:__anon3000
200 pCmdHndlr->uContextId = context_RegisterClient (pCmdHndlr->hContext,
313 context_RequestSchedule (pCmdHndlr->hContext, pCmdHndlr->uContextId);
489 context_EnableClient (pCmdHndlr->hContext, pCmdHndlr->uContextId);
496 context_DisableClient (pCmdHndlr->hContext, pCmdHndlr->uContextId);
H A DDrvMain.c140 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */ member in struct:__anon3004
1047 pDrvMain->uContextId = context_RegisterClient (pDrvMain->tStadHandles.hContext,
1256 context_RequestSchedule (pDrvMain->tStadHandles.hContext, pDrvMain->uContextId);
1468 context_DisableClient (pDrvMain->tStadHandles.hContext, pDrvMain->uContextId);
1621 context_EnableClient (pDrvMain->tStadHandles.hContext, pDrvMain->uContextId);
1639 context_DisableClient (pDrvMain->tStadHandles.hContext, pDrvMain->uContextId);
1696 context_EnableClient (pDrvMain->tStadHandles.hContext, pDrvMain->uContextId);
1709 context_DisableClient (pDrvMain->tStadHandles.hContext, pDrvMain->uContextId);
/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DtxDataQueue.h86 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */ member in struct:__anon3033
H A DtxMgmtQueue.c138 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */ member in struct:__anon3039
245 pTxMgmtQ->uContextId = context_RegisterClient (pTxMgmtQ->hContext,
384 context_RequestSchedule (pTxMgmtQ->hContext, pTxMgmtQ->uContextId);
914 WLAN_OS_REPORT(("uContextId = %d\n", pTxMgmtQ->uContextId));
H A DtxDataQueue.c174 pTxDataQ->uContextId = context_RegisterClient (pTxDataQ->hContext,
392 context_RequestSchedule (pTxDataQ->hContext, pTxDataQ->uContextId);
546 WLAN_OS_REPORT(("uContextId = %d\n",pTxDataQ->uContextId));
/hardware/ti/wlan/wl1271/utils/
H A Dtimer.c57 TI_UINT32 uContextId; /* The ID allocated to this module on registration to context module */ member in struct:__anon3245
255 pTimerModule->uContextId = context_RegisterClient (pTimerModule->hContext,
318 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
542 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
642 WLAN_OS_REPORT(("tmr_PrintModule(): uContextId=%d, bOperState=%d, uTwdInitCount=%d, uTimersCount=%d\n",
643 pTimerModule->uContextId, pTimerModule->bOperState,
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
H A DFwEvent.c125 TI_UINT32 uContextId; /* Client ID got upon registration to the context module */ member in struct:__anon2326
270 pFwEvent->uContextId = context_RegisterClient (pFwEvent->hContext,
301 context_RequestSchedule (pFwEvent->hContext, pFwEvent->uContextId);
749 context_DisableClient (pFwEvent->hContext,pFwEvent->uContextId);
767 context_EnableClient (pFwEvent->hContext,pFwEvent->uContextId);
/hardware/ti/wlan/wl1271/TWD/TwIf/
H A DTwIf.c148 TI_UINT32 uContextId; /* The ID allocated to this module on registration to context module */ member in struct:_TTwIfObj
329 pTwIf->uContextId = context_RegisterClient (pTwIf->hContext,
871 context_RequestSchedule (pTwIf->hContext, pTwIf->uContextId);
908 context_RequestSchedule (pTwIf->hContext, pTwIf->uContextId);
1121 WLAN_OS_REPORT(("uContextId = %d\n", pTwIf->uContextId ));

Completed in 511 milliseconds