Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c43 uint32_t hif_event_hist_max = HIF_EVENT_HIST_MAX;
107 index &= (HIF_EVENT_HIST_MAX - 1); in hif_hist_skip_event_record()
120 HIF_EVENT_HIST_MAX)) { in hif_hist_skip_event_record()
182 &hist_ev->index, HIF_EVENT_HIST_MAX); in hif_hist_record_event()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h580 #define HIF_EVENT_HIST_MAX 512 macro
591 #define HIF_EVENT_HIST_MAX 32 macro
668 struct hif_event_record event[HIF_EVENT_HIST_MAX];
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c174 (HIF_EVENT_HIST_MAX & (HIF_EVENT_HIST_MAX - 1)) == 0);