Home
last modified time | relevance | path

Searched refs:TU_TO_JIFFIES (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h588 #define TU_TO_JIFFIES(_tu) (usecs_to_jiffies(_tu) * 1024) macro
589 #define TU_TO_EXP_TIME(_tu) (jiffies + TU_TO_JIFFIES(_tu))
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c722 TU_TO_JIFFIES(max_delay))) { in __iwl_mvm_remove_time_event()
1510 TU_TO_JIFFIES(100))) {
H A Drxmq.c922 if (time_before(data->last_rx + TU_TO_JIFFIES(timeout), now)) in iwl_mvm_oldsn_workaround()
H A Dsta.c277 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()