Searched refs:TAILQ_FIRST (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Dqueue.h334 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
337 for ((var) = TAILQ_FIRST((head)); \
347 TAILQ_FIRST((head)) = NULL; \
348 (head)->tqh_last = &TAILQ_FIRST((head)); \
369 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((head))) != NULL) \
370 TAILQ_FIRST((head))->field.tqe_prev = \
374 TAILQ_FIRST((head)) = (elm); \
375 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
H A Daic7xxx_osm.c545 list_cmd = TAILQ_FIRST(completeq);
584 if (TAILQ_FIRST(&dev->busyq) == NULL
598 return (TAILQ_FIRST(&ahc->platform_data->device_runq));
1518 while ((acmd = TAILQ_FIRST(busyq)) != NULL) {
1675 while ((acmd = TAILQ_FIRST(&dev->busyq)) != NULL
1852 if (TAILQ_FIRST(untagged_q) != scb)
1874 acmd = TAILQ_FIRST(&ahc->platform_data->completeq);
1894 acmd = TAILQ_FIRST(&ahc->platform_data->completeq);
2834 acmd = TAILQ_FIRST(&ahc->platform_data->completeq);
2893 acmd = TAILQ_FIRST(
[all...]
H A Daic7xxx_core.c363 if ((scb = TAILQ_FIRST(queue)) != NULL
3650 list_ahc = TAILQ_FIRST(&ahc_tailq);
5388 next_scb = TAILQ_FIRST(untagged_q);
6516 if (TAILQ_FIRST(untagged_q) == NULL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c417 for (cs = TAILQ_FIRST(&cs_tailq);
421 cs == TAILQ_FIRST(&cs_tailq) ? "" : ",\n",
447 cur_scope = TAILQ_FIRST(&scope->inner_scope);

Completed in 61 milliseconds