Searched refs:p_tx_stats (Results 1 – 1 of 1) sorted by relevance
2570 struct ath10k_per_peer_tx_stats *p_tx_stats = &ar->peer_tx_stats; in ath10k_htt_fetch_peer_stats() local2603 p_tx_stats->succ_bytes = __le32_to_cpu(tx_stats->succ_bytes); in ath10k_htt_fetch_peer_stats()2604 p_tx_stats->retry_bytes = __le32_to_cpu(tx_stats->retry_bytes); in ath10k_htt_fetch_peer_stats()2605 p_tx_stats->failed_bytes = in ath10k_htt_fetch_peer_stats()2607 p_tx_stats->ratecode = tx_stats->ratecode; in ath10k_htt_fetch_peer_stats()2608 p_tx_stats->flags = tx_stats->flags; in ath10k_htt_fetch_peer_stats()2609 p_tx_stats->succ_pkts = __le16_to_cpu(tx_stats->succ_pkts); in ath10k_htt_fetch_peer_stats()2610 p_tx_stats->retry_pkts = __le16_to_cpu(tx_stats->retry_pkts); in ath10k_htt_fetch_peer_stats()2611 p_tx_stats->failed_pkts = __le16_to_cpu(tx_stats->failed_pkts); in ath10k_htt_fetch_peer_stats()2613 ath10k_update_per_peer_tx_stats(ar, sta, p_tx_stats); in ath10k_htt_fetch_peer_stats()[all …]