Searched refs:TAILQ_NEXT (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | queue.h | 339 (var) = TAILQ_NEXT((var), field)) 352 if ((TAILQ_NEXT((elm), field) = TAILQ_NEXT((listelm), field)) != NULL)\ 353 TAILQ_NEXT((elm), field)->field.tqe_prev = \ 354 &TAILQ_NEXT((elm), field); \ 356 (head)->tqh_last = &TAILQ_NEXT((elm), field); \ 357 TAILQ_NEXT((listelm), field) = (elm); \ 358 (elm)->field.tqe_prev = &TAILQ_NEXT((listelm), field); \ 363 TAILQ_NEXT((elm), field) = (listelm); \ 365 (listelm)->field.tqe_prev = &TAILQ_NEXT((elm), field); \ 369 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((head))) != NULL) \ [all …]
|
D | aic7xxx_core.c | 6047 next_scb = TAILQ_NEXT(scb, links.tqe); in ahc_search_untagged_queues()
|
/linux-6.1.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 445 cs = TAILQ_NEXT(cs, links)) { in output_code() 478 cur_scope = TAILQ_NEXT(cur_scope, scope_links); in dump_scope()
|