Searched refs:htt_buf (Results 1 – 1 of 1) sorted by relevance
651 const struct ath12k_htt_hw_stats_pdev_errs_tlv *htt_buf = tag_buf; in ath12k_htt_print_hw_stats_pdev_errs_tlv() local657 if (tag_len < sizeof(*htt_buf)) in ath12k_htt_print_hw_stats_pdev_errs_tlv()660 mac_id_word = le32_to_cpu(htt_buf->mac_id__word); in ath12k_htt_print_hw_stats_pdev_errs_tlv()666 le32_to_cpu(htt_buf->tx_abort)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()668 le32_to_cpu(htt_buf->tx_abort_fail_count)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()670 le32_to_cpu(htt_buf->rx_abort)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()672 le32_to_cpu(htt_buf->rx_abort_fail_count)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()674 le32_to_cpu(htt_buf->rx_flush_cnt)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()676 le32_to_cpu(htt_buf->warm_reset)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()678 le32_to_cpu(htt_buf->cold_reset)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()[all …]