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.c144 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
146 if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_RU_ONLY) in ath12k_tx_ru_size_to_str()
148 else if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_AND_MULTI_RU) in ath12k_tx_ru_size_to_str()
3965 u32 rc_mode, ru_type; in ath12k_htt_print_tx_per_rate_stats_tlv() local
3973 ru_type = le32_to_cpu(stats_buf->ru_type); in ath12k_htt_print_tx_per_rate_stats_tlv()
3988 if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_RU_ONLY) in ath12k_htt_print_tx_per_rate_stats_tlv()
3990 else if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_AND_MULTI_RU) in ath12k_htt_print_tx_per_rate_stats_tlv()
4001 if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_RU_ONLY) in ath12k_htt_print_tx_per_rate_stats_tlv()
4003 else if (ru_type == ATH12K_HTT_STATS_RU_TYPE_SINGLE_AND_MULTI_RU) in ath12k_htt_print_tx_per_rate_stats_tlv()
4127 ru_type != ATH12K_HTT_STATS_RU_TYPE_INVALID) { in ath12k_htt_print_tx_per_rate_stats_tlv()
[all …]
H A Ddebugfs_htt_stats.h1878 __le32 ru_type; member