Searched refs:on_time_rf (Results 1 – 4 of 4) sorted by relevance
1020 mvm->radio_stats.on_time_rf = le64_to_cpu(stats->on_time_rf); in iwl_mvm_handle_rx_statistics_tlv()1045 mvm->radio_stats.on_time_rf = le64_to_cpu(stats->on_time_rf); in iwl_mvm_handle_rx_statistics_tlv()1121 mvm->radio_stats.on_time_rf = in iwl_mvm_handle_rx_statistics()1122 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()1143 mvm->radio_stats.on_time_rf = in iwl_mvm_handle_rx_statistics()1144 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
504 mvm->accu_radio_stats.on_time_rf += mvm->radio_stats.on_time_rf; in iwl_mvm_accu_radio_stats()
963 u64 on_time_rf; member
5875 survey->time = mvm->accu_radio_stats.on_time_rf + in iwl_mvm_mac_get_survey()5876 mvm->radio_stats.on_time_rf; in iwl_mvm_mac_get_survey()