Home
last modified time | relevance | path

Searched refs:ru_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.c144 if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_RU_ONLY) in ath12k_tx_ru_size_to_str()
146 else if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_AND_MULTI_RU) in ath12k_tx_ru_size_to_str()
3963 u32 rc_mode, ru_type; in ath12k_htt_print_tx_per_rate_stats_tlv() local
3971 ru_type = le32_to_cpu(stats_buf->ru_type); in ath12k_htt_print_tx_per_rate_stats_tlv()
3986 if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_RU_ONLY) in ath12k_htt_print_tx_per_rate_stats_tlv()
3999 if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_RU_ONLY) in ath12k_htt_print_tx_per_rate_stats_tlv()
4125 ru_type != ATH12K_HTT_STATS_RU_TYPE_INVALID) { in ath12k_htt_print_tx_per_rate_stats_tlv()
4136 ath12k_tx_ru_size_to_str(ru_type, i), in ath12k_htt_print_tx_per_rate_stats_tlv()
4148 ath12k_tx_ru_size_to_str(ru_type, i), in ath12k_htt_print_tx_per_rate_stats_tlv()
4156 ath12k_tx_ru_size_to_str(ru_type, i), in ath12k_htt_print_tx_per_rate_stats_tlv()
[all …]
H A Ddebugfs_htt_stats.h1843 __le32 ru_type; member