Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTrafficMonitor.c1006 TI_UINT32 uTotalTime = uCurrentTS - pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow]; in TrafficMonitor_calcBW() local
1012 while ( (uTotalTime < BW_WINDOW_MS) && (iNextIter != pBandWidth->uCurrentWindow)) in TrafficMonitor_calcBW()
1016 uTotalTime = uCurrentTS - pBandWidth->auFirstEventsTS[iNextIter]; in TrafficMonitor_calcBW()