Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Datari_NCR5380.c318 static TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */ variable
331 ta = &TagAlloc[target][lun]; in init_tags()
360 if (TagAlloc[cmd->target][cmd->lun].nr_allocated >= in is_lun_busy()
361 TagAlloc[cmd->target][cmd->lun].queue_size ) { in is_lun_busy()
390 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in cmd_get_tag()
421 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in cmd_free_tag()
440 ta = &TagAlloc[target][lun]; in free_all_tags()
2202 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in NCR5380_information_transfer()
Dmac_NCR5380.c341 static TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */ variable
354 ta = &TagAlloc[target][lun]; in init_tags()
383 if (TagAlloc[cmd->target][cmd->lun].nr_allocated >= in is_lun_busy()
384 TagAlloc[cmd->target][cmd->lun].queue_size ) { in is_lun_busy()
413 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in cmd_get_tag()
444 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in cmd_free_tag()
463 ta = &TagAlloc[target][lun]; in free_all_tags()
2360 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in NCR5380_information_transfer()
Dsun3_NCR5380.c325 static TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */ variable
338 ta = &TagAlloc[target][lun]; in init_tags()
367 if (TagAlloc[cmd->target][cmd->lun].nr_allocated >= in is_lun_busy()
368 TagAlloc[cmd->target][cmd->lun].queue_size ) { in is_lun_busy()
397 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in cmd_get_tag()
428 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in cmd_free_tag()
447 ta = &TagAlloc[target][lun]; in free_all_tags()
2221 TAG_ALLOC *ta = &TagAlloc[cmd->target][cmd->lun]; in NCR5380_information_transfer()