Searched refs:cached_stats (Results 1 – 2 of 2) sorted by relevance
403 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_cache_peer_stats()419 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_update_txcompl()573 ar->cached_stats.is_ampdu = true; in ath11k_dp_tx_complete_msdu()575 memset(&ar->cached_stats, 0, in ath11k_dp_tx_complete_msdu()578 ar->cached_stats.is_ampdu = false; in ath11k_dp_tx_complete_msdu()580 memset(&ar->cached_stats, 0, in ath11k_dp_tx_complete_msdu()
697 struct ath11k_per_peer_tx_stats cached_stats; member