Searched refs:ths_crossed (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c113 u32 ths_crossed; local
133 ths_crossed = le32_to_cpu(notif_v2->threshold_idx);
135 /* 0xFF in ths_crossed means the notification is not related
138 if (ths_crossed == 0xFF)
142 temp, ths_crossed);
145 if (WARN_ON(ths_crossed >= IWL_MAX_DTS_TRIPS))

Completed in 51 milliseconds