Searched refs:cur_roc (Results 1 – 1 of 1) sorted by relevance
490 struct ieee80211_roc_work *cur_roc) in ieee80211_coalesce_hw_started_roc() argument495 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()501 if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration) in ieee80211_coalesce_hw_started_roc()504 remaining = cur_roc->start_time + in ieee80211_coalesce_hw_started_roc()505 msecs_to_jiffies(cur_roc->duration) - in ieee80211_coalesce_hw_started_roc()513 list_add(&new_roc->list, &cur_roc->list); in ieee80211_coalesce_hw_started_roc()519 if (cur_roc->hw_begun) { in ieee80211_coalesce_hw_started_roc()