Home
last modified time | relevance | path

Searched refs:ll_ts (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c978 bool handle_ll = time_after(ts, mvm->tcm.ll_ts + MVM_LL_PERIOD); in iwl_mvm_calc_tcm_stats()
981 mvm->tcm.ll_ts = ts; in iwl_mvm_calc_tcm_stats()
1132 mvm->tcm.ll_ts = jiffies; in iwl_mvm_resume_tcm()
H A Dops.c1393 mvm->tcm.ll_ts = jiffies; in iwl_op_mode_mvm_start()
H A Dmvm.h680 unsigned long ll_ts; member