Home
last modified time | relevance | path

Searched refs:radio_stats (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c498 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_accu_radio_stats()
499 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()
500 mvm->accu_radio_stats.on_time_rf += mvm->radio_stats.on_time_rf; in iwl_mvm_accu_radio_stats()
501 mvm->accu_radio_stats.on_time_scan += mvm->radio_stats.on_time_scan; in iwl_mvm_accu_radio_stats()
H A Ddebugfs.c1035 mvm->radio_stats.rx_time); in iwl_dbgfs_fw_system_stats_read()
1038 mvm->radio_stats.tx_time); in iwl_dbgfs_fw_system_stats_read()
/linux/net/wireless/
H A Dnl80211.c10744 bool radio_stats; in nl80211_dump_survey() local
10759 radio_stats = attrbuf[NL80211_ATTR_SURVEY_RADIO_STATS]; in nl80211_dump_survey()
10788 wdev->netdev, radio_stats, &survey) < 0) in nl80211_dump_survey()