Searched refs:htt_buf (Results 1 – 1 of 1) sorted by relevance
603 const struct ath12k_htt_hw_stats_pdev_errs_tlv *htt_buf = tag_buf; in ath12k_htt_print_hw_stats_pdev_errs_tlv() local609 if (tag_len < sizeof(*htt_buf)) in ath12k_htt_print_hw_stats_pdev_errs_tlv()612 mac_id_word = le32_to_cpu(htt_buf->mac_id__word); in ath12k_htt_print_hw_stats_pdev_errs_tlv()618 le32_to_cpu(htt_buf->tx_abort)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()620 le32_to_cpu(htt_buf->tx_abort_fail_count)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()622 le32_to_cpu(htt_buf->rx_abort)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()624 le32_to_cpu(htt_buf->rx_abort_fail_count)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()626 le32_to_cpu(htt_buf->rx_flush_cnt)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()628 le32_to_cpu(htt_buf->warm_reset)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()630 le32_to_cpu(htt_buf->cold_reset)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()[all …]