Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_roam_debug.c62 WLAN_ROAM_DEBUG_MAX_REC; in wlan_roam_debug_init()
103 .num_max_rec = WLAN_ROAM_DEBUG_MAX_REC,
106 .num_max_rec = WLAN_ROAM_DEBUG_MAX_REC,
130 if (i == WLAN_ROAM_DEBUG_MAX_REC) in wlan_roam_next_debug_log_index()
131 qdf_atomic_sub(WLAN_ROAM_DEBUG_MAX_REC, index); in wlan_roam_next_debug_log_index()
133 i -= WLAN_ROAM_DEBUG_MAX_REC; in wlan_roam_next_debug_log_index()
174 WLAN_ROAM_DEBUG_MAX_REC); in wlan_rec_debug_log()
311 if (count > WLAN_ROAM_DEBUG_MAX_REC) in wlan_rec_debug_dump_table()
312 count = WLAN_ROAM_DEBUG_MAX_REC; in wlan_rec_debug_dump_table()
325 i = (current_index + WLAN_ROAM_DEBUG_MAX_REC - count) % in wlan_rec_debug_dump_table()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/logging/inc/
H A Dwlan_roam_debug.h34 #ifndef WLAN_ROAM_DEBUG_MAX_REC
35 #define WLAN_ROAM_DEBUG_MAX_REC 128 macro
133 struct wlan_roam_debug_rec rec[WLAN_ROAM_DEBUG_MAX_REC];
/wlan-driver/qcacld-3.0/configs/
H A Dconfig_to_feature.h2327 #define WLAN_ROAM_DEBUG_MAX_REC (CONFIG_CFG_NUM_ROAM_DEBUG_RECORD) macro