Home
last modified time | relevance | path

Searched refs:time_scan (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1735 __le64 time_scan; member
H A Dcommands.c2396 if (qtnf_chan_stat_avail(time_scan, QLINK_CHAN_STAT_TIME_SCAN)) { in qtnf_cmd_resp_proc_chan_stat_info()
2398 survey->time_scan = le64_to_cpu(stats->time_scan); in qtnf_cmd_resp_proc_chan_stat_info()
/openbmc/linux/net/wireless/
H A Dtrace.h1868 __field(u64, time_scan)
1881 __entry->time_scan = info->time_scan;
1892 __entry->time_tx, __entry->time_scan,
H A Dnl80211.c10604 survey->time_scan, NL80211_SURVEY_INFO_PAD)) in nl80211_send_survey()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5741 survey->time_scan = mvm->accu_radio_stats.on_time_scan + in iwl_mvm_mac_get_survey()
5743 do_div(survey->time_scan, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
/openbmc/linux/include/net/
H A Dcfg80211.h1096 u64 time_scan; member