Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Drate.h20 struct rate_control_ref { struct
39 static inline void *rate_control_alloc_sta(struct rate_control_ref *ref, in rate_control_alloc_sta() argument
48 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()
H 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()
122 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update()
248 struct rate_control_ref *ref = file->private_data; in rcname_read()
261 static struct rate_control_ref *
264 struct rate_control_ref *ref; in rate_control_alloc()
266 ref = kmalloc_obj(struct rate_control_ref); in rate_control_alloc()
284 struct rate_control_ref *ctrl_ref) in rate_control_free()
931 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate()
1003 struct rate_control_ref *ref; in ieee80211_init_rate_ctrl_alg()
[all …]
H A Dsta_info.h711 struct rate_control_ref *rate_ctrl;
H A Dieee80211_i.h1550 struct rate_control_ref *rate_ctrl;
H A Dsta_info.c3259 struct rate_control_ref *ref = NULL; in sta_get_expected_throughput()
H A Dtx.c1185 struct rate_control_ref *ref = sdata->local->rate_ctrl; in ieee80211_aggr_check()