Home
last modified time | relevance | path

Searched refs:hif_ce_desc_event (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_internal.h751 struct hif_ce_desc_event { struct
780 struct hif_ce_desc_event; argument
825 void hif_clear_ce_desc_debug_data(struct hif_ce_desc_event *event);
837 void hif_clear_ce_desc_debug_data(struct hif_ce_desc_event *event) in hif_clear_ce_desc_debug_data()
849 void hif_ce_desc_data_record(struct hif_ce_desc_event *event, int len);
864 void hif_ce_desc_data_record(struct hif_ce_desc_event *event, int len) in hif_ce_desc_data_record()
906 struct hif_ce_desc_event *event,
911 struct hif_ce_desc_event *event, in hif_ce_desc_record_rx_paddr()
H A Dce_service.c113 void hif_ce_desc_data_record(struct hif_ce_desc_event *event, int len) in hif_ce_desc_data_record()
138 void hif_clear_ce_desc_debug_data(struct hif_ce_desc_event *event) in hif_clear_ce_desc_debug_data()
141 offsetof(struct hif_ce_desc_event, data)); in hif_clear_ce_desc_debug_data()
146 void hif_clear_ce_desc_debug_data(struct hif_ce_desc_event *event) in hif_clear_ce_desc_debug_data()
148 qdf_mem_zero(event, sizeof(struct hif_ce_desc_event)); in hif_clear_ce_desc_debug_data()
156 struct hif_ce_desc_event *event, in hif_ce_desc_record_rx_paddr()
268 struct hif_ce_desc_event *event; in hif_record_ce_desc_event()
271 struct hif_ce_desc_event *hist_ev = NULL; in hif_record_ce_desc_event()
274 hist_ev = (struct hif_ce_desc_event *)ce_hist->hist_ev[ce_id]; in hif_record_ce_desc_event()
1806 struct hif_ce_desc_event *event; in hif_dump_desc_event()
[all …]
H A Dce_main.c2204 struct hif_ce_desc_event *event = NULL; in alloc_mem_ce_debug_hist_data()
2205 struct hif_ce_desc_event *hist_ev = NULL; 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()
2238 struct hif_ce_desc_event *event = NULL; in free_mem_ce_debug_hist_data()
2239 struct hif_ce_desc_event *hist_ev = NULL; 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()
2263 struct hif_ce_desc_event *hif_ce_desc_history[CE_COUNT_MAX];
2288 struct hif_ce_desc_event
2320 static struct hif_ce_desc_event *
2434 scn->hif_ce_desc_hist.hist_ev[CE_id] = (struct hif_ce_desc_event *) in alloc_mem_ce_debug_history()
[all …]
H A Dce_service_srng.c109 struct hif_ce_desc_event *event; in hif_record_ce_srng_desc_event()
111 struct hif_ce_desc_event *hist_ev = NULL; in hif_record_ce_srng_desc_event()
114 hist_ev = (struct hif_ce_desc_event *)ce_hist->hist_ev[ce_id]; in hif_record_ce_srng_desc_event()