Searched refs:time_tx (Results 1 – 15 of 15) sorted by relevance
| /drivers/net/wireless/ath/carl9170/ |
| A D | cmd.c | 193 info->time_tx = ar->tally.tx_time; in carl9170_collect_tally() 196 do_div(info->time_tx, 1000); in carl9170_collect_tally()
|
| /drivers/net/wireless/intersil/p54/ |
| A D | txrx.c | 598 survey->time_tx = priv->survey_raw.tx; in p54_rx_stats() 602 do_div(survey->time_tx, 1024); in p54_rx_stats()
|
| A D | main.c | 307 info->time_tx = 0; in p54_reset_stats()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | link.c | 559 survey->time_tx += cc->tx_frame / div; in ath_update_survey_stats()
|
| /drivers/net/wireless/ath/ath5k/ |
| A D | mac80211-ops.c | 665 ah->survey.time_tx += cc->tx_frame / div; in ath5k_get_survey()
|
| /drivers/net/wireless/quantenna/qtnfmac/ |
| A D | qlink.h | 1736 __le64 time_tx; member
|
| A D | commands.c | 2377 if (qtnf_chan_stat_avail(time_tx, QLINK_CHAN_STAT_TIME_TX)) { in qtnf_cmd_resp_proc_chan_stat_info() 2379 survey->time_tx = le64_to_cpu(stats->time_tx); in qtnf_cmd_resp_proc_chan_stat_info()
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | mac80211.c | 5966 survey->time_tx = info->time_tx; in iwl_mvm_mac_get_acs_survey() 6026 survey->time_tx = mvm->accu_radio_stats.tx_time + in iwl_mvm_mac_get_survey() 6028 do_div(survey->time_tx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
|
| A D | mvm.h | 986 u32 time_tx; member
|
| A D | scan.c | 3745 info->time_tx = le32_to_cpu(notif->tx_time); in iwl_mvm_rx_channel_survey_notif()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mac80211.c | 1121 survey->time_tx = div_u64(state->cc_tx, 1000); in mt76_get_survey()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | cfg80211.c | 8199 info->time_tx = survey.tx; in brcmf_cfg80211_dump_survey() 8208 info->noise, info->time_busy, info->time_rx, info->time_tx); in brcmf_cfg80211_dump_survey()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | wmi.c | 5847 survey->time_tx = div_u64(tx, cc_freq_hz); in ath10k_wmi_event_pdev_bss_chan_info()
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | wmi.c | 8018 survey->time_tx = div_u64(tx, cc_freq_hz); in ath11k_pdev_bss_chan_info_event()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | wmi.c | 7528 survey->time_tx = div_u64(tx, cc_freq_hz); in ath12k_pdev_bss_chan_info_event()
|
Completed in 3117 milliseconds