Lines Matching refs:started
224 if (!roc->started) in ieee80211_hw_roc_start()
271 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
284 roc->started = true; in ieee80211_start_next_roc()
338 bool started, on_channel; in ieee80211_sw_roc_work() local
356 if (!roc->started) { in ieee80211_sw_roc_work()
389 roc->started = true; in ieee80211_sw_roc_work()
396 started = roc->started; in ieee80211_sw_roc_work()
400 if (started && !on_channel) { in ieee80211_sw_roc_work()
411 if (started) in ieee80211_sw_roc_work()
435 if (!roc->started) in ieee80211_hw_roc_done()
477 if (roc->started && local->ops->remain_on_channel) { in ieee80211_roc_purge()