Home
last modified time | relevance | path

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

/net/mac80211/
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()
Drate.c34 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init()
73 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status()
99 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update()
225 struct rate_control_ref *ref = file->private_data; in rcname_read()
239 static struct rate_control_ref *
242 struct rate_control_ref *ref; in rate_control_alloc()
244 ref = kmalloc(sizeof(struct rate_control_ref), GFP_KERNEL); in rate_control_alloc()
262 struct rate_control_ref *ctrl_ref) in rate_control_free()
909 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate()
983 struct rate_control_ref *ref; in ieee80211_init_rate_ctrl_alg()
[all …]
Dsta_info.h665 struct rate_control_ref *rate_ctrl;
Dieee80211_i.h1453 struct rate_control_ref *rate_ctrl;
Dsta_info.c2850 struct rate_control_ref *ref = NULL; in sta_get_expected_throughput()
Dtx.c1186 struct rate_control_ref *ref = sdata->local->rate_ctrl; in ieee80211_aggr_check()