Home
last modified time | relevance | path

Searched refs:soc_stats (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c622 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[i]; in ath11k_debugfs_dump_soc_ring_bp_stats()
636 &ab->soc_stats.bp_stats.lmac_ring_bp_stats[i][pdev_idx]; in ath11k_debugfs_dump_soc_ring_bp_stats()
663 struct ath11k_soc_dp_stats *soc_stats = &ab->soc_stats; in ath11k_debugfs_dump_soc_dp_stats() local
686 soc_stats->err_ring_pkts); in ath11k_debugfs_dump_soc_dp_stats()
688 soc_stats->invalid_rbm); in ath11k_debugfs_dump_soc_dp_stats()
692 rxdma_err[i], soc_stats->rxdma_error[i]); in ath11k_debugfs_dump_soc_dp_stats()
697 reo_err[i], soc_stats->reo_error[i]); in ath11k_debugfs_dump_soc_dp_stats()
702 soc_stats->hal_reo_error[0], in ath11k_debugfs_dump_soc_dp_stats()
703 soc_stats->hal_reo_error[1], in ath11k_debugfs_dump_soc_dp_stats()
704 soc_stats->hal_reo_error[2], in ath11k_debugfs_dump_soc_dp_stats()
[all …]
H A Ddp_tx.c131 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx()
208 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx()
214 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx()
238 ab->soc_stats.tx_err.desc_na[ti.ring_id]++; in ath11k_dp_tx()
H A Dcore.h997 struct ath11k_soc_dp_stats soc_stats; member