Searched refs:TagAlloc (Results 1 – 2 of 2) sorted by relevance
284 ta = &hostdata->TagAlloc[target][lun]; in init_tags()315 if (hostdata->TagAlloc[scmd_id(cmd)][lun].nr_allocated >= in is_lun_busy()316 hostdata->TagAlloc[scmd_id(cmd)][lun].queue_size) { in is_lun_busy()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()395 ta = &hostdata->TagAlloc[target][lun]; in free_all_tags()2182 struct tag_alloc *ta = &hostdata->TagAlloc[scmd_id(cmd)][cmd->device->lun]; in NCR5380_information_transfer()
289 struct tag_alloc TagAlloc[8][8]; /* 8 targets and 8 LUNs */ member