Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c213 curnode = SLIST_FIRST(symlist); in symlist_search()
255 curnode = SLIST_FIRST(symlist); in symlist_add()
302 node1 = SLIST_FIRST(symlist); in symlist_free()
318 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
577 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump()
580 curnode = SLIST_FIRST(&masks); in symtable_dump()
583 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs); in symtable_dump()
590 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump()
593 curnode = SLIST_FIRST(&aliases); in symtable_dump()
602 while (SLIST_FIRST(&registers) != NULL) { in symtable_dump()
[all …]
Daicasm.c219 for (include_dir = SLIST_FIRST(&search_path); in main()
275 if (SLIST_FIRST(&scope_stack) == NULL in main()
276 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) { in main()
282 process_scope(SLIST_FIRST(&scope_stack)); in main()
289 dump_scope(SLIST_FIRST(&scope_stack)); in main()
397 for (cur_node = SLIST_FIRST(&patch_functions); in output_code()
545 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()
566 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing()
770 if (SLIST_FIRST(&scope_stack) != NULL) { in scope_alloc()
771 TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope, in scope_alloc()
Daicasm_gram.y1102 scope_context = SLIST_FIRST(&scope_stack);
1127 scope_context = SLIST_FIRST(&scope_stack);
1147 scope_context = SLIST_FIRST(&scope_stack);
1160 if (SLIST_FIRST(&scope_stack) == NULL) {
/linux-6.12.1/drivers/scsi/aic7xxx/
Dqueue.h125 #define SLIST_FIRST(head) ((head)->slh_first) macro
128 for ((var) = SLIST_FIRST((head)); \
133 SLIST_FIRST((head)) = NULL; \
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
143 SLIST_FIRST((head)) = (elm); \
149 if (SLIST_FIRST((head)) == (elm)) { \
153 struct type *curelm = SLIST_FIRST((head)); \
162 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
Daic79xx_core.c6505 while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) { in ahd_fini_scbdata()
6520 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) { in ahd_fini_scbdata()
6535 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) { in ahd_fini_scbdata()
6776 hscb_map = SLIST_FIRST(&scb_data->hscb_maps); in ahd_alloc_scbs()
6809 sg_map = SLIST_FIRST(&scb_data->sg_maps); in ahd_alloc_scbs()
6846 sense_map = SLIST_FIRST(&scb_data->sense_maps); in ahd_alloc_scbs()
9204 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()
10450 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahd_handle_en_lun()
10455 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahd_handle_en_lun()
10638 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahd_handle_target_cmd()
Daic7xxx_core.c524 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) { in ahc_get_scb()
526 scb = SLIST_FIRST(&ahc->scb_data->free_scbs); in ahc_get_scb()
4884 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) { in ahc_fini_scbdata()
6733 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
7605 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahc_handle_en_lun()
7610 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahc_handle_en_lun()
7815 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd()