Searched refs:time_rx (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | ethtool.c | 193 data[i++] = survey.time_rx; in ieee80211_get_stats()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | link.c | 529 survey->time_rx += cc->rx_frame / div; in ath_update_survey_stats()
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | mac80211-ops.c | 664 ah->survey.time_rx += cc->rx_frame / div; in ath5k_get_survey()
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1732 __le64 time_rx; member
|
H A D | commands.c | 2381 if (qtnf_chan_stat_avail(time_rx, QLINK_CHAN_STAT_TIME_RX)) { in qtnf_cmd_resp_proc_chan_stat_info() 2383 survey->time_rx = le64_to_cpu(stats->time_rx); in qtnf_cmd_resp_proc_chan_stat_info()
|
/openbmc/linux/net/wireless/ |
H A D | trace.h | 1866 __field(u64, time_rx) 1879 __entry->time_rx = info->time_rx; 1891 __entry->time_ext_busy, __entry->time_rx,
|
H A D | nl80211.c | 10591 survey->time_rx, NL80211_SURVEY_INFO_PAD)) in nl80211_send_survey()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 986 survey->time_rx = div_u64(state->cc_rx, 1000); in mt76_get_survey()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 5733 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey() 5735 do_div(survey->time_rx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 1094 u64 time_rx; member
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 8161 info->time_rx = survey.obss + survey.ibss + survey.no_ctg + in brcmf_cfg80211_dump_survey() 8172 info->noise, info->time_busy, info->time_rx, info->time_tx); in brcmf_cfg80211_dump_survey()
|
/openbmc/linux/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 3123 survey->time_rx = (u64) rx_rdy; in mwl8k_update_survey()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 6238 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath12k_pdev_bss_chan_info_event()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.c | 5840 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath10k_wmi_event_pdev_bss_chan_info()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 8011 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath11k_pdev_bss_chan_info_event()
|