Searched refs:cur_roc (Results 1 – 1 of 1) sorted by relevance
2513 struct ieee80211_roc_work *cur_roc) in ieee80211_coalesce_started_roc() argument2516 unsigned long remaining = cur_roc->hw_start_time + in ieee80211_coalesce_started_roc()2517 msecs_to_jiffies(cur_roc->duration) - in ieee80211_coalesce_started_roc()2520 if (WARN_ON(!cur_roc->started || !cur_roc->hw_begun)) in ieee80211_coalesce_started_roc()2530 list_add_tail(&new_roc->list, &cur_roc->dependents); in ieee80211_coalesce_started_roc()