next_queued_scb   908 drivers/scsi/aic7xxx/aic7xxx.h 	struct scb		 *next_queued_scb;
next_queued_scb   584 drivers/scsi/aic7xxx/aic7xxx_core.c 	q_hscb = ahc->next_queued_scb->hscb;
next_queued_scb   596 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc->next_queued_scb->hscb = scb->hscb;
next_queued_scb  4885 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc->next_queued_scb = ahc_get_scb(ahc);
next_queued_scb  5218 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
next_queued_scb  5809 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb->hscb->next = ahc->next_queued_scb->hscb->tag;
next_queued_scb  5868 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
next_queued_scb  5961 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb->hscb->next = ahc->next_queued_scb->hscb->tag;
next_queued_scb  7198 drivers/scsi/aic7xxx/aic7xxx_core.c 	printk("Kernel NEXTQSCB = %d\n", ahc->next_queued_scb->hscb->tag);