Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_AMPDU (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c222 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_AMPDU); in iwl_mvm_set_tx_cmd()
799 if (WARN_ON_ONCE(info.flags & IEEE80211_TX_CTL_AMPDU)) in iwl_mvm_tx_skb_non_sta()
1052 if ((info->flags & IEEE80211_TX_CTL_AMPDU && in iwl_mvm_tx_tso()
1069 if (info->flags & IEEE80211_TX_CTL_AMPDU && in iwl_mvm_txq_should_update()
1249 is_ampdu = info->flags & IEEE80211_TX_CTL_AMPDU; in iwl_mvm_tx_mpdu()
1790 if (info->flags & IEEE80211_TX_CTL_AMPDU && in iwl_mvm_rx_tx_cmd_single()
1794 info->flags &= ~IEEE80211_TX_CTL_AMPDU; in iwl_mvm_rx_tx_cmd_single()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_txrx.c145 bool ampdu = IEEE80211_SKB_CB(tx_info->skb)->flags & IEEE80211_TX_CTL_AMPDU; in mt76x02_tx_prepare_skb()
H A Dmt76x02_usb_core.c72 bool ampdu = IEEE80211_SKB_CB(tx_info->skb)->flags & IEEE80211_TX_CTL_AMPDU; in mt76x02u_tx_prepare_skb()
H A Dmt76x02_mac.c413 if ((info->flags & IEEE80211_TX_CTL_AMPDU) && sta) { in mt76x02_mac_write_txwi()
531 info->flags |= IEEE80211_TX_CTL_AMPDU | in mt76x02_mac_fill_tx_status()
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c372 if (info->flags & IEEE80211_TX_CTL_AMPDU) { in rtw_tx_data_pkt_info_update()
595 info->flags |= IEEE80211_TX_CTL_AMPDU; in rtw_txq_check_agg()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c984 if (!(info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7603_mac_write_txwi()
1134 if (ampdu || (info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7603_fill_txs()
1135 info->flags |= IEEE80211_TX_STAT_AMPDU | IEEE80211_TX_CTL_AMPDU; in mt7603_fill_txs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c802 if (!(info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7615_mac_write_txwi()
1357 if (ampdu || (info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7615_fill_txs()
1358 info->flags |= IEEE80211_TX_STAT_AMPDU | IEEE80211_TX_CTL_AMPDU; in mt7615_fill_txs()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h392 IEEE80211_TX_CTL_AMPDU = BIT(0), enumerator
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c483 if (!(IEEE80211_SKB_CB(skb)->flags & IEEE80211_TX_CTL_AMPDU)) in rtw89_core_tx_update_sec_key()
2710 IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_CTL_AMPDU; in rtw89_track_work()