Searched refs:cur_roc (Results 1 – 1 of 1) sorted by relevance
492 struct ieee80211_roc_work *cur_roc) in ieee80211_coalesce_hw_started_roc() argument497 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()