col_scb           606 drivers/scsi/aic7xxx/aic79xx.h 	struct scb		 *col_scb;
col_scb          6726 drivers/scsi/aic7xxx/aic79xx_core.c 	 && (scb->col_scb != NULL)
col_scb          6727 drivers/scsi/aic7xxx/aic79xx_core.c 	 && (scb->col_scb->flags & SCB_ACTIVE) == 0) {
col_scb          6728 drivers/scsi/aic7xxx/aic79xx_core.c 		LIST_REMOVE(scb->col_scb, links.le);
col_scb          6729 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_add_col_list(ahd, scb->col_scb, col_idx);
col_scb          6747 drivers/scsi/aic7xxx/aic79xx_core.c 	if (scb->col_scb == NULL) {
col_scb          6754 drivers/scsi/aic7xxx/aic79xx_core.c 	} else if ((scb->col_scb->flags & SCB_ON_COL_LIST) != 0) {
col_scb          6761 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_rem_col_list(ahd, scb->col_scb);
col_scb          6765 drivers/scsi/aic7xxx/aic79xx_core.c 				 scb->col_scb, links.le);
col_scb          6766 drivers/scsi/aic7xxx/aic79xx_core.c 	} else if ((scb->col_scb->flags
col_scb          6768 drivers/scsi/aic7xxx/aic79xx_core.c 		&& (scb->col_scb->hscb->control & TAG_ENB) != 0) {
col_scb          6776 drivers/scsi/aic7xxx/aic79xx_core.c 				 AHD_GET_SCB_COL_IDX(ahd, scb->col_scb));
col_scb          6960 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag);
col_scb          6961 drivers/scsi/aic7xxx/aic79xx_core.c 		if (next_scb->col_scb != NULL)
col_scb          6962 drivers/scsi/aic7xxx/aic79xx_core.c 			next_scb->col_scb->col_scb = next_scb;