first_scb        6654 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	scb *first_scb;
first_scb        6660 drivers/scsi/aic7xxx/aic79xx_core.c 	first_scb = LIST_FIRST(free_list);
first_scb        6661 drivers/scsi/aic7xxx/aic79xx_core.c 	if (first_scb != NULL) {
first_scb        6662 drivers/scsi/aic7xxx/aic79xx_core.c 		LIST_INSERT_AFTER(first_scb, scb, collision_links);
first_scb        6674 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	scb *first_scb;
first_scb        6681 drivers/scsi/aic7xxx/aic79xx_core.c 	first_scb = LIST_FIRST(free_list);
first_scb        6682 drivers/scsi/aic7xxx/aic79xx_core.c 	if (first_scb == scb) {