Lines Matching refs:tmp
197 struct ieee80211_roc_work *roc, *tmp; in ieee80211_end_finished_rocs() local
202 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) { in ieee80211_end_finished_rocs()
294 struct ieee80211_roc_work *roc, *tmp; in _ieee80211_start_next_roc() local
313 list_for_each_entry(tmp, &local->roc_list, list) { in _ieee80211_start_next_roc()
314 if (tmp == roc) in _ieee80211_start_next_roc()
316 if (tmp->sdata != roc->sdata || tmp->chan != roc->chan) in _ieee80211_start_next_roc()
318 max_dur = max(tmp->duration, max_dur); in _ieee80211_start_next_roc()
319 min_dur = min(tmp->duration, min_dur); in _ieee80211_start_next_roc()
320 type = max(tmp->type, type); in _ieee80211_start_next_roc()
334 list_for_each_entry(tmp, &local->roc_list, list) { in _ieee80211_start_next_roc()
335 if (tmp->sdata != roc->sdata || in _ieee80211_start_next_roc()
336 tmp->chan != roc->chan) in _ieee80211_start_next_roc()
338 tmp->started = true; in _ieee80211_start_next_roc()
339 tmp->abort = true; in _ieee80211_start_next_roc()
346 list_for_each_entry(tmp, &local->roc_list, list) { in _ieee80211_start_next_roc()
347 if (tmp->sdata != roc->sdata || tmp->chan != roc->chan) in _ieee80211_start_next_roc()
349 tmp->started = true; in _ieee80211_start_next_roc()
375 list_for_each_entry(tmp, &local->roc_list, list) { in _ieee80211_start_next_roc()
376 if (tmp->sdata != roc->sdata || tmp->chan != roc->chan) in _ieee80211_start_next_roc()
379 tmp->on_channel = roc->on_channel; in _ieee80211_start_next_roc()
380 ieee80211_handle_roc_started(tmp, jiffies); in _ieee80211_start_next_roc()
536 struct ieee80211_roc_work *roc, *tmp; in ieee80211_start_roc_work() local
610 list_for_each_entry(tmp, &local->roc_list, list) { in ieee80211_start_roc_work()
611 if (tmp->chan != channel || tmp->sdata != sdata) in ieee80211_start_roc_work()
618 if (!tmp->started) { in ieee80211_start_roc_work()
619 list_add(&roc->list, &tmp->list); in ieee80211_start_roc_work()
638 u32 elapsed = jiffies_to_msecs(now - tmp->start_time); in ieee80211_start_roc_work()
647 list_add(&roc->list, &tmp->list); in ieee80211_start_roc_work()
649 roc->on_channel = tmp->on_channel; in ieee80211_start_roc_work()
655 queued = ieee80211_coalesce_hw_started_roc(local, roc, tmp); in ieee80211_start_roc_work()
692 struct ieee80211_roc_work *roc, *tmp, *found = NULL; in ieee80211_cancel_roc() local
701 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) { in ieee80211_cancel_roc()
733 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) { in ieee80211_cancel_roc()
1006 struct ieee80211_roc_work *roc, *tmp; in ieee80211_roc_purge() local
1010 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) { in ieee80211_roc_purge()