Lines Matching refs:txrc
285 static bool rc_no_data_or_no_ack_use_min(struct ieee80211_tx_rate_control *txrc) in rc_no_data_or_no_ack_use_min() argument
287 struct sk_buff *skb = txrc->skb; in rc_no_data_or_no_ack_use_min()
365 struct ieee80211_tx_rate_control *txrc) in rate_control_send_low() argument
367 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(txrc->skb); in rate_control_send_low()
368 struct ieee80211_supported_band *sband = txrc->sband; in rate_control_send_low()
373 if (!pubsta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low()
374 __rate_control_send_low(txrc->hw, sband, pubsta, info, in rate_control_send_low()
375 txrc->rate_idx_mask); in rate_control_send_low()
377 if (!pubsta && txrc->bss) { in rate_control_send_low()
378 mcast_rate = txrc->bss_conf->mcast_rate[sband->band]; in rate_control_send_low()
392 txrc->bss_conf->basic_rates, in rate_control_send_low()
873 struct ieee80211_tx_rate_control *txrc) in rate_control_get_rate() argument
878 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(txrc->skb); in rate_control_get_rate()
887 if (rate_control_send_low(sta ? &sta->sta : NULL, txrc)) in rate_control_get_rate()
900 ref->ops->get_rate(ref->priv, ista, priv_sta, txrc); in rate_control_get_rate()
903 rate_control_send_low(NULL, txrc); in rate_control_get_rate()
909 ieee80211_get_tx_rates(&sdata->vif, ista, txrc->skb, in rate_control_get_rate()