Searched refs:soc_stats (Results 1 – 5 of 5) sorted by relevance
721 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[i]; in ath11k_debugfs_dump_soc_ring_bp_stats()735 &ab->soc_stats.bp_stats.lmac_ring_bp_stats[i][pdev_idx]; in ath11k_debugfs_dump_soc_ring_bp_stats()762 struct ath11k_soc_dp_stats *soc_stats = &ab->soc_stats; in ath11k_debugfs_dump_soc_dp_stats() local785 soc_stats->err_ring_pkts); in ath11k_debugfs_dump_soc_dp_stats()787 soc_stats->invalid_rbm); in ath11k_debugfs_dump_soc_dp_stats()791 rxdma_err[i], soc_stats->rxdma_error[i]); in ath11k_debugfs_dump_soc_dp_stats()796 reo_err[i], soc_stats->reo_error[i]); in ath11k_debugfs_dump_soc_dp_stats()801 soc_stats->hal_reo_error[0], in ath11k_debugfs_dump_soc_dp_stats()802 soc_stats->hal_reo_error[1], in ath11k_debugfs_dump_soc_dp_stats()803 soc_stats->hal_reo_error[2], in ath11k_debugfs_dump_soc_dp_stats()[all …]
135 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx()203 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx()209 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx()233 ab->soc_stats.tx_err.desc_na[ti.ring_id]++; in ath11k_dp_tx()
1618 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[ring_id]; in ath11k_htt_backpressure_event_handler()1625 bp_stats = &ab->soc_stats.bp_stats.lmac_ring_bp_stats[ring_id][pdev_idx]; in ath11k_htt_backpressure_event_handler()2594 ab->soc_stats.hal_reo_error[dp->reo_dst_ring[ring_id].ring_id]++; in ath11k_dp_process_rx()3650 ab->soc_stats.err_ring_pkts++; in ath11k_dp_process_rx_err()3664 ab->soc_stats.invalid_rbm++; in ath11k_dp_process_rx_err()3817 ar->ab->soc_stats.reo_error[rxcb->err_code]++; in ath11k_dp_rx_h_reo_err()3872 ar->ab->soc_stats.rxdma_error[rxcb->err_code]++; in ath11k_dp_rx_h_rxdma_err()4082 ab->soc_stats.rxdma_error[rxdma_err_code]++; in ath11k_dp_process_rxdma_err()
333 ab->soc_stats.reo_error[err_code]++; in ath11k_hal_desc_reo_parse_err()376 ab->soc_stats.invalid_rbm++; in ath11k_hal_wbm_desc_parse_err()
717 struct ath11k_soc_dp_stats soc_stats; member