Searched defs:priv_sta (Results 1 - 8 of 8) sorted by relevance

/net/mac80211/
H A Drate.h39 void *priv_sta = sta->rate_ctrl_priv; local
44 ref->ops->tx_status(ref->priv, sband, ista, priv_sta, skb);
53 void *priv_sta = sta->rate_ctrl_priv; local
73 ref->ops->rate_init(ref->priv, sband, ista, priv_sta);
83 void *priv_sta = sta->rate_ctrl_priv; local
87 priv_sta, changed);
102 void *priv_sta = sta->rate_ctrl_priv; local
104 ref->ops->free_sta(ref->priv, ista, priv_sta);
H A Drc80211_minstrel_debugfs.c132 minstrel_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) argument
134 struct minstrel_sta_info *mi = priv_sta;
141 minstrel_remove_sta_debugfs(void *priv, void *priv_sta) argument
143 struct minstrel_sta_info *mi = priv_sta;
H A Drc80211_minstrel_ht_debugfs.c132 minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) argument
134 struct minstrel_ht_sta_priv *msp = priv_sta;
141 minstrel_ht_remove_sta_debugfs(void *priv, void *priv_sta) argument
143 struct minstrel_ht_sta_priv *msp = priv_sta;
H A Drc80211_pid_algo.c220 struct ieee80211_sta *sta, void *priv_sta,
224 struct rc_pid_sta_info *spinfo = priv_sta;
261 void *priv_sta,
267 struct rc_pid_sta_info *spinfo = priv_sta;
278 if (rate_control_send_low(sta, priv_sta, txrc))
296 struct ieee80211_sta *sta, void *priv_sta)
298 struct rc_pid_sta_info *spinfo = priv_sta;
449 void *priv_sta)
451 kfree(priv_sta);
219 rate_control_pid_tx_status(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, struct sk_buff *skb) argument
260 rate_control_pid_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) argument
295 rate_control_pid_rate_init(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta) argument
448 rate_control_pid_free_sta(void *priv, struct ieee80211_sta *sta, void *priv_sta) argument
H A Drc80211_pid_debugfs.c213 void rate_control_pid_add_sta_debugfs(void *priv, void *priv_sta, argument
216 struct rc_pid_sta_info *spinfo = priv_sta;
223 void rate_control_pid_remove_sta_debugfs(void *priv, void *priv_sta) argument
225 struct rc_pid_sta_info *spinfo = priv_sta;
H A Drate.c276 void *priv_sta,
283 if (!sta || !priv_sta || rc_no_data_or_no_ack_use_min(txrc)) {
658 void *priv_sta = NULL; local
665 priv_sta = sta->rate_ctrl_priv;
677 ref->ops->get_rate(ref->priv, ista, priv_sta, txrc);
275 rate_control_send_low(struct ieee80211_sta *sta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) argument
H A Drc80211_minstrel.c214 struct ieee80211_sta *sta, void *priv_sta,
218 struct minstrel_sta_info *mi = priv_sta;
283 void *priv_sta, struct ieee80211_tx_rate_control *txrc)
287 struct minstrel_sta_info *mi = priv_sta;
298 if (rate_control_send_low(sta, priv_sta, txrc))
420 struct ieee80211_sta *sta, void *priv_sta)
422 struct minstrel_sta_info *mi = priv_sta;
535 minstrel_free_sta(void *priv, struct ieee80211_sta *sta, void *priv_sta) argument
537 struct minstrel_sta_info *mi = priv_sta;
213 minstrel_tx_status(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, struct sk_buff *skb) argument
282 minstrel_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) argument
419 minstrel_rate_init(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta) argument
H A Drc80211_minstrel_ht.c462 struct ieee80211_sta *sta, void *priv_sta,
465 struct minstrel_ht_sta_priv *msp = priv_sta;
757 minstrel_ht_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, argument
763 struct minstrel_ht_sta_priv *msp = priv_sta;
768 if (rate_control_send_low(sta, priv_sta, txrc))
839 struct ieee80211_sta *sta, void *priv_sta)
842 struct minstrel_ht_sta_priv *msp = priv_sta;
939 struct ieee80211_sta *sta, void *priv_sta)
941 minstrel_ht_update_caps(priv, sband, sta, priv_sta);
946 struct ieee80211_sta *sta, void *priv_sta,
461 minstrel_ht_tx_status(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, struct sk_buff *skb) argument
838 minstrel_ht_update_caps(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta) argument
938 minstrel_ht_rate_init(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta) argument
945 minstrel_ht_rate_update(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, u32 changed) argument
990 minstrel_ht_free_sta(void *priv, struct ieee80211_sta *sta, void *priv_sta) argument
[all...]

Completed in 65 milliseconds