Searched refs:tx_legacy_ofdm_rate (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | debugfs_htt_stats.c | 3307 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[0])); in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv() 3309 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[1]), in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv() 3310 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[2])); in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv() 3312 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[3])); in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv() 3314 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[4]), in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv() 3315 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[5])); in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv() 3317 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[6]), in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv() 3318 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[7])); in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv() 4569 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[0]), in ath12k_htt_print_tx_pdev_rate_stats_tlv() 4570 le32_to_cpu(htt_stats_buf->tx_legacy_ofdm_rate[ in ath12k_htt_print_tx_pdev_rate_stats_tlv() [all...] |
H A D | debugfs_htt_stats.h | 459 __le32 tx_legacy_ofdm_rate[ATH12K_HTT_TX_PDEV_STATS_NUM_LEGACY_OFDM_STATS]; member 1520 __le32 tx_legacy_ofdm_rate[ATH12K_HTT_TX_PDEV_STATS_NUM_LEGACY_OFDM_STATS]; member
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.c | 2794 htt_stats_buf->tx_legacy_ofdm_rate[0], in htt_print_tx_pdev_rate_stats_tlv() 2795 htt_stats_buf->tx_legacy_ofdm_rate[1], in htt_print_tx_pdev_rate_stats_tlv() 2796 htt_stats_buf->tx_legacy_ofdm_rate[2], in htt_print_tx_pdev_rate_stats_tlv() 2797 htt_stats_buf->tx_legacy_ofdm_rate[3], in htt_print_tx_pdev_rate_stats_tlv() 2798 htt_stats_buf->tx_legacy_ofdm_rate[4], in htt_print_tx_pdev_rate_stats_tlv() 2799 htt_stats_buf->tx_legacy_ofdm_rate[5], in htt_print_tx_pdev_rate_stats_tlv() 2800 htt_stats_buf->tx_legacy_ofdm_rate[6], in htt_print_tx_pdev_rate_stats_tlv() 2801 htt_stats_buf->tx_legacy_ofdm_rate[7]); in htt_print_tx_pdev_rate_stats_tlv()
|
H A D | debugfs_htt_stats.h | 1289 u32 tx_legacy_ofdm_rate[HTT_TX_PDEV_STATS_NUM_LEGACY_OFDM_STATS]; member
|