Lines Matching refs:survey
3984 struct survey_info *survey) in iwl_mvm_mac_get_survey() argument
3989 memset(survey, 0, sizeof(*survey)); in iwl_mvm_mac_get_survey()
4007 survey->filled = SURVEY_INFO_TIME | in iwl_mvm_mac_get_survey()
4011 survey->time = mvm->accu_radio_stats.on_time_rf + in iwl_mvm_mac_get_survey()
4013 do_div(survey->time, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4015 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey()
4017 do_div(survey->time_rx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4019 survey->time_tx = mvm->accu_radio_stats.tx_time + in iwl_mvm_mac_get_survey()
4021 do_div(survey->time_tx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
4023 survey->time_scan = mvm->accu_radio_stats.on_time_scan + in iwl_mvm_mac_get_survey()
4025 do_div(survey->time_scan, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()