Searched refs:time_rx (Results 1 – 13 of 13) sorted by relevance
558 survey->time_rx += cc->rx_frame / div; in ath_update_survey_stats()
664 ah->survey.time_rx += cc->rx_frame / div; in ath5k_get_survey()
1737 __le64 time_rx; member
2382 if (qtnf_chan_stat_avail(time_rx, QLINK_CHAN_STAT_TIME_RX)) { in qtnf_cmd_resp_proc_chan_stat_info()2384 survey->time_rx = le64_to_cpu(stats->time_rx); in qtnf_cmd_resp_proc_chan_stat_info()
5965 survey->time_rx = info->time_rx; in iwl_mvm_mac_get_acs_survey()6022 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey()6024 do_div(survey->time_rx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
987 u32 time_rx; member
3744 info->time_rx = le32_to_cpu(notif->rx_time); in iwl_mvm_rx_channel_survey_notif()
1115 survey->time_rx = div_u64(state->cc_rx, 1000); in mt76_get_survey()
8197 info->time_rx = survey.obss + survey.ibss + survey.no_ctg + in brcmf_cfg80211_dump_survey()8208 info->noise, info->time_busy, info->time_rx, info->time_tx); in brcmf_cfg80211_dump_survey()
3132 survey->time_rx = (u64) rx_rdy; in mwl8k_update_survey()
5846 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath10k_wmi_event_pdev_bss_chan_info()
8017 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath11k_pdev_bss_chan_info_event()
7527 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath12k_pdev_bss_chan_info_event()
Completed in 131 milliseconds