Searched refs: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 priv_sta);
84 void *priv_sta = sta->rate_ctrl_priv; local
97 ista, priv_sta, changed);
114 void *priv_sta = sta->rate_ctrl_priv; local
116 ref->ops->free_sta(ref->priv, ista, priv_sta);
H A Drc80211_minstrel_debugfs.c135 minstrel_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) argument
137 struct minstrel_sta_info *mi = priv_sta;
144 minstrel_remove_sta_debugfs(void *priv, void *priv_sta) argument
146 struct minstrel_sta_info *mi = priv_sta;
H A Drc80211_minstrel_ht.h99 void minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
100 void minstrel_ht_remove_sta_debugfs(void *priv, void *priv_sta);
H A Drc80211_minstrel_ht_debugfs.c136 minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) argument
138 struct minstrel_ht_sta_priv *msp = priv_sta;
145 minstrel_ht_remove_sta_debugfs(void *priv, void *priv_sta) argument
147 struct minstrel_ht_sta_priv *msp = priv_sta;
H A Drc80211_minstrel.h132 void minstrel_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
133 void minstrel_remove_sta_debugfs(void *priv, void *priv_sta);
H A Drc80211_minstrel.c225 struct ieee80211_sta *sta, void *priv_sta,
229 struct minstrel_sta_info *mi = priv_sta;
294 void *priv_sta, struct ieee80211_tx_rate_control *txrc)
298 struct minstrel_sta_info *mi = priv_sta;
309 if (rate_control_send_low(sta, priv_sta, txrc))
441 struct ieee80211_sta *sta, void *priv_sta)
443 struct minstrel_sta_info *mi = priv_sta;
568 minstrel_free_sta(void *priv, struct ieee80211_sta *sta, void *priv_sta) argument
570 struct minstrel_sta_info *mi = priv_sta;
664 static u32 minstrel_get_expected_throughput(void *priv_sta) argument
224 minstrel_tx_status(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, struct sk_buff *skb) argument
293 minstrel_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) argument
439 minstrel_rate_init(void *priv, struct ieee80211_supported_band *sband, struct cfg80211_chan_def *chandef, struct ieee80211_sta *sta, void *priv_sta) argument
[all...]
H A Drc80211_minstrel_ht.c565 struct ieee80211_sta *sta, void *priv_sta,
568 struct minstrel_ht_sta_priv *msp = priv_sta;
866 minstrel_ht_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, argument
872 struct minstrel_ht_sta_priv *msp = priv_sta;
877 if (rate_control_send_low(sta, priv_sta, txrc))
955 struct ieee80211_sta *sta, void *priv_sta)
958 struct minstrel_ht_sta_priv *msp = priv_sta;
1058 struct ieee80211_sta *sta, void *priv_sta)
1060 minstrel_ht_update_caps(priv, sband, chandef, sta, priv_sta);
1066 struct ieee80211_sta *sta, void *priv_sta,
564 minstrel_ht_tx_status(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, struct sk_buff *skb) argument
953 minstrel_ht_update_caps(void *priv, struct ieee80211_supported_band *sband, struct cfg80211_chan_def *chandef, struct ieee80211_sta *sta, void *priv_sta) argument
1056 minstrel_ht_rate_init(void *priv, struct ieee80211_supported_band *sband, struct cfg80211_chan_def *chandef, struct ieee80211_sta *sta, void *priv_sta) argument
1064 minstrel_ht_rate_update(void *priv, struct ieee80211_supported_band *sband, struct cfg80211_chan_def *chandef, struct ieee80211_sta *sta, void *priv_sta, u32 changed) argument
1110 minstrel_ht_free_sta(void *priv, struct ieee80211_sta *sta, void *priv_sta) argument
1131 minstrel_ht_get_expected_throughput(void *priv_sta) argument
[all...]
H A Drate.c260 void *priv_sta,
269 if (!pubsta || !priv_sta || rc_no_data_or_no_ack_use_min(txrc)) {
666 void *priv_sta = NULL; local
673 priv_sta = sta->rate_ctrl_priv;
685 ref->ops->get_rate(ref->priv, ista, priv_sta, txrc);
259 rate_control_send_low(struct ieee80211_sta *pubsta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) argument

Completed in 49 milliseconds