Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1461 u8 iwl_mvm_tcm_load_percentage(u32 airtime, u32 elapsed) in iwl_mvm_tcm_load_percentage() argument
1466 return (100 * airtime / elapsed) / USEC_PER_MSEC; in iwl_mvm_tcm_load_percentage()
1470 iwl_mvm_tcm_load(struct iwl_mvm *mvm, u32 airtime, unsigned long elapsed) in iwl_mvm_tcm_load() argument
1472 u8 load = iwl_mvm_tcm_load_percentage(airtime, elapsed); in iwl_mvm_tcm_load()
1673 u32 airtime = mdata->rx.airtime + mdata->tx.airtime; in iwl_mvm_calc_tcm_stats() local
1675 total_airtime += airtime; in iwl_mvm_calc_tcm_stats()
1676 band_airtime[band[mac]] += airtime; in iwl_mvm_calc_tcm_stats()
1678 load = iwl_mvm_tcm_load(mvm, airtime, elapsed); in iwl_mvm_calc_tcm_stats()
1681 mvm->tcm.result.airtime[mac] = airtime; in iwl_mvm_calc_tcm_stats()
1706 memset(&mdata->rx.airtime, 0, sizeof(mdata->rx.airtime)); in iwl_mvm_calc_tcm_stats()
[all …]
Drx.c288 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time); in iwl_mvm_rx_handle_tcm()
842 u32 airtime = le32_to_cpu(air_time[i]); in iwl_mvm_handle_rx_statistics() local
846 if (airtime) { in iwl_mvm_handle_rx_statistics()
850 rx_bytes * 8 / airtime); in iwl_mvm_handle_rx_statistics()
853 mdata->rx.airtime += airtime; in iwl_mvm_handle_rx_statistics()
Dmvm.h603 u32 airtime; member
607 u32 airtime; member
629 u32 airtime[NUM_MAC_INDEX_DRIVER]; member
1980 u8 iwl_mvm_tcm_load_percentage(u32 airtime, u32 elapsed);
Dtx.c962 int airtime) in iwl_mvm_tx_airtime() argument
973 mdata->tx.airtime += airtime; in iwl_mvm_tx_airtime()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Drecv.c1021 u32 airtime = 0; in ath_rx_count_airtime() local
1047 airtime += ath_pkt_duration(sc, rxs->rate_idx, len, in ath_rx_count_airtime()
1053 airtime += ath9k_hw_computetxtime(ah, phy, rate->bitrate * 100, in ath_rx_count_airtime()
1059 an->airtime_deficit[acno] -= airtime; in ath_rx_count_airtime()
1064 ath_debug_airtime(sc, an, airtime, 0); in ath_rx_count_airtime()
Dxmit.c716 u32 airtime = 0; in ath_tx_count_airtime() local
719 airtime += ts->duration * (ts->ts_longretry + 1); in ath_tx_count_airtime()
722 airtime += rate_dur * bf->rates[i].count; in ath_tx_count_airtime()
730 an->airtime_deficit[q] -= airtime; in ath_tx_count_airtime()
735 ath_debug_airtime(sc, an, 0, airtime); in ath_tx_count_airtime()
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Dlmac.h421 __le32 airtime; member