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()
306 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc()
338 tmp->started = true; in _ieee80211_start_next_roc()
349 tmp->started = true; in _ieee80211_start_next_roc()
354 * treat it as though the ROC operation started properly, so in _ieee80211_start_next_roc()
396 /* defer roc if driver is not started (i.e. during reconfig) */ in ieee80211_start_next_roc()
403 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
430 if (!roc->started) { in __ieee80211_roc_work()
497 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
500 /* if it was scheduled in the hardware, but not started yet, in ieee80211_coalesce_hw_started_roc()
601 roc->started = true; in ieee80211_start_roc_work()
615 * Extend this ROC if possible: If it hasn't started, add in ieee80211_start_roc_work()
618 if (!tmp->started) { in ieee80211_start_roc_work()
631 * the list and mark it as having started now. in ieee80211_start_roc_work()
633 * combine with other started ones (that haven't in ieee80211_start_roc_work()
660 * but no need to check for already started ones, since in ieee80211_start_roc_work()
716 if (!found->started) { in ieee80211_cancel_roc()
734 if (!roc->started) in ieee80211_cancel_roc()
741 /* that really must not happen - it was started */ in ieee80211_cancel_roc()
1015 if (roc->started) { in ieee80211_roc_purge()