Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Drate.h22 struct rate_control_ref { struct
37 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status() argument
57 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status_noskb()
73 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init()
104 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update()
125 static inline void *rate_control_alloc_sta(struct rate_control_ref *ref, in rate_control_alloc_sta()
134 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_free_sta()
144 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_add_sta_debugfs()
154 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_remove_sta_debugfs()
Drate.c129 struct rate_control_ref *ref = file->private_data; in rcname_read()
143 static struct rate_control_ref *rate_control_alloc(const char *name, in rate_control_alloc()
147 struct rate_control_ref *ref; in rate_control_alloc()
149 ref = kmalloc(sizeof(struct rate_control_ref), GFP_KERNEL); in rate_control_alloc()
173 static void rate_control_free(struct rate_control_ref *ctrl_ref) in rate_control_free()
666 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate()
723 struct rate_control_ref *ref; in ieee80211_init_rate_ctrl_alg()
754 struct rate_control_ref *ref; in rate_control_deinitialize()
Dsta_info.h353 struct rate_control_ref *rate_ctrl;
Dieee80211_i.h1214 struct rate_control_ref *rate_ctrl;
Dsta_info.c1801 struct rate_control_ref *ref = NULL; in sta_set_sinfo()