Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_service.c188 evt = &ce_hist->latest_evts[i][j]; in hif_display_latest_desc_hist()
203 struct latest_evt_history *latest_evts; in hif_record_latest_evt() local
209 latest_evts = &ce_hist->latest_evts[ce_id - HIF_CE_MAX_LATEST_HIST][idx]; in hif_record_latest_evt()
213 if (latest_evts[idx].irq_entry_ts > in hif_record_latest_evt()
214 latest_evts[idx + 1].irq_entry_ts) in hif_record_latest_evt()
216 latest_evts[idx].irq_entry_ts = time; in hif_record_latest_evt()
217 latest_evts[idx].cpu_id = qdf_get_cpu(); in hif_record_latest_evt()
220 if (latest_evts[idx].bh_entry_ts > in hif_record_latest_evt()
221 latest_evts[idx + 1].bh_entry_ts) in hif_record_latest_evt()
223 latest_evts[idx].bh_entry_ts = time; in hif_record_latest_evt()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h251 struct latest_evt_history latest_evts[HIF_CE_MAX_LATEST_HIST][HIF_CE_MAX_LATEST_EVTS]; member