Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ !
Dutils.c756 u8 iwl_mvm_tcm_load_percentage(u32 airtime, u32 elapsed) in iwl_mvm_tcm_load_percentage() argument
761 return (100 * airtime / elapsed) / USEC_PER_MSEC; in iwl_mvm_tcm_load_percentage()
765 iwl_mvm_tcm_load(struct iwl_mvm *mvm, u32 airtime, unsigned long elapsed) in iwl_mvm_tcm_load() argument
767 u8 load = iwl_mvm_tcm_load_percentage(airtime, elapsed); in iwl_mvm_tcm_load()
954 u32 airtime = mdata->rx.airtime + mdata->tx.airtime; in iwl_mvm_calc_tcm_stats() local
956 total_airtime += airtime; in iwl_mvm_calc_tcm_stats()
957 band_airtime[band[mac]] += airtime; in iwl_mvm_calc_tcm_stats()
959 load = iwl_mvm_tcm_load(mvm, airtime, elapsed); in iwl_mvm_calc_tcm_stats()
962 mvm->tcm.result.airtime[mac] = airtime; in iwl_mvm_calc_tcm_stats()
987 memset(&mdata->rx.airtime, 0, sizeof(mdata->rx.airtime)); in iwl_mvm_calc_tcm_stats()
[all …]
Drx.c234 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time); in iwl_mvm_rx_handle_tcm()
741 u32 airtime = le32_to_cpu(air_time_le[i]); in iwl_mvm_update_tcm_from_stats() local
743 mdata->rx.airtime += airtime; in iwl_mvm_update_tcm_from_stats()
745 if (airtime) { in iwl_mvm_update_tcm_from_stats()
749 rx_bytes * 8 / airtime); in iwl_mvm_update_tcm_from_stats()
Dmvm.h595 u32 airtime; member
599 u32 airtime; member
621 u32 airtime[NUM_MAC_INDEX_DRIVER]; member
2351 u8 iwl_mvm_tcm_load_percentage(u32 airtime, u32 elapsed);
Dtx.c1080 int airtime) in iwl_mvm_tx_airtime() argument
1096 mdata->tx.airtime += airtime; in iwl_mvm_tx_airtime()
/linux-6.6.21/net/mac80211/ !
Ddebugfs_sta.c215 rx_airtime += sta->airtime[ac].rx_airtime; in sta_airtime_read()
216 tx_airtime += sta->airtime[ac].tx_airtime; in sta_airtime_read()
217 deficit[ac] = sta->airtime[ac].deficit; in sta_airtime_read()
241 sta->airtime[ac].rx_airtime = 0; in sta_airtime_write()
242 sta->airtime[ac].tx_airtime = 0; in sta_airtime_write()
243 sta->airtime[ac].deficit = sta->airtime_weight; in sta_airtime_write()
249 STA_OPS_RW(airtime);
268 q_limit_l[ac] = sta->airtime[ac].aql_limit_low; in sta_aql_read()
269 q_limit_h[ac] = sta->airtime[ac].aql_limit_high; in sta_aql_read()
271 q_depth[ac] = atomic_read(&sta->airtime[ac].aql_tx_pending); in sta_aql_read()
[all …]
Dsta_info.c631 sta->airtime[i].deficit = sta->airtime_weight; in __sta_info_alloc()
632 atomic_set(&sta->airtime[i].aql_tx_pending, 0); in __sta_info_alloc()
633 sta->airtime[i].aql_limit_low = local->aql_txq_limit_low[i]; in __sta_info_alloc()
634 sta->airtime[i].aql_limit_high = local->aql_txq_limit_high[i]; in __sta_info_alloc()
2267 u32 airtime = 0; in ieee80211_sta_register_airtime() local
2271 airtime += tx_airtime; in ieee80211_sta_register_airtime()
2273 airtime += rx_airtime; in ieee80211_sta_register_airtime()
2276 sta->airtime[ac].tx_airtime += tx_airtime; in ieee80211_sta_register_airtime()
2277 sta->airtime[ac].rx_airtime += rx_airtime; in ieee80211_sta_register_airtime()
2279 diff = (u32)jiffies - sta->airtime[ac].last_active; in ieee80211_sta_register_airtime()
[all …]
Ddebugfs.c297 if (sta->airtime[ac].aql_limit_low == q_limit_low_old && in aql_txq_limit_write()
298 sta->airtime[ac].aql_limit_high == q_limit_high_old) { in aql_txq_limit_write()
299 sta->airtime[ac].aql_limit_low = q_limit_low; in aql_txq_limit_write()
300 sta->airtime[ac].aql_limit_high = q_limit_high; in aql_txq_limit_write()
DMakefile38 airtime.o \
Dtx.c3966 u32 airtime; in ieee80211_tx_dequeue() local
3968 airtime = ieee80211_calc_expected_tx_airtime(hw, vif, txq->sta, in ieee80211_tx_dequeue()
3970 if (airtime) { in ieee80211_tx_dequeue()
3971 airtime = ieee80211_info_set_tx_time_est(info, airtime); in ieee80211_tx_dequeue()
3974 airtime, in ieee80211_tx_dequeue()
3990 struct airtime_info *air_info = &sta->airtime[ac]; in ieee80211_sta_deficit()
4004 sta->airtime[txqi->txq.ac].last_active = (u32)jiffies; in ieee80211_txq_set_active()
4020 diff = (u32)jiffies - sta->airtime[txqi->txq.ac].last_active; in ieee80211_txq_keep_active()
4064 sta->airtime[txqi->txq.ac].deficit += in ieee80211_next_txq()
4144 if (atomic_read(&sta->airtime[txq->ac].aql_tx_pending) < in ieee80211_txq_airtime_check()
[all …]
Dsta_info.h702 struct airtime_info airtime[IEEE80211_NUM_ACS]; member
/linux-6.6.21/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.c718 u32 airtime = 0; in ath_tx_count_airtime() local
721 airtime += ts->duration * (ts->ts_longretry + 1); in ath_tx_count_airtime()
724 airtime += rate_dur * bf->rates[i].count; in ath_tx_count_airtime()
727 ieee80211_sta_register_airtime(sta, tid, airtime, 0); in ath_tx_count_airtime()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7603/ !
Dmac.c417 u32 airtime[4]; in mt7603_mac_sta_poll() local
442 airtime[i] = msta->tx_airtime_ac[i] - airtime_last; in mt7603_mac_sta_poll()
443 airtime[i] *= 32; in mt7603_mac_sta_poll()
444 total_airtime += airtime[i]; in mt7603_mac_sta_poll()
465 u32 txtime = airtime[qidx]; in mt7603_mac_sta_poll()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/ !
Dmac80211.c1178 u32 airtime; in mt76_airtime_report() local
1181 airtime = ieee80211_calc_rx_airtime(dev->hw, &info, len); in mt76_airtime_report()
1183 dev->cur_cc_bss_rx += airtime; in mt76_airtime_report()
1190 ieee80211_sta_register_airtime(sta, tidno, 0, airtime); in mt76_airtime_report()
/linux-6.6.21/drivers/net/wireless/intersil/p54/ !
Dlmac.h418 __le32 airtime; member
/linux-6.6.21/drivers/net/wireless/ath/ath10k/ !
Dmac.c3873 struct sk_buff *skb, u16 airtime) in ath10k_mac_tx_h_fill_cb() argument
3933 cb->airtime_est = airtime; in ath10k_mac_tx_h_fill_cb()
4343 u16 airtime = 0; in ath10k_mac_update_airtime() local
4346 return airtime; in ath10k_mac_update_airtime()
4349 return airtime; in ath10k_mac_update_airtime()
4357 airtime = (pktlen * 8 * (1000 / 100)) in ath10k_mac_update_airtime()
4360 airtime += IEEE80211_ATF_OVERHEAD_IFS; in ath10k_mac_update_airtime()
4367 airtime = (pktlen * 8 * (1000 / 100)) / 60; /* 6M */ in ath10k_mac_update_airtime()
4368 airtime += IEEE80211_ATF_OVERHEAD; in ath10k_mac_update_airtime()
4372 return airtime; in ath10k_mac_update_airtime()
[all …]