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

/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dcore.h463 bool is_ampdu; member in struct:ath12k_per_peer_tx_stats
H A Dhal_rx.h230 bool is_ampdu; member in struct:hal_rx_mon_ppdu_info
H A Ddp_rx.c1352 bool is_ampdu = false; local
1361 is_ampdu =
1472 peer_stats->is_ampdu = is_ampdu;
H A Ddp_mon.c1665 tx_ppdu_info->rx_status.is_ampdu =
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c620 ar->cached_stats.is_ampdu = true;
625 ar->cached_stats.is_ampdu = false;
H A Dcore.h610 bool is_ampdu; member in struct:ath11k_per_peer_tx_stats
H A Ddp_rx.c1413 bool is_ampdu = false; local
1422 is_ampdu =
1533 peer_stats->is_ampdu = is_ampdu;
H A Ddebugfs_sta.c66 if (peer_stats->is_ampdu) {
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1128 bool is_ampdu = false; local
1173 is_ampdu = info->flags & IEEE80211_TX_CTL_AMPDU;
1174 if (WARN_ONCE(is_ampdu &&
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c1913 int is_ampdu, is_ampdu_tx, is_ampdu_pending; local
1997 is_ampdu = is_ampdu_tx | is_ampdu_pending;
1999 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: tid=%d, ac=%d, is_ampdu=%d\n",
2000 __func__, tid, pri, is_ampdu);

Completed in 200 milliseconds