Lines Matching refs:thr
2100 u32 thr = 0; in sta_set_sinfo() local
2313 thr = sta_get_expected_throughput(sta); in sta_set_sinfo()
2315 if (thr != 0) { in sta_set_sinfo()
2317 sinfo->expected_throughput = thr; in sta_set_sinfo()
2341 u32 thr = 0; in sta_get_expected_throughput() local
2348 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_get_expected_throughput()
2350 thr = drv_get_expected_throughput(local, sta); in sta_get_expected_throughput()
2352 return thr; in sta_get_expected_throughput()
2364 static void sta_update_codel_params(struct sta_info *sta, u32 thr) in sta_update_codel_params() argument
2369 if (thr && thr < STA_SLOW_THRESHOLD * sta->local->num_sta) { in sta_update_codel_params()
2381 u32 thr) in ieee80211_sta_set_expected_throughput() argument
2385 sta_update_codel_params(sta, thr); in ieee80211_sta_set_expected_throughput()