Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_hist.c221 static void dp_hist_fill_buckets(struct cdp_hist_bucket *hist_bucket, int value) in dp_hist_fill_buckets() argument
226 if (qdf_unlikely(!hist_bucket)) in dp_hist_fill_buckets()
229 hist_type = hist_bucket->hist_type; in dp_hist_fill_buckets()
260 hist_bucket->freq[idx]++; in dp_hist_fill_buckets()