Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/aicasm/
Daicasm.c463 scope_t *cur_scope; in dump_scope() local
473 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()
475 while (cur_scope != NULL) { in dump_scope()
477 dump_scope(cur_scope); in dump_scope()
479 cur_scope = TAILQ_NEXT(cur_scope, scope_links); in dump_scope()
788 scope_t *cur_scope; in process_scope() local
792 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); in process_scope()
795 while (cur_scope != NULL) { in process_scope()
799 switch (cur_scope->type) { in process_scope()
805 cur_scope->patches[1].skip_patch = in process_scope()
[all …]