Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dspu_save.c66 unsigned int tag_id = 0; in save_upper_240kb() local
77 spu_writech(MFC_TagID, tag_id); in save_upper_240kb()
122 unsigned int tag_id = 0; in spill_regs_to_mem() local
133 spu_writech(MFC_TagID, tag_id); in spill_regs_to_mem()
139 unsigned int tag_id = 0; in enqueue_sync() local
145 spu_writech(MFC_TagID, tag_id); in enqueue_sync()
Dspu_restore.c50 unsigned int tag_id = 0; in fetch_regs_from_mem() local
57 spu_writech(MFC_TagID, tag_id); in fetch_regs_from_mem()
66 unsigned int tag_id = 0; in restore_upper_240kb() local
77 spu_writech(MFC_TagID, tag_id); in restore_upper_240kb()
Dspu_utils.h114 unsigned int tag_id = 0; in enqueue_putllc() local
127 spu_writech(MFC_TagID, tag_id); in enqueue_putllc()
/Linux-v4.19/drivers/bluetooth/
Dbtqca.c120 u16 tag_id, tag_len; in qca_tlv_check_data() local
178 tag_id = le16_to_cpu(tlv_nvm->tag_id); in qca_tlv_check_data()
182 switch (tag_id) { in qca_tlv_check_data()
Dbtqca.h118 __le16 tag_id; member
/Linux-v4.19/arch/powerpc/include/asm/
Dspu.h88 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument
/Linux-v4.19/include/uapi/rdma/
Dib_user_verbs.h974 __u32 tag_id; member
/Linux-v4.19/drivers/input/touchscreen/
Dsur40.c87 __le32 tag_id; /* valid when type == 0x04 (SUR40_TAG) */ member
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c2443 #define LAST_FLOW_TAG_FIELD tag_id
2792 if (ib_spec->flow_tag.tag_id >= BIT(24)) in parse_flow_attr()
2795 action->flow_tag = ib_spec->flow_tag.tag_id; in parse_flow_attr()
/Linux-v4.19/drivers/infiniband/core/
Duverbs_cmd.c2867 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id; in kern_spec_to_ib_spec_action()
/Linux-v4.19/include/rdma/
Dib_verbs.h2033 u32 tag_id; member
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c5779 && ((tag == scb->io_ctx->csio.tag_id) in ahc_match_scb()
7917 atio->tag_id = *byte++; in ahc_handle_target_cmd()
Daic79xx_core.c8056 && ((tag == scb->io_ctx->csio.tag_id) in ahd_match_scb()
10756 atio->tag_id = *byte++; in ahd_handle_target_cmd()