Searched refs:tag_id (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/ |
D | spu_save.c | 52 unsigned int tag_id = 0; in save_upper_240kb() local 63 spu_writech(MFC_TagID, tag_id); in save_upper_240kb() 108 unsigned int tag_id = 0; in spill_regs_to_mem() local 119 spu_writech(MFC_TagID, tag_id); in spill_regs_to_mem() 125 unsigned int tag_id = 0; in enqueue_sync() local 131 spu_writech(MFC_TagID, tag_id); in enqueue_sync()
|
D | spu_restore.c | 36 unsigned int tag_id = 0; in fetch_regs_from_mem() local 43 spu_writech(MFC_TagID, tag_id); in fetch_regs_from_mem() 52 unsigned int tag_id = 0; in restore_upper_240kb() local 63 spu_writech(MFC_TagID, tag_id); in restore_upper_240kb()
|
D | spu_utils.h | 101 unsigned int tag_id = 0; in enqueue_putllc() local 114 spu_writech(MFC_TagID, tag_id); in enqueue_putllc()
|
/linux-6.12.1/drivers/bluetooth/ |
D | btqca.c | 282 u16 tag_id, tag_len; in qca_tlv_check_data() local 386 tag_id = le16_to_cpu(tlv_nvm->tag_id); in qca_tlv_check_data() 393 switch (tag_id) { in qca_tlv_check_data()
|
D | btqca.h | 132 __le16 tag_id; member
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | spu.h | 75 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument
|
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | fs.c | 134 #define LAST_FLOW_TAG_FIELD tag_id 500 if (ib_spec->flow_tag.tag_id >= BIT(24)) in parse_flow_attr() 503 flow_context->flow_tag = ib_spec->flow_tag.tag_id; in parse_flow_attr()
|
/linux-6.12.1/include/uapi/rdma/ |
D | ib_user_verbs.h | 1016 __u32 tag_id; member
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | sur40.c | 83 __le32 tag_id; /* valid when type == 0x04 (SUR40_TAG) */ member
|
/linux-6.12.1/drivers/infiniband/core/ |
D | uverbs_cmd.c | 2652 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id; in kern_spec_to_ib_spec_action()
|
/linux-6.12.1/include/rdma/ |
D | ib_verbs.h | 2040 u32 tag_id; member
|
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 5715 && ((tag == scb->io_ctx->csio.tag_id) in ahc_match_scb() 7848 atio->tag_id = *byte++; in ahc_handle_target_cmd()
|
D | aic79xx_core.c | 7970 && ((tag == scb->io_ctx->csio.tag_id) in ahd_match_scb() 10670 atio->tag_id = *byte++; in ahd_handle_target_cmd()
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.c | 6872 int ptr_id = 0, struct_id, tag_id, orig_fn_id; in bpf_program_fixup_func_info() local 6981 tag_id = btf__add_decl_tag(btf, ctx_tag, func_rec->type_id, arg_idx); in bpf_program_fixup_func_info() 6982 if (tag_id < 0) { in bpf_program_fixup_func_info()
|