Searched refs:orig_tag (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.h | 269 u32 val, u32 orig_tag, in cxgbi_ppm_ddp_tag_update_sw_bits() 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() 268 cxgbi_ppm_ddp_tag_update_sw_bits(struct cxgbi_ppm *ppm, u32 val, u32 orig_tag, u32 *final_tag) cxgbi_ppm_ddp_tag_update_sw_bits() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.h | 269 u32 val, u32 orig_tag, in cxgbi_ppm_ddp_tag_update_sw_bits() 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() 268 cxgbi_ppm_ddp_tag_update_sw_bits(struct cxgbi_ppm *ppm, u32 val, u32 orig_tag, u32 *final_tag) cxgbi_ppm_ddp_tag_update_sw_bits() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | esp_scsi.c | 577 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()
|
H A D | esp_scsi.h | 296 u8 orig_tag[2]; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | esp_scsi.c | 577 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()
|
H A D | esp_scsi.h | 297 u8 orig_tag[2]; member
|
Completed in 11 milliseconds