Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c13994 uint32_t thr_low, thr_high; in dp_bucket_index() local
13998 thr_high = array[i + 1]; in dp_bucket_index()
14002 thr_high = thr_high * USEC_PER_MSEC; in dp_bucket_index()
14004 if (delay >= thr_low && delay <= thr_high) in dp_bucket_index()