Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.h982 u32 sta_get_expected_throughput(struct sta_info *sta);
H A Dsta_info.c378 thr = sta_get_expected_throughput(sta); in sta_accumulate_removed_link_stats()
2934 thr = sta_get_expected_throughput(sta); in sta_set_link_sinfo()
3182 thr = sta_get_expected_throughput(sta); in sta_set_sinfo()
3225 u32 sta_get_expected_throughput(struct sta_info *sta) in sta_get_expected_throughput() function
H A Drate.c
H A Dmesh_hwmp.c346 rate = DIV_ROUND_UP(sta_get_expected_throughput(sta), 100); in airtime_link_metric_get()