Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Doffchannel.c492 struct ieee80211_roc_work *cur_roc) in ieee80211_coalesce_hw_started_roc() argument
497 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
503 if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration) in ieee80211_coalesce_hw_started_roc()
506 remaining = cur_roc->start_time + in ieee80211_coalesce_hw_started_roc()
507 msecs_to_jiffies(cur_roc->duration) - in ieee80211_coalesce_hw_started_roc()
515 list_add(&new_roc->list, &cur_roc->list); in ieee80211_coalesce_hw_started_roc()
521 if (cur_roc->hw_begun) { in ieee80211_coalesce_hw_started_roc()