Home
last modified time | relevance | path

Searched refs:WLAN_SM_ENGINE_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/sm_engine/src/
H A Dwlan_sm_engine_dbg.c41 p_sm_history->index %= WLAN_SM_ENGINE_HISTORY_SIZE; in wlan_sm_save_history()
116 for (i = 0; i < WLAN_SM_ENGINE_HISTORY_SIZE; i++) { in wlan_sm_print_history()
117 idx = (p_sm_history->index + i) % WLAN_SM_ENGINE_HISTORY_SIZE; in wlan_sm_print_history()
175 for (i = 0; i < WLAN_SM_ENGINE_HISTORY_SIZE; i++) { in wlan_sm_print_fs_history()
176 idx = (p_sm_history->index + i) % WLAN_SM_ENGINE_HISTORY_SIZE; in wlan_sm_print_fs_history()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/sm_engine/inc/
H A Dwlan_sm_engine_dbg.h55 #define WLAN_SM_ENGINE_HISTORY_SIZE 15 macro
57 #define WLAN_SM_ENGINE_HISTORY_SIZE 50 macro
100 struct wlan_sm_history_info data[WLAN_SM_ENGINE_HISTORY_SIZE];