Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c713 struct ath11k_bp_stats *bp_stats, in ath11k_fill_bp_stats() argument
719 bp_stats->count); in ath11k_fill_bp_stats()
721 bp_stats->hp); in ath11k_fill_bp_stats()
723 bp_stats->tp); in ath11k_fill_bp_stats()
725 jiffies_to_msecs(jiffies - bp_stats->jiffies)); in ath11k_fill_bp_stats()
732 struct ath11k_bp_stats *bp_stats; in ath11k_debugfs_dump_soc_ring_bp_stats() local
742 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[i]; in ath11k_debugfs_dump_soc_ring_bp_stats()
744 if (!bp_stats->count) in ath11k_debugfs_dump_soc_ring_bp_stats()
749 len = ath11k_fill_bp_stats(ab, bp_stats, buf, len, size); in ath11k_debugfs_dump_soc_ring_bp_stats()
755 bp_stats = in ath11k_debugfs_dump_soc_ring_bp_stats()
[all …]
H A Ddp_rx.c1645 struct ath11k_bp_stats *bp_stats; in ath11k_htt_backpressure_event_handler() local
1665 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[ring_id]; in ath11k_htt_backpressure_event_handler()
1672 bp_stats = &ab->soc_stats.bp_stats.lmac_ring_bp_stats[ring_id][pdev_idx]; in ath11k_htt_backpressure_event_handler()
1680 bp_stats->hp = hp; in ath11k_htt_backpressure_event_handler()
1681 bp_stats->tp = tp; in ath11k_htt_backpressure_event_handler()
1682 bp_stats->count++; in ath11k_htt_backpressure_event_handler()
1683 bp_stats->jiffies = jiffies; in ath11k_htt_backpressure_event_handler()
H A Dcore.h876 struct ath11k_dp_ring_bp_stats bp_stats; member