Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Drate.h49 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_free_sta()
59 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_add_sta_debugfs()
69 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_remove_sta_debugfs()
Drate.c36 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init()
69 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status()
91 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update()
885 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate()
975 WARN_ON(local->rate_ctrl); in ieee80211_init_rate_ctrl_alg()
976 local->rate_ctrl = ref; in ieee80211_init_rate_ctrl_alg()
988 ref = local->rate_ctrl; in rate_control_deinitialize()
993 local->rate_ctrl = NULL; in rate_control_deinitialize()
Ddebugfs.c72 local->rate_ctrl ? local->rate_ctrl->ops->name : "hw/driver");
Dsta_info.c247 if (sta->rate_ctrl) in sta_info_free()
295 sta->rate_ctrl = local->rate_ctrl; in sta_prepare_rate_control()
296 sta->rate_ctrl_priv = rate_control_alloc_sta(sta->rate_ctrl, in sta_prepare_rate_control()
2344 ref = local->rate_ctrl; in sta_get_expected_throughput()
Dsta_info.h497 struct rate_control_ref *rate_ctrl; member
Dieee80211_i.h1235 struct rate_control_ref *rate_ctrl; member