Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Doffchannel.c508 struct ieee80211_roc_work *cur_roc) in ieee80211_coalesce_hw_started_roc() argument
513 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
519 if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration) in ieee80211_coalesce_hw_started_roc()
522 remaining = cur_roc->start_time + in ieee80211_coalesce_hw_started_roc()
523 msecs_to_jiffies(cur_roc->duration) - in ieee80211_coalesce_hw_started_roc()
531 list_add(&new_roc->list, &cur_roc->list); in ieee80211_coalesce_hw_started_roc()
537 if (cur_roc->hw_begun) { in ieee80211_coalesce_hw_started_roc()