Home
last modified time | relevance | path

Searched refs:MVM_TCM_PERIOD (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c1009 return MVM_TCM_PERIOD; in iwl_mvm_calc_tcm_stats()
1039 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
1054 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
1116 schedule_delayed_work(&mvm->tcm.work, MVM_TCM_PERIOD); in iwl_mvm_resume_tcm()
H A Drx.c231 if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD)) in iwl_mvm_rx_handle_tcm()
H A Dtx.c1089 if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD)) in iwl_mvm_tx_airtime()
H A Dmvm.h2354 #define MVM_TCM_PERIOD (HZ * MVM_TCM_PERIOD_MSEC / 1000) macro
H A Drxmq.c2536 time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD)) in iwl_mvm_rx_mpdu_mq()