Searched refs:radio_stats (Results 1 – 5 of 5) sorted by relevance
857 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()858 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()859 mvm->radio_stats.on_time_rf = le64_to_cpu(stats->on_time_rf); in iwl_mvm_handle_rx_statistics_tlv()860 mvm->radio_stats.on_time_scan = in iwl_mvm_handle_rx_statistics_tlv()882 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()883 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()884 mvm->radio_stats.on_time_rf = le64_to_cpu(stats->on_time_rf); in iwl_mvm_handle_rx_statistics_tlv()885 mvm->radio_stats.on_time_scan = in iwl_mvm_handle_rx_statistics_tlv()949 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics()951 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics()[all …]
404 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_accu_radio_stats()405 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()406 mvm->accu_radio_stats.on_time_rf += mvm->radio_stats.on_time_rf; in iwl_mvm_accu_radio_stats()407 mvm->accu_radio_stats.on_time_scan += mvm->radio_stats.on_time_scan; in iwl_mvm_accu_radio_stats()
5730 mvm->radio_stats.on_time_rf; in iwl_mvm_mac_get_survey()5734 mvm->radio_stats.rx_time; in iwl_mvm_mac_get_survey()5738 mvm->radio_stats.tx_time; in iwl_mvm_mac_get_survey()5742 mvm->radio_stats.on_time_scan; in iwl_mvm_mac_get_survey()
892 } radio_stats, accu_radio_stats; member
10629 bool radio_stats; in nl80211_dump_survey() 10644 radio_stats = attrbuf[NL80211_ATTR_SURVEY_RADIO_STATS]; in nl80211_dump_survey() 10675 wdev->netdev, radio_stats, &survey) < 0) in nl80211_dump_survey() 10624 bool radio_stats; nl80211_dump_survey() local