Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.h269 u32 val, u32 orig_tag, in cxgbi_ppm_ddp_tag_update_sw_bits() argument
280 if (!cxgbi_ppm_is_ddp_tag(ppm, orig_tag)) in cxgbi_ppm_ddp_tag_update_sw_bits()
284 (orig_tag & ppm->tformat.rsvd_mask); in cxgbi_ppm_ddp_tag_update_sw_bits()
/linux-6.1.9/drivers/scsi/
Desp_scsi.c577 if (!ent->orig_tag[0]) { in esp_alloc_lun_tag()
609 BUG_ON(lp->tagged_cmds[ent->orig_tag[1]]); in esp_alloc_lun_tag()
611 lp->tagged_cmds[ent->orig_tag[1]] = ent; in esp_alloc_lun_tag()
620 if (ent->orig_tag[0]) { in esp_free_lun_tag()
621 BUG_ON(lp->tagged_cmds[ent->orig_tag[1]] != ent); in esp_free_lun_tag()
622 lp->tagged_cmds[ent->orig_tag[1]] = NULL; in esp_free_lun_tag()
723 ent->orig_tag[0] = ent->tag[0]; in find_and_prep_issuable_command()
724 ent->orig_tag[1] = ent->tag[1]; in find_and_prep_issuable_command()
Desp_scsi.h297 u8 orig_tag[2]; member