Searched refs:time_tx (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/carl9170/ |
| H 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()
|
| /linux-6.15/net/mac80211/ |
| H A D | ethtool.c | 205 data[i++] = survey.time_tx; in ieee80211_get_stats()
|
| /linux-6.15/drivers/net/wireless/intersil/p54/ |
| H A D | txrx.c | 593 survey->time_tx = priv->survey_raw.tx; in p54_rx_stats() 597 do_div(survey->time_tx, 1024); in p54_rx_stats()
|
| H A D | main.c | 307 info->time_tx = 0; in p54_reset_stats()
|
| /linux-6.15/drivers/net/wireless/ath/ath9k/ |
| H A D | link.c | 559 survey->time_tx += cc->tx_frame / div; in ath_update_survey_stats()
|
| /linux-6.15/drivers/net/wireless/ath/ath5k/ |
| H A D | mac80211-ops.c | 665 ah->survey.time_tx += cc->tx_frame / div; in ath5k_get_survey()
|
| /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 1736 __le64 time_tx; member
|
| H 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()
|
| /linux-6.15/net/wireless/ |
| H A D | trace.h | 1988 __field(u64, time_tx) 2001 __entry->time_tx = info->time_tx; 2013 __entry->time_tx, __entry->time_scan,
|
| H A D | nl80211.c | 10726 survey->time_tx, NL80211_SURVEY_INFO_PAD)) in nl80211_send_survey()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac80211.c | 6039 survey->time_tx = info->time_tx; in iwl_mvm_mac_get_acs_survey() 6099 survey->time_tx = mvm->accu_radio_stats.tx_time + in iwl_mvm_mac_get_survey() 6101 do_div(survey->time_tx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
|
| H A D | mvm.h | 981 u32 time_tx; member
|
| H A D | scan.c | 3855 info->time_tx = le32_to_cpu(notif->tx_time); in iwl_mvm_rx_channel_survey_notif()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mac80211.c | 1119 survey->time_tx = div_u64(state->cc_tx, 1000); in mt76_get_survey()
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 1231 u64 time_tx; member
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 8166 info->time_tx = survey.tx; in brcmf_cfg80211_dump_survey() 8175 info->noise, info->time_busy, info->time_rx, info->time_tx); in brcmf_cfg80211_dump_survey()
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 5841 survey->time_tx = div_u64(tx, cc_freq_hz); in ath10k_wmi_event_pdev_bss_chan_info()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 8018 survey->time_tx = div_u64(tx, cc_freq_hz); in ath11k_pdev_bss_chan_info_event()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 6761 survey->time_tx = div_u64(tx, cc_freq_hz); in ath12k_pdev_bss_chan_info_event()
|