Home
last modified time | relevance | path

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

/net/mac80211/
A Drate.h48 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_free_sta()
58 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_add_sta_debugfs()
72 if (!local->rate_ctrl) in rate_control_add_debugfs()
75 if (!local->rate_ctrl->ops->add_debugfs) in rate_control_add_debugfs()
81 local->rate_ctrl, &rcname_ops); in rate_control_add_debugfs()
83 local->rate_ctrl->ops->add_debugfs(&local->hw, local->rate_ctrl->priv, in rate_control_add_debugfs()
A Drate.c35 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init()
93 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status()
119 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update()
922 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate()
1014 WARN_ON(local->rate_ctrl); in ieee80211_init_rate_ctrl_alg()
1015 local->rate_ctrl = ref; in ieee80211_init_rate_ctrl_alg()
1027 ref = local->rate_ctrl; in rate_control_deinitialize()
1032 local->rate_ctrl = NULL; in rate_control_deinitialize()
A Ddebugfs.c72 local->rate_ctrl ? local->rate_ctrl->ops->name : "hw/driver");
A Dsta_info.c481 if (sta->rate_ctrl) in sta_info_free()
528 sta->rate_ctrl = local->rate_ctrl; in sta_prepare_rate_control()
529 sta->rate_ctrl_priv = rate_control_alloc_sta(sta->rate_ctrl, in sta_prepare_rate_control()
3233 ref = local->rate_ctrl; in sta_get_expected_throughput()
A Dsta_info.h711 struct rate_control_ref *rate_ctrl; member
A Dmain.c1527 if (local->rate_ctrl) { in ieee80211_register_hw()
1529 if (local->rate_ctrl->ops->capa & RATE_CTRL_CAPA_VHT_EXT_NSS_BW) in ieee80211_register_hw()
A Dieee80211_i.h1540 struct rate_control_ref *rate_ctrl; member
A Dtx.c1175 struct rate_control_ref *ref = sdata->local->rate_ctrl; in ieee80211_aggr_check()

Completed in 37 milliseconds