Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dethtool.c191 data[i++] = survey.time_rx; in ieee80211_get_stats()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dlink.c525 survey->time_rx += cc->rx_frame / div; in ath_update_survey_stats()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c677 ah->survey.time_rx += cc->rx_frame / div; in ath5k_get_survey()
/linux-4.1.27/net/wireless/
Dtrace.h1615 __field(u64, time_rx)
1628 __entry->time_rx = info->time_rx;
1640 __entry->time_ext_busy, __entry->time_rx,
Dnl80211.c6721 survey->time_rx)) in nl80211_send_survey()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c3927 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey()
3929 do_div(survey->time_rx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
/linux-4.1.27/include/net/
Dcfg80211.h602 u64 time_rx; member
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c3105 survey->time_rx = (u64) rx_rdy; in mwl8k_update_survey()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi.c1694 survey->time_rx = WMI_CHAN_INFO_MSEC(rx_clear_count); in ath10k_wmi_event_chan_info()