Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Drate.h50 void *priv_sta = sta->rate_ctrl_priv; in rate_control_free_sta()
60 ref->ops->add_sta_debugfs(ref->priv, sta->rate_ctrl_priv, in rate_control_add_sta_debugfs()
H A Dsta_info.h641 * @rate_ctrl_priv: rate control private per-STA pointer
712 void *rate_ctrl_priv; member
H A Dsta_info.c529 sta->rate_ctrl_priv = rate_control_alloc_sta(sta->rate_ctrl, in sta_prepare_rate_control()
531 if (!sta->rate_ctrl_priv) in sta_prepare_rate_control()
3237 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_get_expected_throughput()