Searched refs:uCurentTS (Results 1 – 1 of 1) sorted by relevance
952 TI_UINT32 uCurentTS; in TrafficMonitor_GetFrameBandwidth() local957 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() local1065 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()