Home
last modified time | relevance | path

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

/net/mac80211/
Doffchannel.c510 struct ieee80211_roc_work *cur_roc) in ieee80211_coalesce_hw_started_roc() argument
515 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
521 if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration) in ieee80211_coalesce_hw_started_roc()
524 remaining = cur_roc->start_time + in ieee80211_coalesce_hw_started_roc()
525 msecs_to_jiffies(cur_roc->duration) - in ieee80211_coalesce_hw_started_roc()
533 list_add(&new_roc->list, &cur_roc->list); in ieee80211_coalesce_hw_started_roc()
539 if (cur_roc->hw_begun) { in ieee80211_coalesce_hw_started_roc()