Home
last modified time | relevance | path

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

/net/mac80211/
Dsta_info.c2201 u32 thr = 0; in sta_set_sinfo() local
2432 thr = sta_get_expected_throughput(sta); in sta_set_sinfo()
2434 if (thr != 0) { in sta_set_sinfo()
2436 sinfo->expected_throughput = thr; in sta_set_sinfo()
2466 u32 thr = 0; in sta_get_expected_throughput() local
2473 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_get_expected_throughput()
2475 thr = drv_get_expected_throughput(local, sta); in sta_get_expected_throughput()
2477 return thr; in sta_get_expected_throughput()
2490 static void sta_update_codel_params(struct sta_info *sta, u32 thr) in sta_update_codel_params() argument
2495 if (thr && thr < STA_SLOW_THRESHOLD * sta->local->num_sta) { in sta_update_codel_params()
[all …]