Searched refs:WLAN_ROAM_DEBUG_MAX_REC (Results 1 – 3 of 3) sorted by relevance
62 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 …]
34 #ifndef WLAN_ROAM_DEBUG_MAX_REC35 #define WLAN_ROAM_DEBUG_MAX_REC 128 macro133 struct wlan_roam_debug_rec rec[WLAN_ROAM_DEBUG_MAX_REC];
2327 #define WLAN_ROAM_DEBUG_MAX_REC (CONFIG_CFG_NUM_ROAM_DEBUG_RECORD) macro