tag | line | file | source code |
active_scbp | 4753 | drivers/scsi/aic7xxx.c | struct aic7xxx_scb *active_scbp; |
active_scbp | 4769 | drivers/scsi/aic7xxx.c | active_scbp = &(p->scb_array[active_scb]); |
active_scbp | 4804 | drivers/scsi/aic7xxx.c | if ((active_scbp->state & SCB_ACTIVE) && (control & SCB_NEEDDMA)) |
active_scbp | 4818 | drivers/scsi/aic7xxx.c | channel = (active_scbp->target_channel_lun & SELBUSB) ? 'B': 'A'; |
active_scbp | 4830 | drivers/scsi/aic7xxx.c | active_scbp->state |= (SCB_DEVICE_RESET | SCB_ABORTED); |
active_scbp | 4834 | drivers/scsi/aic7xxx.c | if (active_scbp->target_channel_lun != scb->target_channel_lun) |