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