Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Desp_scsi.c574 if (!ent->orig_tag[0]) { in esp_alloc_lun_tag()
608 BUG_ON(lp->tagged_cmds[ent->orig_tag[1]]); in esp_alloc_lun_tag()
610 lp->tagged_cmds[ent->orig_tag[1]] = ent; in esp_alloc_lun_tag()
619 if (ent->orig_tag[0]) { in esp_free_lun_tag()
620 BUG_ON(lp->tagged_cmds[ent->orig_tag[1]] != ent); in esp_free_lun_tag()
621 lp->tagged_cmds[ent->orig_tag[1]] = NULL; in esp_free_lun_tag()
707 ent->orig_tag[0] = ent->tag[0]; in find_and_prep_issuable_command()
708 ent->orig_tag[1] = ent->tag[1]; in find_and_prep_issuable_command()
Desp_scsi.h289 u8 orig_tag[2]; member