taglinefilesource code
active_scbp4774drivers/scsi/aic7xxx.cstruct aic7xxx_scb *active_scbp;
active_scbp4790drivers/scsi/aic7xxx.cactive_scbp = &(p->scb_array[active_scb]);
active_scbp4820drivers/scsi/aic7xxx.cif ((active_scbp->state & SCB_ACTIVE) && (control & SCB_NEEDDMA))
active_scbp4830drivers/scsi/aic7xxx.cchannel = (active_scbp->target_channel_lun & SELBUSB) ? 'B': 'A';
active_scbp4838drivers/scsi/aic7xxx.cactive_scbp->state |= (SCB_DEVICE_RESET | SCB_ABORTED);
active_scbp4842drivers/scsi/aic7xxx.cif (active_scbp->target_channel_lun != scb->target_channel_lun)
active_scbp4852drivers/scsi/aic7xxx.caic7xxx_scb_tsleep(p, active_scbp, 2 * HZ);