Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/sm_engine/src/
H A Dwlan_sm_engine_dbg.c30 struct wlan_sm_history *p_sm_history = &sm->history; in wlan_sm_save_history() local
37 qdf_spin_lock_bh(&p_sm_history->sm_history_lock); in wlan_sm_save_history()
38 p_memento = &p_sm_history->data[p_sm_history->index]; in wlan_sm_save_history()
39 p_sm_history->index++; in wlan_sm_save_history()
41 p_sm_history->index %= WLAN_SM_ENGINE_HISTORY_SIZE; in wlan_sm_save_history()
43 qdf_spin_unlock_bh(&p_sm_history->sm_history_lock); in wlan_sm_save_history()
102 struct wlan_sm_history *p_sm_history = &sm->history; in wlan_sm_print_history() local
110 qdf_spin_lock_bh(&p_sm_history->sm_history_lock); in wlan_sm_print_history()
117 idx = (p_sm_history->index + i) % WLAN_SM_ENGINE_HISTORY_SIZE; in wlan_sm_print_history()
119 sm, &p_sm_history->data[idx], idx); in wlan_sm_print_history()
[all …]