Home
last modified time | relevance | path

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

/net/mac80211/
Doffchannel.c214 if (roc->abort || roc->hw_begun || remaining <= 0) in ieee80211_end_finished_rocs()
271 roc->hw_begun = true; in ieee80211_hw_roc_start()
501 if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration) in ieee80211_coalesce_hw_started_roc()
519 if (cur_roc->hw_begun) { in ieee80211_coalesce_hw_started_roc()
520 new_roc->hw_begun = true; in ieee80211_coalesce_hw_started_roc()
Dieee80211_i.h343 bool started, abort, hw_begun, notified; member