Searched refs:bp_stats (Results 1 – 3 of 3) sorted by relevance
712 struct ath11k_bp_stats *bp_stats, in ath11k_fill_bp_stats() argument718 bp_stats->count); in ath11k_fill_bp_stats()720 bp_stats->hp); in ath11k_fill_bp_stats()722 bp_stats->tp); in ath11k_fill_bp_stats()724 jiffies_to_msecs(jiffies - bp_stats->jiffies)); in ath11k_fill_bp_stats()731 struct ath11k_bp_stats *bp_stats; in ath11k_debugfs_dump_soc_ring_bp_stats() local741 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[i]; in ath11k_debugfs_dump_soc_ring_bp_stats()743 if (!bp_stats->count) in ath11k_debugfs_dump_soc_ring_bp_stats()748 len = ath11k_fill_bp_stats(ab, bp_stats, buf, len, size); in ath11k_debugfs_dump_soc_ring_bp_stats()754 bp_stats = in ath11k_debugfs_dump_soc_ring_bp_stats()[all …]
1641 struct ath11k_bp_stats *bp_stats; in ath11k_htt_backpressure_event_handler() local1661 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[ring_id]; in ath11k_htt_backpressure_event_handler()1668 bp_stats = &ab->soc_stats.bp_stats.lmac_ring_bp_stats[ring_id][pdev_idx]; in ath11k_htt_backpressure_event_handler()1676 bp_stats->hp = hp; in ath11k_htt_backpressure_event_handler()1677 bp_stats->tp = tp; in ath11k_htt_backpressure_event_handler()1678 bp_stats->count++; in ath11k_htt_backpressure_event_handler()1679 bp_stats->jiffies = jiffies; in ath11k_htt_backpressure_event_handler()
813 struct ath11k_dp_ring_bp_stats bp_stats; member