Home
last modified time | relevance | path

Searched refs:on_time_rf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h271 __le64 on_time_rf; member
300 __le64 on_time_rf; member
649 * @on_time_rf: The total time in usec the RF is awake.
660 __le64 on_time_rf; member
683 * @on_time_rf: The total time in usec the RF is awake.
703 __le64 on_time_rf; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c1150 mvm->radio_stats.on_time_rf = le64_to_cpu(stats->on_time_rf); in iwl_mvm_handle_rx_statistics_tlv()
1175 mvm->radio_stats.on_time_rf = le64_to_cpu(stats->on_time_rf); in iwl_mvm_handle_rx_statistics_tlv()
1251 mvm->radio_stats.on_time_rf = in iwl_mvm_handle_rx_statistics()
1252 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
1273 mvm->radio_stats.on_time_rf = in iwl_mvm_handle_rx_statistics()
1274 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
H A Dutils.c494 mvm->accu_radio_stats.on_time_rf += mvm->radio_stats.on_time_rf; in iwl_mvm_accu_radio_stats()
H A Dmvm.h1056 u64 on_time_rf; member