Searched refs:p_memento (Results 1 – 1 of 1) sorted by relevance
31 struct wlan_sm_history_info *p_memento; in wlan_sm_save_history() local38 p_memento = &p_sm_history->data[p_sm_history->index]; in wlan_sm_save_history()45 qdf_mem_zero(p_memento, sizeof(*p_memento)); in wlan_sm_save_history()46 p_memento->trace_type = trace_type; in wlan_sm_save_history()47 p_memento->initial_state = initial_state; in wlan_sm_save_history()48 p_memento->final_state = final_state; in wlan_sm_save_history()49 p_memento->event_type = event_type; in wlan_sm_save_history()50 p_memento->time = qdf_get_log_timestamp(); in wlan_sm_save_history()51 qdf_scnprintf(p_memento->pid_name, WLAN_SM_PID_MAX_LEN, "%.6s", in wlan_sm_save_history()