Home
last modified time | relevance | path

Searched refs:airtime (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1023 u8 iwl_mvm_tcm_load_percentage(u32 airtime, u32 elapsed) in iwl_mvm_tcm_load_percentage() argument
1028 return (100 * airtime / elapsed) / USEC_PER_MSEC; in iwl_mvm_tcm_load_percentage()
1032 iwl_mvm_tcm_load(struct iwl_mvm *mvm, u32 airtime, unsigned long elapsed) in iwl_mvm_tcm_load() argument
1034 u8 load = iwl_mvm_tcm_load_percentage(airtime, elapsed); in iwl_mvm_tcm_load()
1233 u32 airtime = mdata->rx.airtime + mdata->tx.airtime; in iwl_mvm_calc_tcm_stats() local
1235 total_airtime += airtime; in iwl_mvm_calc_tcm_stats()
1236 band_airtime[band[mac]] += airtime; in iwl_mvm_calc_tcm_stats()
1238 load = iwl_mvm_tcm_load(mvm, airtime, elapsed); in iwl_mvm_calc_tcm_stats()
1241 mvm->tcm.result.airtime[mac] = airtime; in iwl_mvm_calc_tcm_stats()
1266 memset(&mdata->rx.airtime, 0, sizeof(mdata->rx.airtime)); in iwl_mvm_calc_tcm_stats()
[all …]
Drx.c287 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time); in iwl_mvm_rx_handle_tcm()
728 u32 airtime = le32_to_cpu(air_time_le[i]); in iwl_mvm_update_tcm_from_stats() local
730 mdata->rx.airtime += airtime; in iwl_mvm_update_tcm_from_stats()
732 if (airtime) { in iwl_mvm_update_tcm_from_stats()
736 rx_bytes * 8 / airtime); in iwl_mvm_update_tcm_from_stats()
Dmvm.h614 u32 airtime; member
618 u32 airtime; member
640 u32 airtime[NUM_MAC_INDEX_DRIVER]; member
2076 u8 iwl_mvm_tcm_load_percentage(u32 airtime, u32 elapsed);
Dtx.c1020 int airtime) in iwl_mvm_tx_airtime() argument
1036 mdata->tx.airtime += airtime; in iwl_mvm_tx_airtime()
/kernel/linux/linux-5.10/net/mac80211/
Ddebugfs_sta.c213 rx_airtime += sta->airtime[ac].rx_airtime; in sta_airtime_read()
214 tx_airtime += sta->airtime[ac].tx_airtime; in sta_airtime_read()
215 deficit[ac] = sta->airtime[ac].deficit; in sta_airtime_read()
239 sta->airtime[ac].rx_airtime = 0; in sta_airtime_write()
240 sta->airtime[ac].tx_airtime = 0; in sta_airtime_write()
241 sta->airtime[ac].deficit = sta->airtime_weight; in sta_airtime_write()
247 STA_OPS_RW(airtime);
266 q_limit_l[ac] = sta->airtime[ac].aql_limit_low; in sta_aql_read()
267 q_limit_h[ac] = sta->airtime[ac].aql_limit_high; in sta_aql_read()
269 q_depth[ac] = atomic_read(&sta->airtime[ac].aql_tx_pending); in sta_aql_read()
[all …]
Dsta_info.c433 sta->airtime[i].deficit = sta->airtime_weight; in sta_info_alloc()
434 atomic_set(&sta->airtime[i].aql_tx_pending, 0); in sta_info_alloc()
435 sta->airtime[i].aql_limit_low = local->aql_txq_limit_low[i]; in sta_info_alloc()
436 sta->airtime[i].aql_limit_high = local->aql_txq_limit_high[i]; in sta_info_alloc()
1901 u32 airtime = 0; in ieee80211_sta_register_airtime() local
1904 airtime += tx_airtime; in ieee80211_sta_register_airtime()
1906 airtime += rx_airtime; in ieee80211_sta_register_airtime()
1909 sta->airtime[ac].tx_airtime += tx_airtime; in ieee80211_sta_register_airtime()
1910 sta->airtime[ac].rx_airtime += rx_airtime; in ieee80211_sta_register_airtime()
1911 sta->airtime[ac].deficit -= airtime; in ieee80211_sta_register_airtime()
[all …]
Ddebugfs.c267 if (sta->airtime[ac].aql_limit_low == q_limit_low_old && in aql_txq_limit_write()
268 sta->airtime[ac].aql_limit_high == q_limit_high_old) { in aql_txq_limit_write()
269 sta->airtime[ac].aql_limit_low = q_limit_low; in aql_txq_limit_write()
270 sta->airtime[ac].aql_limit_high = q_limit_high; in aql_txq_limit_write()
DMakefile37 airtime.o
Dtx.c3772 u32 airtime; in ieee80211_tx_dequeue() local
3774 airtime = ieee80211_calc_expected_tx_airtime(hw, vif, txq->sta, in ieee80211_tx_dequeue()
3776 if (airtime) { in ieee80211_tx_dequeue()
3777 airtime = ieee80211_info_set_tx_time_est(info, airtime); in ieee80211_tx_dequeue()
3780 airtime, in ieee80211_tx_dequeue()
3824 s64 deficit = sta->airtime[txqi->txq.ac].deficit; in ieee80211_next_txq()
3830 sta->airtime[txqi->txq.ac].deficit += in ieee80211_next_txq()
3900 if (atomic_read(&sta->airtime[txq->ac].aql_tx_pending) < in ieee80211_txq_airtime_check()
3901 sta->airtime[txq->ac].aql_limit_low) in ieee80211_txq_airtime_check()
3906 atomic_read(&sta->airtime[txq->ac].aql_tx_pending) < in ieee80211_txq_airtime_check()
[all …]
Dsta_info.h647 struct airtime_info airtime[IEEE80211_NUM_ACS]; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Drecv.c1023 u32 airtime = 0; in ath_rx_count_airtime() local
1045 airtime += ath_pkt_duration(sc, rxs->rate_idx, len, in ath_rx_count_airtime()
1051 airtime += ath9k_hw_computetxtime(ah, phy, rate->bitrate * 100, in ath_rx_count_airtime()
1055 ieee80211_sta_register_airtime(sta, tidno, 0, airtime); in ath_rx_count_airtime()
Dxmit.c669 u32 airtime = 0; in ath_tx_count_airtime() local
672 airtime += ts->duration * (ts->ts_longretry + 1); in ath_tx_count_airtime()
675 airtime += rate_dur * bf->rates[i].count; in ath_tx_count_airtime()
678 ieee80211_sta_register_airtime(sta, tid, airtime, 0); in ath_tx_count_airtime()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmac80211.c799 u32 airtime; in mt76_airtime_report() local
801 airtime = ieee80211_calc_rx_airtime(dev->hw, &info, len); in mt76_airtime_report()
803 dev->cur_cc_bss_rx += airtime; in mt76_airtime_report()
810 ieee80211_sta_register_airtime(sta, status->tid, 0, airtime); in mt76_airtime_report()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
Dmac.c403 u32 airtime[4]; in mt7603_mac_sta_poll() local
428 airtime[i] = msta->tx_airtime_ac[i] - airtime_last; in mt7603_mac_sta_poll()
429 airtime[i] *= 32; in mt7603_mac_sta_poll()
430 total_airtime += airtime[i]; in mt7603_mac_sta_poll()
451 u32 txtime = airtime[qidx]; in mt7603_mac_sta_poll()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
Dlmac.h418 __le32 airtime; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dmac.c3692 struct sk_buff *skb, u16 airtime) in ath10k_mac_tx_h_fill_cb() argument
3745 cb->airtime_est = airtime; in ath10k_mac_tx_h_fill_cb()
4153 u16 airtime = 0; in ath10k_mac_update_airtime() local
4156 return airtime; in ath10k_mac_update_airtime()
4159 return airtime; in ath10k_mac_update_airtime()
4167 airtime = (pktlen * 8 * (1000 / 100)) in ath10k_mac_update_airtime()
4170 airtime += IEEE80211_ATF_OVERHEAD_IFS; in ath10k_mac_update_airtime()
4177 airtime = (pktlen * 8 * (1000 / 100)) / 60; /* 6M */ in ath10k_mac_update_airtime()
4178 airtime += IEEE80211_ATF_OVERHEAD; in ath10k_mac_update_airtime()
4182 return airtime; in ath10k_mac_update_airtime()
[all …]