Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dethtool.c189 data[i++] = survey.time_rx; in ieee80211_get_stats()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dlink.c525 survey->time_rx += cc->rx_frame / div; in ath_update_survey_stats()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c666 ah->survey.time_rx += cc->rx_frame / div; in ath5k_get_survey()
/linux-4.4.14/net/wireless/
Dtrace.h1615 __field(u64, time_rx)
1628 __entry->time_rx = info->time_rx;
1640 __entry->time_ext_busy, __entry->time_rx,
Dnl80211.c6888 survey->time_rx)) in nl80211_send_survey()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4015 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()
/linux-4.4.14/include/net/
Dcfg80211.h603 u64 time_rx; member
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c3105 survey->time_rx = (u64) rx_rdy; in mwl8k_update_survey()