Home
last modified time | relevance | path

Searched refs:is_ampdu (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c1384 bool is_ampdu; in dma_txfast() local
1395 is_ampdu = tx_info->flags & IEEE80211_TX_CTL_AMPDU; in dma_txfast()
1396 if (is_ampdu) in dma_txfast()
1405 if (is_ampdu) { in dma_txfast()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c612 ar->cached_stats.is_ampdu = true; in ath11k_dp_tx_complete_msdu()
617 ar->cached_stats.is_ampdu = false; in ath11k_dp_tx_complete_msdu()
H A Dcore.h638 bool is_ampdu; member
H A Ddebugfs_sta.c67 if (peer_stats->is_ampdu) { in ath11k_debugfs_sta_add_tx_stats()
H A Ddp_rx.c1381 bool is_ampdu = false; in ath11k_update_per_peer_tx_stats() local
1387 is_ampdu = in ath11k_update_per_peer_tx_stats()
1498 peer_stats->is_ampdu = is_ampdu; in ath11k_update_per_peer_tx_stats()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1131 bool is_ampdu = false; in iwl_mvm_tx_mpdu() local
1177 is_ampdu = info->flags & IEEE80211_TX_CTL_AMPDU; in iwl_mvm_tx_mpdu()
1178 if (WARN_ONCE(is_ampdu && in iwl_mvm_tx_mpdu()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.h266 bool is_ampdu; member
H A Dcore.h603 bool is_ampdu; member
H A Ddp_rx.c1377 bool is_ampdu = false; in ath12k_update_per_peer_tx_stats() local
1383 is_ampdu = in ath12k_update_per_peer_tx_stats()
1495 peer_stats->is_ampdu = is_ampdu; in ath12k_update_per_peer_tx_stats()
H A Ddp_mon.c2563 tx_ppdu_info->rx_status.is_ampdu = in ath12k_dp_mon_tx_parse_status_tlv()