taglinefilesource code
TagAlloc363drivers/scsi/atari_NCR5380.cstatic TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */
TagAlloc376drivers/scsi/atari_NCR5380.cta = &TagAlloc[target][lun];
TagAlloc405drivers/scsi/atari_NCR5380.cif (TagAlloc[cmd->target][cmd->lun].nr_allocated >=
TagAlloc406drivers/scsi/atari_NCR5380.cTagAlloc[cmd->target][cmd->lun].queue_size ) {
TagAlloc439drivers/scsi/atari_NCR5380.cTAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun];
TagAlloc474drivers/scsi/atari_NCR5380.cTAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun];
TagAlloc496drivers/scsi/atari_NCR5380.cta = &TagAlloc[target][lun];
TagAlloc2337drivers/scsi/atari_NCR5380.cTAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun];