Home
last modified time | relevance | path

Searched refs:time_rx (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/net/mac80211/
Dethtool.c200 data[i++] = survey.time_rx; in ieee80211_get_stats()
/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dlink.c529 survey->time_rx += cc->rx_frame / div; in ath_update_survey_stats()
/linux-6.12.1/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c664 ah->survey.time_rx += cc->rx_frame / div; in ath5k_get_survey()
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h1732 __le64 time_rx; member
Dcommands.c2382 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()
/linux-6.12.1/net/wireless/
Dtrace.h1964 __field(u64, time_rx)
1977 __entry->time_rx = info->time_rx;
1989 __entry->time_ext_busy, __entry->time_rx,
Dnl80211.c10704 survey->time_rx, NL80211_SURVEY_INFO_PAD)) in nl80211_send_survey()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c6002 survey->time_rx = info->time_rx; in iwl_mvm_mac_get_acs_survey()
6059 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey()
6061 do_div(survey->time_rx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
Dmvm.h976 u32 time_rx; member
Dscan.c3853 info->time_rx = le32_to_cpu(notif->rx_time); in iwl_mvm_rx_channel_survey_notif()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dmac80211.c1032 survey->time_rx = div_u64(state->cc_rx, 1000); in mt76_get_survey()
/linux-6.12.1/include/net/
Dcfg80211.h1216 u64 time_rx; member
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c8161 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()
/linux-6.12.1/drivers/net/wireless/marvell/
Dmwl8k.c3128 survey->time_rx = (u64) rx_rdy; in mwl8k_update_survey()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dwmi.c6495 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath12k_pdev_bss_chan_info_event()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dwmi.c8016 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath11k_pdev_bss_chan_info_event()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dwmi.c5840 survey->time_rx = div_u64(rx_bss, cc_freq_hz); in ath10k_wmi_event_pdev_bss_chan_info()