Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Drate.h22 struct rate_control_ref { struct
37 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status() argument
59 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status_noskb()
79 static inline void *rate_control_alloc_sta(struct rate_control_ref *ref, in rate_control_alloc_sta()
88 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_free_sta()
98 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_add_sta_debugfs()
108 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_remove_sta_debugfs()
Drate.c35 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init()
68 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update()
188 struct rate_control_ref *ref = file->private_data; in rcname_read()
202 static struct rate_control_ref *rate_control_alloc(const char *name, in rate_control_alloc()
206 struct rate_control_ref *ref; in rate_control_alloc()
208 ref = kmalloc(sizeof(struct rate_control_ref), GFP_KERNEL); in rate_control_alloc()
232 static void rate_control_free(struct rate_control_ref *ctrl_ref) in rate_control_free()
834 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate()
900 struct rate_control_ref *ref; in ieee80211_init_rate_ctrl_alg()
931 struct rate_control_ref *ref; in rate_control_deinitialize()
Dsta_info.h399 struct rate_control_ref *rate_ctrl;
Dieee80211_i.h1207 struct rate_control_ref *rate_ctrl;
Dsta_info.c1863 struct rate_control_ref *ref = NULL; in sta_set_sinfo()