Home
last modified time | relevance | path

Searched refs:bp_stats (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c692 struct ath11k_bp_stats *bp_stats, in ath11k_fill_bp_stats()
698 bp_stats->count); in ath11k_fill_bp_stats()
700 bp_stats->hp); in ath11k_fill_bp_stats()
702 bp_stats->tp); in ath11k_fill_bp_stats()
704 jiffies_to_msecs(jiffies - bp_stats->jiffies)); in ath11k_fill_bp_stats()
711 struct ath11k_bp_stats *bp_stats; in ath11k_debugfs_dump_soc_ring_bp_stats() local
721 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[i]; in ath11k_debugfs_dump_soc_ring_bp_stats()
723 if (!bp_stats->count) in ath11k_debugfs_dump_soc_ring_bp_stats()
728 len = ath11k_fill_bp_stats(ab, bp_stats, bu in ath11k_debugfs_dump_soc_ring_bp_stats()
691 ath11k_fill_bp_stats(struct ath11k_base *ab, struct ath11k_bp_stats *bp_stats, char *buf, int len, int size) ath11k_fill_bp_stats() argument
[all...]
H A Ddp_rx.c1604 struct ath11k_bp_stats *bp_stats; in ath11k_htt_backpressure_event_handler() local
1624 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[ring_id]; in ath11k_htt_backpressure_event_handler()
1631 bp_stats = &ab->soc_stats.bp_stats.lmac_ring_bp_stats[ring_id][pdev_idx]; in ath11k_htt_backpressure_event_handler()
1639 bp_stats->hp = hp; in ath11k_htt_backpressure_event_handler()
1640 bp_stats->tp = tp; in ath11k_htt_backpressure_event_handler()
1641 bp_stats->count++; in ath11k_htt_backpressure_event_handler()
1642 bp_stats->jiffies = jiffies; in ath11k_htt_backpressure_event_handler()
H A Dcore.h646 struct ath11k_dp_ring_bp_stats bp_stats; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c712 struct ath11k_bp_stats *bp_stats, in ath11k_fill_bp_stats()
718 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() local
741 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, bu in ath11k_debugfs_dump_soc_ring_bp_stats()
711 ath11k_fill_bp_stats(struct ath11k_base *ab, struct ath11k_bp_stats *bp_stats, char *buf, int len, int size) ath11k_fill_bp_stats() argument
[all...]
H A Ddp_rx.c1647 struct ath11k_bp_stats *bp_stats; in ath11k_htt_backpressure_event_handler() local
1667 bp_stats = &ab->soc_stats.bp_stats.umac_ring_bp_stats[ring_id]; in ath11k_htt_backpressure_event_handler()
1674 bp_stats = &ab->soc_stats.bp_stats.lmac_ring_bp_stats[ring_id][pdev_idx]; in ath11k_htt_backpressure_event_handler()
1682 bp_stats->hp = hp; in ath11k_htt_backpressure_event_handler()
1683 bp_stats->tp = tp; in ath11k_htt_backpressure_event_handler()
1684 bp_stats->count++; in ath11k_htt_backpressure_event_handler()
1685 bp_stats->jiffies = jiffies; in ath11k_htt_backpressure_event_handler()
H A Dcore.h827 struct ath11k_dp_ring_bp_stats bp_stats; member

Completed in 22 milliseconds