Home
last modified time | relevance | path

Searched refs:TagAlloc (Results 1 – 2 of 2) sorted by relevance

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