Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Drc80211_minstrel.c573 .get_expected_throughput = minstrel_get_expected_throughput,
H A Ddriver-ops.h1125 if (local->ops->get_expected_throughput && sta->uploaded) in drv_get_expected_throughput()
1126 ret = local->ops->get_expected_throughput(&local->hw, &sta->sta); in drv_get_expected_throughput()
H A Drc80211_minstrel_ht.c1711 return mac80211_minstrel.get_expected_throughput(priv_sta); in minstrel_ht_get_expected_throughput()
1738 .get_expected_throughput = minstrel_ht_get_expected_throughput,
H A Dsta_info.c2528 if (ref && ref->ops->get_expected_throughput) in sta_get_expected_throughput()
2529 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_get_expected_throughput()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h4153 u32 (*get_expected_throughput)(struct ieee80211_hw *hw, member
6182 u32 (*get_expected_throughput)(void *priv_sta); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dmain.c6043 .get_expected_throughput = wlcore_op_get_expected_throughput,