Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDutils.c1028 bool handle_ll = time_after(ts, mvm->tcm.ll_ts + MVM_LL_PERIOD); in iwl_mvm_calc_tcm_stats()
1031 mvm->tcm.ll_ts = ts; in iwl_mvm_calc_tcm_stats()
1182 mvm->tcm.ll_ts = jiffies; in iwl_mvm_resume_tcm()
HDops.c1374 mvm->tcm.ll_ts = jiffies; in iwl_op_mode_mvm_start()
HDmvm.h757 unsigned long ll_ts; member