taglinefilesource code
active_scbp4753drivers/scsi/aic7xxx.cstruct aic7xxx_scb *active_scbp;
active_scbp4769drivers/scsi/aic7xxx.cactive_scbp = &(p->scb_array[active_scb]);
active_scbp4804drivers/scsi/aic7xxx.cif ((active_scbp->state & SCB_ACTIVE) && (control & SCB_NEEDDMA))
active_scbp4818drivers/scsi/aic7xxx.cchannel = (active_scbp->target_channel_lun & SELBUSB) ? 'B': 'A';
active_scbp4830drivers/scsi/aic7xxx.cactive_scbp->state |= (SCB_DEVICE_RESET | SCB_ABORTED);
active_scbp4834drivers/scsi/aic7xxx.cif (active_scbp->target_channel_lun != scb->target_channel_lun)