Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTrafficMonitor.c952 TI_UINT32 uCurentTS; in TrafficMonitor_GetFrameBandwidth() local
957 uCurentTS = os_timeStampMs(pTrafficMonitor->hOs); in TrafficMonitor_GetFrameBandwidth()
960 return ( TrafficMonitor_calcBW(&pTrafficMonitor->DirectRxFrameBW, uCurentTS) + in TrafficMonitor_GetFrameBandwidth()
961 TrafficMonitor_calcBW(&pTrafficMonitor->DirectTxFrameBW, uCurentTS) ); in TrafficMonitor_GetFrameBandwidth()
1057 TI_UINT32 uCurentTS; in TrafficMonitor_Event() local
1065 uCurentTS = os_timeStampMs(TrafficMonitor->hOs); in TrafficMonitor_Event()
1072 TrafficMonitor_updateBW(&TrafficMonitor->DirectRxFrameBW, uCurentTS); in TrafficMonitor_Event()
1079 TrafficMonitor_updateBW(&TrafficMonitor->DirectTxFrameBW, uCurentTS); in TrafficMonitor_Event()
1099 isThresholdUp(AlertElement, uCurentTS); in TrafficMonitor_Event()