• Home
  • Raw
  • Download

Lines Matching full:txi

1527 	struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb);  in mac80211_hwsim_tx()  local
1542 } else if (txi->hw_queue == 4) { in mac80211_hwsim_tx()
1545 chanctx_conf = rcu_dereference(txi->control.vif->chanctx_conf); in mac80211_hwsim_tx()
1552 if (WARN(!channel, "TX w/o channel - queue = %d\n", txi->hw_queue)) { in mac80211_hwsim_tx()
1563 if (txi->control.vif) in mac80211_hwsim_tx()
1564 hwsim_check_magic(txi->control.vif); in mac80211_hwsim_tx()
1569 ieee80211_get_tx_rates(txi->control.vif, control->sta, skb, in mac80211_hwsim_tx()
1570 txi->control.rates, in mac80211_hwsim_tx()
1571 ARRAY_SIZE(txi->control.rates)); in mac80211_hwsim_tx()
1583 txrate = ieee80211_get_tx_rate(hw, txi); in mac80211_hwsim_tx()
1608 ieee80211_tx_info_clear_status(txi); in mac80211_hwsim_tx()
1611 txi->control.rates[0].count = 1; in mac80211_hwsim_tx()
1612 txi->control.rates[1].idx = -1; in mac80211_hwsim_tx()
1614 if (!(txi->flags & IEEE80211_TX_CTL_NO_ACK) && ack) in mac80211_hwsim_tx()
1615 txi->flags |= IEEE80211_TX_STAT_ACK; in mac80211_hwsim_tx()
1705 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in mac80211_hwsim_tx_frame() local
1706 ieee80211_get_tx_rates(txi->control.vif, NULL, skb, in mac80211_hwsim_tx_frame()
1707 txi->control.rates, in mac80211_hwsim_tx_frame()
1708 ARRAY_SIZE(txi->control.rates)); in mac80211_hwsim_tx_frame()
3508 struct ieee80211_tx_info *txi; in hwsim_tx_info_frame_received_nl() local
3547 txi = IEEE80211_SKB_CB(skb); in hwsim_tx_info_frame_received_nl()
3548 skb_cookie = (uintptr_t)txi->rate_driver_data[0]; in hwsim_tx_info_frame_received_nl()
3569 txi = IEEE80211_SKB_CB(skb); in hwsim_tx_info_frame_received_nl()
3571 ieee80211_tx_info_clear_status(txi); in hwsim_tx_info_frame_received_nl()
3574 txi->status.rates[i].idx = tx_attempts[i].idx; in hwsim_tx_info_frame_received_nl()
3575 txi->status.rates[i].count = tx_attempts[i].count; in hwsim_tx_info_frame_received_nl()
3578 txi->status.ack_signal = nla_get_u32(info->attrs[HWSIM_ATTR_SIGNAL]); in hwsim_tx_info_frame_received_nl()
3587 txi->flags |= IEEE80211_TX_STAT_ACK; in hwsim_tx_info_frame_received_nl()
3591 txi->flags |= IEEE80211_TX_STAT_NOACK_TRANSMITTED; in hwsim_tx_info_frame_received_nl()