Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DFwEvent.c91 …PENDING_HANDLERS_NUMBER(eStatus) if (eStatus == TXN_STATUS_PENDING) {pFwEvent->uNumPendHndlrs++;}
127 …TI_UINT32 uNumPendHndlrs; /* Number of event handlers that didn't complete their event p… member
242 pFwEvent->uNumPendHndlrs = 0; in fwEvent_Init()
529 …, eStatus, pFwEvent->uEventVector, pFwEvent->bIntrPending, pFwEvent->uNumPendHndlrs, pFwEvent->uFw… in fwEvent_SmHandleEvents()
552 pFwEvent->uNumPendHndlrs = 0; in fwEvent_CallHandlers()
599 return ((pFwEvent->uNumPendHndlrs == 0) ? TXN_STATUS_COMPLETE : TXN_STATUS_PENDING); in fwEvent_CallHandlers()
619 …ent_HandlerCompleted: state=%d, NumPendHndlrs=%d\n", pFwEvent->eSmState, pFwEvent->uNumPendHndlrs); in fwEvent_HandlerCompleted()
621 if (pFwEvent->uNumPendHndlrs == 0) in fwEvent_HandlerCompleted()
635 pFwEvent->uNumPendHndlrs--; in fwEvent_HandlerCompleted()
636 if (pFwEvent->uNumPendHndlrs == 0) in fwEvent_HandlerCompleted()
[all …]