Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1726 return MVM_TCM_PERIOD; in iwl_mvm_calc_tcm_stats()
1756 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
1771 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
Drx.c280 if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD)) in iwl_mvm_rx_handle_tcm()
Drxmq.c1110 time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD)) in iwl_mvm_rx_mpdu_mq()
Dmvm.h1972 #define MVM_TCM_PERIOD (HZ * MVM_TCM_PERIOD_MSEC / 1000) macro
Dtx.c970 if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD)) in iwl_mvm_tx_airtime()