Home
last modified time | relevance | path

Searched refs:tag_id (Results 1 – 14 of 14) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c52 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()
H A Dspu_restore.c36 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()
H A Dspu_utils.h101 unsigned int tag_id = 0; in enqueue_putllc() local
114 spu_writech(MFC_TagID, tag_id); in enqueue_putllc()
/linux/drivers/bluetooth/
H A Dbtqca.c282 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()
H A Dbtqca.h132 __le16 tag_id; member
/linux/arch/powerpc/include/asm/
H A Dspu.h75 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument
/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c134 #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/include/uapi/rdma/
H A Dib_user_verbs.h1016 __u32 tag_id; member
/linux/drivers/input/touchscreen/
H A Dsur40.c83 __le32 tag_id; /* valid when type == 0x04 (SUR40_TAG) */ member
/linux/drivers/infiniband/core/
H A Duverbs_cmd.c2652 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id; in kern_spec_to_ib_spec_action()
/linux/include/rdma/
H A Dib_verbs.h2040 u32 tag_id; member
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5715 && ((tag == scb->io_ctx->csio.tag_id) in ahc_match_scb()
7848 atio->tag_id = *byte++; in ahc_handle_target_cmd()
H A Daic79xx_core.c7970 && ((tag == scb->io_ctx->csio.tag_id) in ahd_match_scb()
10670 atio->tag_id = *byte++; in ahd_handle_target_cmd()
/linux/tools/lib/bpf/
H A Dlibbpf.c6873 int ptr_id = 0, struct_id, tag_id, orig_fn_id; in bpf_program_fixup_func_info() local
6982 tag_id = btf__add_decl_tag(btf, ctx_tag, func_rec->type_id, arg_idx); in bpf_program_fixup_func_info()
6983 if (tag_id < 0) { in bpf_program_fixup_func_info()