Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c3735 RF_Cmd* pElem = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_discardPendCmd() local
3738 while (pElem && (pElem != pCmd)) in RF_discardPendCmd()
3740 pElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()
3744 while (pElem) in RF_discardPendCmd()
3748 RF_Cmd* pNextElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()
3750 if (RF_isClientOwner(h, pElem)) in RF_discardPendCmd()
3753 RF_cmdStoreEvents(pElem, RF_EventCmdCancelled); in RF_discardPendCmd()
3758 RF_cmdStoreEvents(pElem, RF_EventCmdPreempted); in RF_discardPendCmd()
3767 List_remove(&RF_cmdQ.pPend, (List_Elem*)pElem); in RF_discardPendCmd()
3768 List_put(&RF_cmdQ.pDone, (List_Elem*)pElem); in RF_discardPendCmd()
[all …]