Lines Matching refs:thr
2260 u32 thr = 0; in sta_set_sinfo() local
2494 thr = sta_get_expected_throughput(sta); in sta_set_sinfo()
2496 if (thr != 0) { in sta_set_sinfo()
2498 sinfo->expected_throughput = thr; in sta_set_sinfo()
2528 u32 thr = 0; in sta_get_expected_throughput() local
2535 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_get_expected_throughput()
2537 thr = drv_get_expected_throughput(local, sta); in sta_get_expected_throughput()
2539 return thr; in sta_get_expected_throughput()
2552 static void sta_update_codel_params(struct sta_info *sta, u32 thr) in sta_update_codel_params() argument
2557 if (thr && thr < STA_SLOW_THRESHOLD * sta->local->num_sta) { in sta_update_codel_params()
2569 u32 thr) in ieee80211_sta_set_expected_throughput() argument
2573 sta_update_codel_params(sta, thr); in ieee80211_sta_set_expected_throughput()