Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/aicasm/
Daicasm.c462 scope_t *cur_scope; in dump_scope() local
472 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()
474 while (cur_scope != NULL) { in dump_scope()
476 dump_scope(cur_scope); in dump_scope()
478 cur_scope = TAILQ_NEXT(cur_scope, scope_links); in dump_scope()
787 scope_t *cur_scope; in process_scope() local
791 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); in process_scope()
794 while (cur_scope != NULL) { in process_scope()
798 switch (cur_scope->type) { in process_scope()
804 cur_scope->patches[1].skip_patch = in process_scope()
[all …]