Lines Matching refs:survey
4866 struct survey_info *survey) in iwl_mvm_mac_get_survey() argument
4871 memset(survey, 0, sizeof(*survey)); in iwl_mvm_mac_get_survey()
4889 survey->filled = SURVEY_INFO_TIME | in iwl_mvm_mac_get_survey()
4893 survey->time = mvm->accu_radio_stats.on_time_rf + in iwl_mvm_mac_get_survey()
4895 do_div(survey->time, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4897 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey()
4899 do_div(survey->time_rx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4901 survey->time_tx = mvm->accu_radio_stats.tx_time + in iwl_mvm_mac_get_survey()
4903 do_div(survey->time_tx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4905 survey->time_scan = mvm->accu_radio_stats.on_time_scan + in iwl_mvm_mac_get_survey()
4907 do_div(survey->time_scan, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()