Searched refs:radio_stats (Results 1 – 6 of 6) sorted by relevance
981 mvm->radio_stats.rx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats()982 mvm->radio_stats.tx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats()984 mvm->radio_stats.rx_time += in iwl_mvm_handle_rx_system_oper_part1_stats()986 mvm->radio_stats.tx_time += in iwl_mvm_handle_rx_system_oper_part1_stats()1017 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()1018 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()1019 mvm->radio_stats.on_time_rf = le64_to_cpu(stats->on_time_rf); in iwl_mvm_handle_rx_statistics_tlv()1020 mvm->radio_stats.on_time_scan = in iwl_mvm_handle_rx_statistics_tlv()1042 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()1043 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()[all …]
484 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_accu_radio_stats()485 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()486 mvm->accu_radio_stats.on_time_rf += mvm->radio_stats.on_time_rf; in iwl_mvm_accu_radio_stats()487 mvm->accu_radio_stats.on_time_scan += mvm->radio_stats.on_time_scan; in iwl_mvm_accu_radio_stats()
1028 mvm->radio_stats.rx_time); in iwl_dbgfs_fw_system_stats_read()1031 mvm->radio_stats.tx_time); in iwl_dbgfs_fw_system_stats_read()
5856 mvm->radio_stats.rx_time; in iwl_mvm_mac_get_survey()5860 mvm->radio_stats.tx_time; in iwl_mvm_mac_get_survey()5870 mvm->radio_stats.on_time_rf; in iwl_mvm_mac_get_survey()5874 mvm->radio_stats.on_time_scan; in iwl_mvm_mac_get_survey()
962 } radio_stats, accu_radio_stats; member
11920 bool radio_stats; in nl80211_dump_survey() local11935 radio_stats = attrbuf[NL80211_ATTR_SURVEY_RADIO_STATS]; in nl80211_dump_survey()11964 wdev->netdev, radio_stats, &survey) < 0) in nl80211_dump_survey()