Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c174 hist_ev = scn->evt_hist[intr_grp_id]; in hif_hist_record_event()
203 scn->evt_hist[id] = &hif_event_desc_history[id]; in hif_event_history_init()
204 qdf_atomic_set(&scn->evt_hist[id]->index, -1); in hif_event_history_init()
213 scn->evt_hist[id] = NULL; in hif_event_history_deinit()
H A Dhif_main.h435 struct hif_event_history *evt_hist[HIF_NUM_INT_CONTEXTS]; member