Searched refs:pBandWidth (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DTrafficMonitor.c69 static void TrafficMonitor_updateBW(BandWidth_t *pBandWidth, UINT32 uCurrentTS);
70 static UINT32 TrafficMonitor_calcBW(BandWidth_t *pBandWidth, UINT32 uCurrentTS);
962 pBandWidth - BW of Rx or Tx
965 OUTPUT: pBandWidth - updated counters and TS
968 void TrafficMonitor_updateBW(BandWidth_t *pBandWidth, UINT32 uCurrentTS) argument
971 if ( (uCurrentTS - pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow]) < (SIZE_OF_WINDOW_MS) )
973 pBandWidth->auWindowCounter[pBandWidth->uCurrentWindow]++;
978 pBandWidth
995 TrafficMonitor_calcBW(BandWidth_t *pBandWidth, UINT32 uCurrentTS) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DTrafficMonitor.c71 static void TrafficMonitor_updateBW(BandWidth_t *pBandWidth, TI_UINT32 uCurrentTS);
72 static TI_UINT32 TrafficMonitor_calcBW(BandWidth_t *pBandWidth, TI_UINT32 uCurrentTS);
971 pBandWidth - BW of Rx or Tx
974 OUTPUT: pBandWidth - updated counters and TS
977 void TrafficMonitor_updateBW(BandWidth_t *pBandWidth, TI_UINT32 uCurrentTS) argument
980 if ( (uCurrentTS - pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow]) < (SIZE_OF_WINDOW_MS) )
982 pBandWidth->auWindowCounter[pBandWidth->uCurrentWindow]++;
987 pBandWidth
1004 TrafficMonitor_calcBW(BandWidth_t *pBandWidth, TI_UINT32 uCurrentTS) argument
[all...]

Completed in 33 milliseconds