Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmac80211.h4985 u32 (*get_expected_throughput)(struct ieee80211_hw *hw, member
7311 u32 (*get_expected_throughput)(void *priv_sta); member
/linux/net/mac80211/
H A Dsta_info.c3291 if (ref && ref->ops->get_expected_throughput) in sta_get_expected_throughput()
3292 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_get_expected_throughput()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c6033 .get_expected_throughput = wlcore_op_get_expected_throughput,