Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.h268 u32 val, u32 orig_tag, in cxgbi_ppm_ddp_tag_update_sw_bits() argument
279 if (!cxgbi_ppm_is_ddp_tag(ppm, orig_tag)) in cxgbi_ppm_ddp_tag_update_sw_bits()
283 (orig_tag & ppm->tformat.rsvd_mask); in cxgbi_ppm_ddp_tag_update_sw_bits()
/Linux-v4.19/drivers/scsi/
Desp_scsi.c574 if (!ent->orig_tag[0]) { in esp_alloc_lun_tag()
606 BUG_ON(lp->tagged_cmds[ent->orig_tag[1]]); in esp_alloc_lun_tag()
608 lp->tagged_cmds[ent->orig_tag[1]] = ent; in esp_alloc_lun_tag()
617 if (ent->orig_tag[0]) { in esp_free_lun_tag()
618 BUG_ON(lp->tagged_cmds[ent->orig_tag[1]] != ent); in esp_free_lun_tag()
619 lp->tagged_cmds[ent->orig_tag[1]] = NULL; in esp_free_lun_tag()
705 ent->orig_tag[0] = ent->tag[0]; in find_and_prep_issuable_command()
706 ent->orig_tag[1] = ent->tag[1]; in find_and_prep_issuable_command()
Desp_scsi.h289 u8 orig_tag[2]; member