Searched refs:tag_id (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A 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()
|
H A 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()
|
H A D | spu_utils.h | 101 unsigned int tag_id = 0; in enqueue_putllc() local 114 spu_writech(MFC_TagID, tag_id); in enqueue_putllc()
|
/openbmc/qemu/crypto/ |
H A D | der.h | 174 size_t *dlen, int tag_id,
|
H A D | der.c | 304 int qcrypto_der_decode_ctx_tag(const uint8_t **data, size_t *dlen, int tag_id, in qcrypto_der_decode_ctx_tag() argument 309 tag_id); in qcrypto_der_decode_ctx_tag()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btqca.c | 332 u16 tag_id, tag_len; in qca_tlv_check_data() local 436 tag_id = le16_to_cpu(tlv_nvm->tag_id); in qca_tlv_check_data() 443 switch (tag_id) { in qca_tlv_check_data()
|
H A D | btqca.h | 132 __le16 tag_id; member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | spu.h | 75 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A 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()
|
/openbmc/linux/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 1016 __u32 tag_id; member
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | sur40.c | 83 __le32 tag_id; /* valid when type == 0x04 (SUR40_TAG) */ member
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_cmd.c | 2653 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id; in kern_spec_to_ib_spec_action()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 2055 u32 tag_id; 2053 u32 tag_id; global() member
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A 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()
|
H A 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()
|