Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c849 u8 iwl_mvm_tcm_load_percentage(u32 airtime, u32 elapsed) in iwl_mvm_uapsd_agg_disconnect()
854 return (100 * airtime / elapsed) / USEC_PER_MSEC; in iwl_mvm_uapsd_agg_disconnect()
858 iwl_mvm_tcm_load(struct iwl_mvm *mvm, u32 airtime, unsigned long elapsed) in iwl_mvm_uapsd_agg_disconnect()
860 u8 load = iwl_mvm_tcm_load_percentage(airtime, elapsed); in iwl_mvm_uapsd_agg_disconnect()
1045 u32 airtime = mdata->rx.airtime + mdata->tx.airtime; in iwl_mvm_recalc_tcm()
1047 total_airtime += airtime; in iwl_mvm_recalc_tcm()
1048 band_airtime[band[mac]] += airtime; in iwl_mvm_recalc_tcm()
1050 load = iwl_mvm_tcm_load(mvm, airtime, elapse in iwl_mvm_recalc_tcm()
759 iwl_mvm_tcm_load_percentage(u32 airtime,u32 elapsed) iwl_mvm_tcm_load_percentage() argument
768 iwl_mvm_tcm_load(struct iwl_mvm * mvm,u32 airtime,unsigned long elapsed) iwl_mvm_tcm_load() argument
957 u32 airtime = mdata->rx.airtime + mdata->tx.airtime; iwl_mvm_calc_tcm_stats() local
[all...]
H A Drx.c236 /* count the airtime only once for each ampdu */ in iwl_mvm_rx_handle_tcm()
239 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time); in iwl_mvm_rx_handle_tcm()
773 u32 airtime = le32_to_cpu(air_time_le[i]); in iwl_mvm_stats_ver_15()
775 mdata->rx.airtime += airtime; in iwl_mvm_stats_ver_15()
777 if (airtime) { in iwl_mvm_stats_ver_15()
781 rx_bytes * 8 / airtime); in iwl_mvm_stats_ver_15()
949 * we will end up counting twice the same airtime, once in TCM in iwl_mvm_handle_rx_statistics()
1183 * we will end up counting twice the same airtime, once in TCM
1301 * we will end up counting twice the same airtime, onc
754 u32 airtime = le32_to_cpu(air_time_le[i]); iwl_mvm_update_tcm_from_stats() local
[all...]
H A Dmvm.h737 u32 airtime;
741 u32 airtime;
763 u32 airtime[NUM_MAC_INDEX_DRIVER];
2576 u8 iwl_mvm_tcm_load_percentage(u32 airtime, u32 elapsed);
600 u32 airtime; global() member
604 u32 airtime; global() member
626 u32 airtime[NUM_MAC_INDEX_DRIVER]; global() member
H A Dtx.c1150 int airtime) in iwl_mvm_tx_airtime() argument
1166 mdata->tx.airtime += airtime; in iwl_mvm_tx_airtime()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c383 u_int32_t airtime, lastrate_dur; in ar9300_calc_tx_airtime() local
405 airtime = (lastrate_dur * finalindex_tries); in ar9300_calc_tx_airtime()
409 airtime = (lastrate_dur * finalindex_tries) + in ar9300_calc_tx_airtime()
415 airtime = (lastrate_dur * finalindex_tries) + in ar9300_calc_tx_airtime()
423 airtime = (lastrate_dur * finalindex_tries) + in ar9300_calc_tx_airtime()
437 airtime += nbad?((lastrate_dur*nbad) / nframes):0; in ar9300_calc_tx_airtime()
439 return airtime; in ar9300_calc_tx_airtime()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A 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()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c1209 u32 airtime; in mt76_airtime_report() local
1212 airtime = ieee80211_calc_rx_airtime(dev->hw, &info, len); in mt76_airtime_report()
1214 dev->cur_cc_bss_rx += airtime; in mt76_airtime_report()
1221 ieee80211_sta_register_airtime(sta, tidno, 0, airtime); in mt76_airtime_report()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3883 struct sk_buff *skb, u16 airtime) in ath10k_mac_tx_h_fill_cb() argument
3943 cb->airtime_est = airtime; in ath10k_mac_tx_h_fill_cb()
4353 u16 airtime = 0; in ath10k_mac_update_airtime() local
4356 return airtime; in ath10k_mac_update_airtime()
4359 return airtime; in ath10k_mac_update_airtime()
4367 airtime = (pktlen * 8 * (1000 / 100)) in ath10k_mac_update_airtime()
4370 airtime += IEEE80211_ATF_OVERHEAD_IFS; in ath10k_mac_update_airtime()
4377 airtime = (pktlen * 8 * (1000 / 100)) / 60; /* 6M */ in ath10k_mac_update_airtime()
4378 airtime += IEEE80211_ATF_OVERHEAD; in ath10k_mac_update_airtime()
4382 return airtime; in ath10k_mac_update_airtime()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_tree.def598 (5 wlanMeshMetric ENUM ( 0 unknown 1 airtime ) GET SET)
H A DBEGEMOT-WIRELESS-MIB.txt3306 airtime(1)
3312 DEFVAL { airtime }
/freebsd/contrib/wpa/hostapd/
H A DChangeLog93 * added configuration of airtime policy
/freebsd/contrib/flex/
H A DChangeLog6002 * NEWS, TODO: prototypes get airtime these days