Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_service.c1817 if (ce_hist->hist_id >= CE_COUNT_MAX || in hif_dump_desc_event()
1824 (struct hif_ce_desc_event *)ce_hist->hist_ev[ce_hist->hist_id]; in hif_dump_desc_event()
1837 secs, usecs, ce_hist->hist_id, in hif_dump_desc_event()
1854 if (ce_hist->data_enable[ce_hist->hist_id]) in hif_dump_desc_event()
1892 if (sscanf(buf, "%u %u", (unsigned int *)&ce_hist->hist_id, in hif_input_desc_trace_buf_index()
1897 if ((ce_hist->hist_id >= CE_COUNT_MAX) || in hif_input_desc_trace_buf_index()
H A Dce_main.c2500 ce_hist->hist_id = 0; in reset_ce_debug_history()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h249 uint32_t hist_id; member