Lines Matching full:started
205 if (!roc->started) in ieee80211_end_finished_rocs()
244 roc->started = true; in ieee80211_handle_roc_started()
270 if (!roc->started) in ieee80211_hw_roc_start()
304 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc()
336 tmp->started = true; in _ieee80211_start_next_roc()
347 tmp->started = true; in _ieee80211_start_next_roc()
352 * treat it as though the ROC operation started properly, so in _ieee80211_start_next_roc()
397 /* defer roc if driver is not started (i.e. during reconfig) */ in ieee80211_start_next_roc()
404 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
433 if (!roc->started) in ieee80211_reconfig_roc()
438 roc->started = false; in ieee80211_reconfig_roc()
464 if (!roc->started) { in __ieee80211_roc_work()
529 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
532 /* if it was scheduled in the hardware, but not started yet, in ieee80211_coalesce_hw_started_roc()
633 roc->started = true; in ieee80211_start_roc_work()
647 * Extend this ROC if possible: If it hasn't started, add in ieee80211_start_roc_work()
650 if (!tmp->started) { in ieee80211_start_roc_work()
663 * the list and mark it as having started now. in ieee80211_start_roc_work()
665 * combine with other started ones (that haven't in ieee80211_start_roc_work()
692 * but no need to check for already started ones, since in ieee80211_start_roc_work()
745 if (!found->started) { in ieee80211_cancel_roc()
779 if (!roc->started) in ieee80211_cancel_roc()
786 /* that really must not happen - it was started */ in ieee80211_cancel_roc()
1072 if (roc->started) { in ieee80211_roc_purge()