Home
last modified time | relevance | path

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

/drivers/scsi/
DNCR5380.h250 struct tag_alloc { struct
289 struct tag_alloc TagAlloc[8][8]; /* 8 targets and 8 LUNs */
Datari_NCR5380.c277 struct tag_alloc *ta; in init_tags()
346 struct tag_alloc *ta = &hostdata->TagAlloc[scmd_id(cmd)][lun]; in cmd_get_tag()
376 struct tag_alloc *ta = &hostdata->TagAlloc[scmd_id(cmd)][lun]; in cmd_free_tag()
388 struct tag_alloc *ta; in free_all_tags()
2182 struct tag_alloc *ta = &hostdata->TagAlloc[scmd_id(cmd)][cmd->device->lun]; in NCR5380_information_transfer()