HomeSort by relevance Sort by last modified time
    Searched refs:NUM_OF_SLIDING_WINDOWS (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 60 /* BW Window in MS. changing this number must take NUM_OF_SLIDING_WINDOWS into consideration */
63 #define NUM_OF_SLIDING_WINDOWS 8 /* Must be power of 2 !!! */
64 #define CYCLIC_COUNTER_ELEMENT (NUM_OF_SLIDING_WINDOWS - 1) /* Note that it is aligned to NUM_OF_SLIDING_WINDOWS */
66 #define SIZE_OF_WINDOW_MS ( BW_WINDOW_MS / NUM_OF_SLIDING_WINDOWS) /* 125 Ms */
73 TI_UINT32 auFirstEventsTS[NUM_OF_SLIDING_WINDOWS];
74 TI_UINT32 auWindowCounter[NUM_OF_SLIDING_WINDOWS];
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.h 61 /* BW Window in MS. changing this number must take NUM_OF_SLIDING_WINDOWS into consideration */
64 #define NUM_OF_SLIDING_WINDOWS 8 /* Must be power of 2 !!! */
65 #define CYCLIC_COUNTER_ELEMENT (NUM_OF_SLIDING_WINDOWS - 1) /* Note that it is aligned to NUM_OF_SLIDING_WINDOWS */
67 #define SIZE_OF_WINDOW_MS ( BW_WINDOW_MS / NUM_OF_SLIDING_WINDOWS) /* 125 Ms */
74 UINT32 auFirstEventsTS[NUM_OF_SLIDING_WINDOWS];
75 UINT32 auWindowCounter[NUM_OF_SLIDING_WINDOWS];
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.h 60 /* BW Window in MS. changing this number must take NUM_OF_SLIDING_WINDOWS into consideration */
63 #define NUM_OF_SLIDING_WINDOWS 8 /* Must be power of 2 !!! */
64 #define CYCLIC_COUNTER_ELEMENT (NUM_OF_SLIDING_WINDOWS - 1) /* Note that it is aligned to NUM_OF_SLIDING_WINDOWS */
66 #define SIZE_OF_WINDOW_MS ( BW_WINDOW_MS / NUM_OF_SLIDING_WINDOWS) /* 125 Ms */
73 TI_UINT32 auFirstEventsTS[NUM_OF_SLIDING_WINDOWS];
74 TI_UINT32 auWindowCounter[NUM_OF_SLIDING_WINDOWS];

Completed in 32 milliseconds