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

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c52 unsigned int tag_id = 0; local
63 spu_writech(MFC_TagID, tag_id);
108 unsigned int tag_id = 0; local
119 spu_writech(MFC_TagID, tag_id);
125 unsigned int tag_id = 0; local
131 spu_writech(MFC_TagID, tag_id);
H A Dspu_utils.h101 unsigned int tag_id = 0; local
114 spu_writech(MFC_TagID, tag_id);
H A Dspu_restore.c36 unsigned int tag_id = 0; local
43 spu_writech(MFC_TagID, tag_id);
52 unsigned int tag_id = 0; local
63 spu_writech(MFC_TagID, tag_id);
/linux-master/drivers/bluetooth/
H A Dbtqca.h131 __le16 tag_id; member in struct:tlv_type_nvm
H A Dbtqca.c276 u16 tag_id, tag_len; local
348 tag_id = le16_to_cpu(tlv_nvm->tag_id);
352 switch (tag_id) {
/linux-master/arch/powerpc/include/asm/
H A Dspu.h75 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F))
/linux-master/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))
503 flow_context->flow_tag = ib_spec->flow_tag.tag_id;
/linux-master/include/uapi/rdma/
H A Dib_user_verbs.h1016 __u32 tag_id; member in struct:ib_uverbs_flow_spec_action_tag
/linux-master/drivers/input/touchscreen/
H A Dsur40.c83 __le32 tag_id; /* valid when type == 0x04 (SUR40_TAG) */ member in struct:sur40_blob
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c2652 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5715 && ((tag == scb->io_ctx->csio.tag_id)
7848 atio->tag_id = *byte++;
H A Daic79xx_core.c7970 && ((tag == scb->io_ctx->csio.tag_id)
10670 atio->tag_id = *byte++;
/linux-master/include/rdma/
H A Dib_verbs.h2038 u32 tag_id; member in struct:ib_flow_spec_action_tag
/linux-master/tools/lib/bpf/
H A Dlibbpf.c6787 int ptr_id = 0, struct_id, tag_id, orig_fn_id; local
6896 tag_id = btf__add_decl_tag(btf, ctx_tag, func_rec->type_id, arg_idx);
6897 if (tag_id < 0) {

Completed in 288 milliseconds