Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Dqueue.h187 #define STAILQ_FIRST(head) ((head)->stqh_first) macro
190 for((var) = STAILQ_FIRST((head)); \
195 STAILQ_FIRST((head)) = NULL; \
196 (head)->stqh_last = &STAILQ_FIRST((head)); \
206 if ((STAILQ_NEXT((elm), field) = STAILQ_FIRST((head))) == NULL) \
208 STAILQ_FIRST((head)) = (elm); \
222 if (STAILQ_FIRST((head)) == (elm)) { \
226 struct type *curelm = STAILQ_FIRST((head)); \
236 if ((STAILQ_FIRST((head)) = \
237 STAILQ_NEXT(STAILQ_FIRST((head)), field)) == NULL) \
[all …]
/linux-5.19.10/drivers/scsi/aic7xxx/aicasm/
Daicasm.c324 for (cur_instr = STAILQ_FIRST(&seq_program); in back_patch()
366 for (cur_instr = STAILQ_FIRST(&seq_program); in output_code()
371 cur_instr == STAILQ_FIRST(&seq_program) ? "" : ",\n", in output_code()
425 for (cur_patch = STAILQ_FIRST(&patches); in output_code()
429 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n", in output_code()
596 cur_patch = STAILQ_FIRST(&patches); in output_listing()
597 for (cur_instr = STAILQ_FIRST(&seq_program); in output_listing()