taglinefilesource code
active_scbp4339drivers/scsi/aic7xxx.cstruct aic7xxx_scb *active_scbp;
active_scbp4355drivers/scsi/aic7xxx.cactive_scbp = &(p->scb_array[active_scb]);
active_scbp4383drivers/scsi/aic7xxx.cif (active_scbp->state & SCB_ACTIVE)
active_scbp4397drivers/scsi/aic7xxx.cchannel = (active_scbp->target_channel_lun & SELBUSB) ? 'B': 'A';
active_scbp4409drivers/scsi/aic7xxx.cactive_scbp->state |= (SCB_DEVICE_RESET | SCB_ABORTED);
active_scbp4412drivers/scsi/aic7xxx.cif (active_scbp->target_channel_lun != scb->target_channel_lun)