Searched refs:TAILQ_FOREACH (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | queue.h | 336 #define TAILQ_FOREACH(var, head, field) \ macro
|
D | aic79xx_core.c | 6468 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag() 6670 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb() 9732 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()
|
D | aic7xxx_core.c | 7267 TAILQ_FOREACH(scb, untagged_q, links.tqe) { in ahc_dump_card_state()
|