untagged_q 4115 drivers/scsi/aic7xxx/aic7xxx_core.c struct scb_tailq *untagged_q; untagged_q 4117 drivers/scsi/aic7xxx/aic7xxx_core.c untagged_q = untagged_q 4119 drivers/scsi/aic7xxx/aic7xxx_core.c TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); untagged_q 6072 drivers/scsi/aic7xxx/aic7xxx_core.c struct scb_tailq *untagged_q; untagged_q 6075 drivers/scsi/aic7xxx/aic7xxx_core.c untagged_q = &(ahc->untagged_queues[i]); untagged_q 6076 drivers/scsi/aic7xxx/aic7xxx_core.c next_scb = TAILQ_FIRST(untagged_q); untagged_q 6122 drivers/scsi/aic7xxx/aic7xxx_core.c TAILQ_REMOVE(untagged_q, scb, links.tqe); untagged_q 7138 drivers/scsi/aic7xxx/aic7xxx_core.c struct scb_tailq *untagged_q; untagged_q 7297 drivers/scsi/aic7xxx/aic7xxx_core.c untagged_q = &ahc->untagged_queues[target]; untagged_q 7298 drivers/scsi/aic7xxx/aic7xxx_core.c if (TAILQ_FIRST(untagged_q) == NULL) untagged_q 7302 drivers/scsi/aic7xxx/aic7xxx_core.c TAILQ_FOREACH(scb, untagged_q, links.tqe) { untagged_q 1427 drivers/scsi/aic7xxx/aic7xxx_osm.c struct scb_tailq *untagged_q = NULL; untagged_q 1448 drivers/scsi/aic7xxx/aic7xxx_osm.c untagged_q = &(ahc->untagged_queues[target_offset]); untagged_q 1449 drivers/scsi/aic7xxx/aic7xxx_osm.c if (!TAILQ_EMPTY(untagged_q)) untagged_q 1572 drivers/scsi/aic7xxx/aic7xxx_osm.c if (untagged_q) { untagged_q 1573 drivers/scsi/aic7xxx/aic7xxx_osm.c TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); untagged_q 1697 drivers/scsi/aic7xxx/aic7xxx_osm.c struct scb_tailq *untagged_q; untagged_q 1701 drivers/scsi/aic7xxx/aic7xxx_osm.c untagged_q = &(ahc->untagged_queues[target_offset]); untagged_q 1702 drivers/scsi/aic7xxx/aic7xxx_osm.c TAILQ_REMOVE(untagged_q, scb, links.tqe); untagged_q 1703 drivers/scsi/aic7xxx/aic7xxx_osm.c BUG_ON(!TAILQ_EMPTY(untagged_q));