Searched defs:TagAlloc (Results 1 - 2 of 2) sorted by last modified time

/drivers/scsi/
H A Datari_NCR5380.c329 static TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */ variable
342 ta = &TagAlloc[target][lun];
372 if (TagAlloc[cmd->device->id][lun].nr_allocated >=
373 TagAlloc[cmd->device->id][lun].queue_size) {
402 TAG_ALLOC *ta = &TagAlloc[cmd->device->id][lun];
432 TAG_ALLOC *ta = &TagAlloc[cmd->device->id][lun];
451 ta = &TagAlloc[target][lun];
2175 TAG_ALLOC *ta = &TagAlloc[cmd->device->id][cmd->device->lun];
H A Dsun3_NCR5380.c323 static TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */ variable
336 ta = &TagAlloc[target][lun];
366 if (TagAlloc[cmd->device->id][lun].nr_allocated >=
367 TagAlloc[cmd->device->id][lun].queue_size ) {
397 TAG_ALLOC *ta = &TagAlloc[cmd->device->id][lun];
429 TAG_ALLOC *ta = &TagAlloc[cmd->device->id][lun];
448 ta = &TagAlloc[target][lun];
2137 TAG_ALLOC *ta = &TagAlloc[cmd->device->id][cmd->device->lun];

Completed in 107 milliseconds