Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c650 TU_TO_JIFFIES(max_delay))) { in iwl_mvm_protect_session()
1224 TU_TO_JIFFIES(100))) { in iwl_mvm_schedule_session_protection()
Drxmq.c1155 if (time_before(data->last_rx + TU_TO_JIFFIES(timeout), now)) in iwl_mvm_agg_rx_received()
Dsta.c288 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()
/kernel/linux/linux-5.10/net/mac80211/
Dagg-rx.c159 timeout = tid_rx->last_rx + TU_TO_JIFFIES(tid_rx->timeout); in sta_rx_agg_session_timer_expired()
Dagg-tx.c570 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout); in sta_tx_agg_session_timer_expired()
/kernel/linux/linux-5.10/drivers/staging/wfx/
Dsta.c195 TU_TO_JIFFIES(512))) in wfx_update_pm()
/kernel/linux/linux-5.10/include/linux/
Dieee80211.h3712 #define TU_TO_JIFFIES(x) (usecs_to_jiffies((x) * 1024)) macro
3713 #define TU_TO_EXP_TIME(x) (jiffies + TU_TO_JIFFIES(x))