tag | line | file | source code |
TagAlloc | 363 | drivers/scsi/atari_NCR5380.c | static TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */ |
TagAlloc | 376 | drivers/scsi/atari_NCR5380.c | ta = &TagAlloc[target][lun]; |
TagAlloc | 405 | drivers/scsi/atari_NCR5380.c | if (TagAlloc[cmd->target][cmd->lun].nr_allocated >= |
TagAlloc | 406 | drivers/scsi/atari_NCR5380.c | TagAlloc[cmd->target][cmd->lun].queue_size ) { |
TagAlloc | 439 | drivers/scsi/atari_NCR5380.c | TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; |
TagAlloc | 474 | drivers/scsi/atari_NCR5380.c | TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; |
TagAlloc | 496 | drivers/scsi/atari_NCR5380.c | ta = &TagAlloc[target][lun]; |
TagAlloc | 2337 | drivers/scsi/atari_NCR5380.c | TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; |