Searched refs:radio_stats (Results 1 – 5 of 5) sorted by relevance
982 mvm->radio_stats.rx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats()983 mvm->radio_stats.tx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats()985 mvm->radio_stats.rx_time += in iwl_mvm_handle_rx_system_oper_part1_stats()987 mvm->radio_stats.tx_time += in iwl_mvm_handle_rx_system_oper_part1_stats()1018 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()1019 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()1020 mvm->radio_stats.on_time_rf = le64_to_cpu(stats->on_time_rf); in iwl_mvm_handle_rx_statistics_tlv()1021 mvm->radio_stats.on_time_scan = in iwl_mvm_handle_rx_statistics_tlv()1043 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()1044 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()[all …]
502 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_accu_radio_stats()503 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()504 mvm->accu_radio_stats.on_time_rf += mvm->radio_stats.on_time_rf; in iwl_mvm_accu_radio_stats()505 mvm->accu_radio_stats.on_time_scan += mvm->radio_stats.on_time_scan; in iwl_mvm_accu_radio_stats()
5862 mvm->radio_stats.rx_time; in iwl_mvm_mac_get_survey()5866 mvm->radio_stats.tx_time; in iwl_mvm_mac_get_survey()5876 mvm->radio_stats.on_time_rf; in iwl_mvm_mac_get_survey()5880 mvm->radio_stats.on_time_scan; in iwl_mvm_mac_get_survey()
965 } radio_stats, accu_radio_stats; member
12706 bool radio_stats; in nl80211_dump_survey() local12721 radio_stats = attrbuf[NL80211_ATTR_SURVEY_RADIO_STATS]; in nl80211_dump_survey()12750 wdev->netdev, radio_stats, &survey) < 0) in nl80211_dump_survey()