Lines Matching refs:pPend
313 List_List pPend; /* List of pending commands to be dispatched. */ member
734 RF_Cmd* pTempCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_cmdDispatchTime()
756 pCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_cmdDispatchTime()
2095 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_dispatchNextCmd()
2158 &RF_cmdQ.pPend, in RF_dispatchNextCmd()
2220 RF_cmdQ.pCurrCmdFg = (RF_Cmd*)List_get(&RF_cmdQ.pPend); in RF_dispatchNextCmd()
2224 RF_cmdQ.pCurrCmdBg = (RF_Cmd*)List_get(&RF_cmdQ.pPend); in RF_dispatchNextCmd()
3034 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_fsmPowerUpState()
3146 RF_Cmd* pCmdFirstPend = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_fsmSetupState()
3341 if (List_head(&RF_cmdQ.pPend)) in RF_fsmActiveState()
3383 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_fsmActiveState()
3703 List_clearList(&RF_cmdQ.pPend); in RF_init()
3735 RF_Cmd* pElem = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_discardPendCmd()
3767 List_remove(&RF_cmdQ.pPend, (List_Elem*)pElem); in RF_discardPendCmd()
3830 pCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_abortCmd()
3875 RF_discardPendCmd(h, (RF_Cmd*)List_head(&RF_cmdQ.pPend), flush, preempt); in RF_abortCmd()
4557 RF_Cmd* pCmd = RF_queueEnd(h, &RF_cmdQ.pPend); in RF_close()
4757 List_put(&RF_cmdQ.pPend, (List_Elem*)pCmd); in RF_postCmd()
4760 if (List_head(&RF_cmdQ.pPend) == (List_Elem*)pCmd) in RF_postCmd()
4926 &RF_cmdQ.pPend, in RF_scheduleCmd()
4963 if ((List_head(&RF_cmdQ.pPend) == (List_Elem*)pCmd) || in RF_scheduleCmd()
5545 if (RF_core.status || (List_head(&RF_cmdQ.pPend))) in RF_control()
5560 if (RF_core.status || (List_head(&RF_cmdQ.pPend))) in RF_control()