Lines Matching refs:pNextCmd
2095 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_dispatchNextCmd() local
2100 if (pNextCmd) in RF_dispatchNextCmd()
2109 && (RF_cmdQ.pCurrCmdBg->pClient == pNextCmd->pClient) in RF_dispatchNextCmd()
2110 && (pNextCmd->flags & RF_CMD_FG_CMD_FLAG)) in RF_dispatchNextCmd()
2137 …if (pNextCmd && (validTime = RF_cmdDispatchTime(&dispatchTimeClockTicks, !doDispatchNow, &pConflic… in RF_dispatchNextCmd()
2147 pNextCmd = NULL; in RF_dispatchNextCmd()
2152 … if(pNextCmd && RFCC26XX_schedulerPolicy.executeHook && validTime && (0 == dispatchTimeClockTicks)) in RF_dispatchNextCmd()
2175 RF_Cmd *abortCmd = pConflictCmd ? pConflictCmd : pNextCmd; in RF_dispatchNextCmd()
2196 if (doDispatchNow && pNextCmd) in RF_dispatchNextCmd()
2198 if (pNextCmd->pClient != RF_currClient) in RF_dispatchNextCmd()
2218 if (pNextCmd->flags & RF_CMD_FG_CMD_FLAG) in RF_dispatchNextCmd()
2228 RFCCpeIntClear((uint32_t) (pNextCmd->bmEvent)); in RF_dispatchNextCmd()
2229 RFCCpeIntEnable((uint32_t)(pNextCmd->bmEvent)); in RF_dispatchNextCmd()
2230 RFCHwIntClear((uint32_t) (pNextCmd->bmEvent >> RF_SHIFT_32_BITS)); in RF_dispatchNextCmd()
2231 RFCHwIntEnable((uint32_t) (pNextCmd->bmEvent >> RF_SHIFT_32_BITS)); in RF_dispatchNextCmd()
2234 RF_Op* pOp = (RF_Op*)pNextCmd->pOp; in RF_dispatchNextCmd()
2237 RF_invokeGlobalCallback(RF_GlobalEventCmdStart, (void*)pNextCmd); in RF_dispatchNextCmd()
3034 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_fsmPowerUpState() local
3035 if (pNextCmd) in RF_fsmPowerUpState()
3037 RF_Object* pNextClient = pNextCmd->pClient; in RF_fsmPowerUpState()
3383 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_fsmActiveState() local
3385 if ((transitionAllowed == true) && (pNextCmd != NULL)) in RF_fsmActiveState()
3407 RF_currClient = pNextCmd->pClient; in RF_fsmActiveState()
3442 RF_Op* pOpFirstPend = pNextCmd->pOp; in RF_fsmActiveState()