Home
last modified time | relevance | path

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

/drivers/scsi/
Datari_NCR5380.c327 } TAG_ALLOC; typedef
329 static TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */
335 TAG_ALLOC *ta; in init_tags()
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()
444 TAG_ALLOC *ta; in free_all_tags()
2175 TAG_ALLOC *ta = &TagAlloc[cmd->device->id][cmd->device->lun]; in NCR5380_information_transfer()
Dsun3_NCR5380.c321 } TAG_ALLOC; typedef
323 static TAG_ALLOC TagAlloc[8][8]; /* 8 targets and 8 LUNs */
329 TAG_ALLOC *ta; in init_tags()
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()
441 TAG_ALLOC *ta; in free_all_tags()
2137 TAG_ALLOC *ta = &TagAlloc[cmd->device->id][cmd->device->lun]; in NCR5380_information_transfer()