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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_rate.h64 struct rate_control_ref { struct
75 struct rate_control_ref *rate_control_alloc(const char *name,
77 struct rate_control_ref *rate_control_get(struct rate_control_ref *ref);
78 void rate_control_put(struct rate_control_ref *ref);
85 struct rate_control_ref *ref = local->rate_ctrl;
94 struct rate_control_ref *ref = local->rate_ctrl;
102 struct rate_control_ref *ref = sta->rate_ctrl;
109 struct rate_control_ref *ref = local->rate_ctrl;
113 static inline void *rate_control_alloc_sta(struct rate_control_ref *re
[all...]
H A Dieee80211_rate.c96 struct rate_control_ref *rate_control_alloc(const char *name,
99 struct rate_control_ref *ref;
101 ref = kmalloc(sizeof(struct rate_control_ref), GFP_KERNEL);
123 struct rate_control_ref *ctrl_ref;
125 ctrl_ref = container_of(kref, struct rate_control_ref, kref);
131 struct rate_control_ref *rate_control_get(struct rate_control_ref *ref)
137 void rate_control_put(struct rate_control_ref *ref)
H A Dsta_info.h74 struct rate_control_ref *rate_ctrl;
H A Dieee80211_i.h427 struct rate_control_ref *rate_ctrl;
H A Dieee80211.c4537 struct rate_control_ref *ref, *old;
4568 struct rate_control_ref *ref;

Completed in 153 milliseconds