Lines Matching refs:txi
1521 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in mac80211_hwsim_tx() local
1536 } else if (txi->hw_queue == 4) { in mac80211_hwsim_tx()
1539 chanctx_conf = rcu_dereference(txi->control.vif->chanctx_conf); in mac80211_hwsim_tx()
1546 if (WARN(!channel, "TX w/o channel - queue = %d\n", txi->hw_queue)) { in mac80211_hwsim_tx()
1557 if (txi->control.vif) in mac80211_hwsim_tx()
1558 hwsim_check_magic(txi->control.vif); in mac80211_hwsim_tx()
1563 ieee80211_get_tx_rates(txi->control.vif, control->sta, skb, in mac80211_hwsim_tx()
1564 txi->control.rates, in mac80211_hwsim_tx()
1565 ARRAY_SIZE(txi->control.rates)); in mac80211_hwsim_tx()
1577 txrate = ieee80211_get_tx_rate(hw, txi); in mac80211_hwsim_tx()
1602 ieee80211_tx_info_clear_status(txi); in mac80211_hwsim_tx()
1605 txi->control.rates[0].count = 1; in mac80211_hwsim_tx()
1606 txi->control.rates[1].idx = -1; in mac80211_hwsim_tx()
1608 if (!(txi->flags & IEEE80211_TX_CTL_NO_ACK) && ack) in mac80211_hwsim_tx()
1609 txi->flags |= IEEE80211_TX_STAT_ACK; in mac80211_hwsim_tx()
1694 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in mac80211_hwsim_tx_frame() local
1695 ieee80211_get_tx_rates(txi->control.vif, NULL, skb, in mac80211_hwsim_tx_frame()
1696 txi->control.rates, in mac80211_hwsim_tx_frame()
1697 ARRAY_SIZE(txi->control.rates)); in mac80211_hwsim_tx_frame()
3469 struct ieee80211_tx_info *txi; in hwsim_tx_info_frame_received_nl() local
3506 txi = IEEE80211_SKB_CB(skb); in hwsim_tx_info_frame_received_nl()
3507 skb_cookie = (u64)(uintptr_t)txi->rate_driver_data[0]; in hwsim_tx_info_frame_received_nl()
3527 txi = IEEE80211_SKB_CB(skb); in hwsim_tx_info_frame_received_nl()
3529 ieee80211_tx_info_clear_status(txi); in hwsim_tx_info_frame_received_nl()
3532 txi->status.rates[i].idx = tx_attempts[i].idx; in hwsim_tx_info_frame_received_nl()
3533 txi->status.rates[i].count = tx_attempts[i].count; in hwsim_tx_info_frame_received_nl()
3536 txi->status.ack_signal = nla_get_u32(info->attrs[HWSIM_ATTR_SIGNAL]); in hwsim_tx_info_frame_received_nl()
3545 txi->flags |= IEEE80211_TX_STAT_ACK; in hwsim_tx_info_frame_received_nl()