Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Drate.h22 struct rate_control_ref { struct
32 struct rate_control_ref *rate_control_get(struct rate_control_ref *ref); argument
33 void rate_control_put(struct rate_control_ref *ref);
40 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status()
54 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init()
72 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update()
81 static inline void *rate_control_alloc_sta(struct rate_control_ref *ref, in rate_control_alloc_sta()
90 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_free_sta()
100 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_add_sta_debugfs()
110 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_remove_sta_debugfs()
Drate.c138 struct rate_control_ref *ref = file->private_data; in rcname_read()
152 static struct rate_control_ref *rate_control_alloc(const char *name, in rate_control_alloc()
156 struct rate_control_ref *ref; in rate_control_alloc()
158 ref = kmalloc(sizeof(struct rate_control_ref), GFP_KERNEL); in rate_control_alloc()
188 struct rate_control_ref *ctrl_ref; in rate_control_release()
190 ctrl_ref = container_of(kref, struct rate_control_ref, kref); in rate_control_release()
302 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate()
356 struct rate_control_ref *rate_control_get(struct rate_control_ref *ref) in rate_control_get()
362 void rate_control_put(struct rate_control_ref *ref) in rate_control_put()
370 struct rate_control_ref *ref, *old; in ieee80211_init_rate_ctrl_alg()
[all …]
Dsta_info.h268 struct rate_control_ref *rate_ctrl;
Dieee80211_i.h810 struct rate_control_ref *rate_ctrl;