any_dev_free_scb_list  642 drivers/scsi/aic7xxx/aic79xx.h 	struct scb_list any_dev_free_scb_list;
any_dev_free_scb_list 6402 drivers/scsi/aic7xxx/aic79xx_core.c 	LIST_INIT(&scb_data->any_dev_free_scb_list);
any_dev_free_scb_list 6523 drivers/scsi/aic7xxx/aic79xx_core.c 	LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) {
any_dev_free_scb_list 6717 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((scb = LIST_FIRST(&ahd->scb_data.any_dev_free_scb_list)) == NULL) {
any_dev_free_scb_list 6752 drivers/scsi/aic7xxx/aic79xx_core.c 		LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
any_dev_free_scb_list 6762 drivers/scsi/aic7xxx/aic79xx_core.c 		LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
any_dev_free_scb_list 6764 drivers/scsi/aic7xxx/aic79xx_core.c 		LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
any_dev_free_scb_list 6784 drivers/scsi/aic7xxx/aic79xx_core.c 		LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
any_dev_free_scb_list 9787 drivers/scsi/aic7xxx/aic79xx_core.c 	LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) {