Home
last modified time | relevance | path

Searched refs:bt_coex_last_tcm_ts (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dcoex.c243 if (!time_after(now, mvm->bt_coex_last_tcm_ts + MVM_COEX_TCM_PERIOD)) in iwl_mvm_bt_coex_tcm_based_ci()
246 mvm->bt_coex_last_tcm_ts = now; in iwl_mvm_bt_coex_tcm_based_ci()
H A Dmvm.h1083 unsigned long bt_coex_last_tcm_ts; member