Searched refs:htt_buf (Results 1 – 1 of 1) sorted by relevance
712 const struct ath12k_htt_hw_stats_pdev_errs_tlv *htt_buf = tag_buf; in ath12k_htt_print_hw_stats_pdev_errs_tlv() local718 if (tag_len < sizeof(*htt_buf)) in ath12k_htt_print_hw_stats_pdev_errs_tlv()721 mac_id_word = le32_to_cpu(htt_buf->mac_id__word); in ath12k_htt_print_hw_stats_pdev_errs_tlv()727 le32_to_cpu(htt_buf->tx_abort)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()729 le32_to_cpu(htt_buf->tx_abort_fail_count)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()731 le32_to_cpu(htt_buf->rx_abort)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()733 le32_to_cpu(htt_buf->rx_abort_fail_count)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()735 le32_to_cpu(htt_buf->rx_flush_cnt)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()737 le32_to_cpu(htt_buf->warm_reset)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()739 le32_to_cpu(htt_buf->cold_reset)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()[all …]