Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
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)); \
Daic7xxx_osm.c641 while ((acmd = TAILQ_FIRST(&ahc->platform_data->completeq)) != NULL) { in ahc_linux_run_complete_queue()
680 if (TAILQ_FIRST(&dev->busyq) == NULL in ahc_linux_check_device_queue()
695 return (TAILQ_FIRST(&ahc->platform_data->device_runq)); in ahc_linux_next_device_to_run()
2199 while ((acmd = TAILQ_FIRST(busyq)) != NULL) {
3668 while ((acmd = TAILQ_FIRST(&dev->busyq)) != NULL
3859 if (TAILQ_FIRST(untagged_q) != scb)
4505 list_cmd = TAILQ_FIRST(completeq);
Daic79xx_osm.c650 while ((acmd = TAILQ_FIRST(&ahd->platform_data->completeq)) != NULL) { in ahd_linux_run_complete_queue()
689 if (TAILQ_FIRST(&dev->busyq) == NULL in ahd_linux_check_device_queue()
704 return (TAILQ_FIRST(&ahd->platform_data->device_runq)); in ahd_linux_next_device_to_run()
2533 while ((acmd = TAILQ_FIRST(busyq)) != NULL) {
4040 while ((acmd = TAILQ_FIRST(&dev->busyq)) != NULL
4859 list_cmd = TAILQ_FIRST(completeq);
Daic7xxx_core.c365 if ((scb = TAILQ_FIRST(queue)) != NULL in ahc_run_untagged_queue()
3926 list_ahc = TAILQ_FIRST(&ahc_tailq); in ahc_softc_insert()
5589 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()
6811 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()
Daic79xx_core.c4892 list_ahd = TAILQ_FIRST(&ahd_tailq); in ahd_softc_insert()
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm.c443 for (cs = TAILQ_FIRST(&cs_tailq); in output_code()
447 cs == TAILQ_FIRST(&cs_tailq) ? "" : ",\n", in output_code()
473 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()