Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_exec.c96 hif_hist_skip_event_record(struct hif_event_history *hist_ev, in hif_hist_skip_event_record() argument
103 index = qdf_atomic_read(&hist_ev->index); in hif_hist_skip_event_record()
108 rec = &hist_ev->event[index]; in hif_hist_skip_event_record()
119 hist_ev->misc.last_irq_index, in hif_hist_skip_event_record()
122 &hist_ev->event[hist_ev->misc.last_irq_index]; in hif_hist_skip_event_record()
127 hist_ev->misc.last_irq_ts; in hif_hist_skip_event_record()
162 struct hif_event_history *hist_ev; in hif_hist_record_event() local
174 hist_ev = scn->evt_hist[intr_grp_id]; in hif_hist_record_event()
175 if (qdf_unlikely(!hist_ev)) in hif_hist_record_event()
178 if (hif_hist_skip_event_record(hist_ev, event)) in hif_hist_record_event()
[all …]
Dhif_main.h250 void *hist_ev[CE_COUNT_MAX]; member
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_service.c271 struct hif_ce_desc_event *hist_ev = NULL; in hif_record_ce_desc_event() local
274 hist_ev = (struct hif_ce_desc_event *)ce_hist->hist_ev[ce_id]; in hif_record_ce_desc_event()
284 if (!hist_ev) in hif_record_ce_desc_event()
290 event = &hist_ev[record_index]; in hif_record_ce_desc_event()
1810 struct hif_ce_desc_event *hist_ev = NULL; in hif_dump_desc_event() local
1823 hist_ev = in hif_dump_desc_event()
1824 (struct hif_ce_desc_event *)ce_hist->hist_ev[ce_hist->hist_id]; in hif_dump_desc_event()
1826 if (!hist_ev) { in hif_dump_desc_event()
1831 event = &hist_ev[ce_hist->hist_index]; in hif_dump_desc_event()
1953 if (!ce_hist->hist_ev[ce_id]) in hif_ce_en_desc_hist()
Dce_main.c2205 struct hif_ce_desc_event *hist_ev = NULL; in alloc_mem_ce_debug_hist_data() local
2208 hist_ev = in alloc_mem_ce_debug_hist_data()
2209 (struct hif_ce_desc_event *)scn->hif_ce_desc_hist.hist_ev[ce_id]; in alloc_mem_ce_debug_hist_data()
2211 if (!hist_ev) in alloc_mem_ce_debug_hist_data()
2216 event = &hist_ev[index]; in alloc_mem_ce_debug_hist_data()
2239 struct hif_ce_desc_event *hist_ev = NULL; in free_mem_ce_debug_hist_data() local
2242 hist_ev = in free_mem_ce_debug_hist_data()
2243 (struct hif_ce_desc_event *)scn->hif_ce_desc_hist.hist_ev[ce_id]; in free_mem_ce_debug_hist_data()
2245 if (!hist_ev) in free_mem_ce_debug_hist_data()
2249 event = &hist_ev[index]; in free_mem_ce_debug_hist_data()
[all …]
Dce_service_srng.c111 struct hif_ce_desc_event *hist_ev = NULL; in hif_record_ce_srng_desc_event() local
114 hist_ev = (struct hif_ce_desc_event *)ce_hist->hist_ev[ce_id]; in hif_record_ce_srng_desc_event()
124 if (!hist_ev) in hif_record_ce_srng_desc_event()
130 event = &hist_ev[record_index]; in hif_record_ce_srng_desc_event()