Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.c142 ath12k_tx_ru_size_to_str(enum ath12k_htt_stats_ru_type ru_type, u8 ru_size) in ath12k_tx_ru_size_to_str() argument
144 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()
3988 else if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_AND_MULTI_RU) 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()
4001 else if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_AND_MULTI_RU) 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()
[all …]
H A Ddebugfs_htt_stats.h1872 __le32 ru_type; member