Lines Matching refs:survey
4900 struct survey_info *survey) in iwl_mvm_mac_get_survey() argument
4905 memset(survey, 0, sizeof(*survey)); in iwl_mvm_mac_get_survey()
4923 survey->filled = SURVEY_INFO_TIME | in iwl_mvm_mac_get_survey()
4927 survey->time = mvm->accu_radio_stats.on_time_rf + in iwl_mvm_mac_get_survey()
4929 do_div(survey->time, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4931 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey()
4933 do_div(survey->time_rx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4935 survey->time_tx = mvm->accu_radio_stats.tx_time + in iwl_mvm_mac_get_survey()
4937 do_div(survey->time_tx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4939 survey->time_scan = mvm->accu_radio_stats.on_time_scan + in iwl_mvm_mac_get_survey()
4941 do_div(survey->time_scan, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()