Searched refs:tag (Results 351 - 375 of 932) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c70 gm200_flcn_pio_dmem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) argument
104 gm200_flcn_pio_imem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) argument
106 nvkm_falcon_wr32(falcon, 0x188 + (port * 0x10), tag++);
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_verify.c73 u8 tag; local
106 tag = ASN1_CONS_BIT | ASN1_SET;
107 ret = crypto_shash_update(desc, &tag, 1);
/linux-master/drivers/target/
H A Dtarget_core_tmr.c90 pr_debug("Attempted to abort io tag: %llu already complete or"
91 " fabric stop, skipping\n", se_cmd->tag);
133 ref_tag = se_cmd->tag;
347 cmd->tag, (preempt_and_abort_list) ? "preempt" : "",
/linux-master/drivers/dca/
H A Ddca-core.c253 * dca_common_get_tag - return the dca tag (serves both new and old api)
260 u8 tag; local
270 tag = dca->ops->get_tag(dca, dev, cpu);
273 return tag;
277 * dca3_get_tag - return the dca tag to the requester device
292 * dca_get_tag - return the dca tag for the given cpu (old api)
/linux-master/drivers/target/iscsi/
H A Discsi_target_util.c127 int tag = -1; local
133 return tag;
141 tag = sbitmap_queue_get(sbq, cpup);
142 if (tag >= 0)
148 return tag;
159 int size, tag, cpu; local
161 tag = sbitmap_queue_get(&se_sess->sess_tag_pool, &cpu);
162 if (tag < 0)
163 tag = iscsit_wait_for_tag(se_sess, state, &cpu);
164 if (tag <
[all...]
/linux-master/drivers/char/tpm/
H A Dtpm.h67 __be16 tag; member in struct:stclear_flags_t
83 __be16 tag; member in struct:tpm1_version2
101 __be16 tag; member in struct:permanent_flags_t
/linux-master/include/uapi/sound/
H A Dasequencer.h274 char tag; member in struct:snd_seq_event
289 char tag; member in struct:snd_seq_ump_event
400 #define SNDRV_SEQ_REMOVE_TAG_MATCH (1<<9) /* Restrict to events with given tag */
412 char tag; /* Tag for REMOVE_TAG */ member in struct:snd_seq_remove_events
/linux-master/drivers/firmware/
H A Draspberrypi.c83 * The buffer header and the ending tag are added by this function and
85 * See struct rpi_firmware_property_tag_header for the per-tag
120 * The tag name here might not be the one causing the
122 * But single-tag is the most common, so go with it.
138 * @tag: One of enum_mbox_property_tag.
142 * Submits a single tag to the VPU firmware through the mailbox
150 u32 tag, void *tag_data, size_t buf_size)
166 header->tag = tag;
149 rpi_firmware_property(struct rpi_firmware *fw, u32 tag, void *tag_data, size_t buf_size) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmt7925.h48 __le16 tag; member in struct:mt7925_roc_grant_tlv
66 __le16 tag; member in struct:mt7925_beacon_loss_tlv
200 int mt7925_mcu_set_chan_info(struct mt792x_phy *phy, u16 tag);
/linux-master/fs/xfs/
H A Dxfs_icache.c223 /* Set a tag on both the AG incore inode tree and the AG radix tree. */
228 unsigned int tag)
235 was_tagged = radix_tree_tagged(&pag->pag_ici_root, tag);
236 radix_tree_tag_set(&pag->pag_ici_root, agino, tag);
238 if (tag == XFS_ICI_RECLAIM_TAG)
244 /* propagate the tag up into the perag radix tree */
246 radix_tree_tag_set(&mp->m_perag_tree, pag->pag_agno, tag);
250 switch (tag) {
262 /* Clear a tag on both the AG incore inode tree and the AG radix tree. */
267 unsigned int tag)
225 xfs_perag_set_inode_tag( struct xfs_perag *pag, xfs_agino_t agino, unsigned int tag) argument
264 xfs_perag_clear_inode_tag( struct xfs_perag *pag, xfs_agino_t agino, unsigned int tag) argument
[all...]
/linux-master/drivers/media/common/
H A Dtveeprom.c426 ** tuner type: tag [00].05 or [0a].01 (index into hauppauge_tuner)
427 ** tuner fmts: tag [00].04 or [0a].00 (bitmask index into
429 ** radio: tag [00].{last} or [0e].00 (bitmask. bit2=FM)
430 ** audio proc: tag [02].01 or [05].00 (mask with 0x7f)
431 ** decoder proc: tag [09].01)
434 ** model: tag [00].07-08 or [06].00-01
435 ** revision: tag [00].09-0b or [06].04-06
436 ** serial#: tag [01].05-07 or [04].04-06
441 int i, j, len, done, beenhere, tag, start; local
497 /* process by tag */
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h80 int (*iter)(struct ath11k_base *ar, u16 tag, u16 len,
/linux-master/include/net/iucv/
H A Daf_iucv.h144 u32 tag; /* tag associated with message */ member in struct:iucv_skb_cb
/linux-master/include/scsi/
H A Dviosrp.h133 __be64 tag; member in struct:mad_common
H A Dsas.h317 __be16 tag; member in struct:ssp_frame_hdr
374 __be16 tag; member in struct:ssp_tmf_iu
538 __be16 tag; member in struct:ssp_frame_hdr
595 __be16 tag; member in struct:ssp_tmf_iu
H A Dlibsas.h545 u16 tag; member in struct:sas_internal_abort_task
691 u16 tag, unsigned int qid,
719 int sas_query_task(struct sas_task *task, u16 tag);
720 int sas_abort_task(struct sas_task *task, u16 tag);
/linux-master/drivers/scsi/snic/
H A Dsnic_trc.c64 td->tag,
/linux-master/arch/m68k/virt/
H A Dconfig.c66 switch (be16_to_cpu(record->tag)) {
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c369 void pmull_gcm_enc_final(int blocks, u64 dg[], char *tag,
377 int pmull_gcm_dec_final(int bytes, u64 dg[], char *tag,
500 u8 *tag, *dst; local
546 tag = (u8 *)&lengths;
560 pmull_gcm_enc_final(tail, dg, tag, ctx, (u8 *)src, iv,
574 scatterwalk_map_and_copy(tag, req->dst, req->assoclen + req->cryptlen,
592 u8 *tag, *dst; local
641 tag = (u8 *)&lengths;
647 ret = pmull_gcm_dec_final(tail, dg, tag, ctx, (u8 *)src, iv,
/linux-master/include/drm/
H A Ddrm_displayid.h100 u8 tag; member in struct:displayid_block
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm2.c58 /* tag 0 is emptyAuth */
130 unsigned char tag,
147 unsigned char tag,
165 unsigned char tag,
177 unsigned char tag,
129 tpm2_key_parent(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
146 tpm2_key_type(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
164 tpm2_key_pub(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
176 tpm2_key_priv(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
/linux-master/arch/m68k/mvme16x/
H A Dconfig.c58 uint16_t tag = be16_to_cpu(bi->tag); local
59 if (tag == BI_VME_TYPE || tag == BI_VME_BRDINFO)
/linux-master/sound/aoa/soundbus/
H A Dsoundbus.h42 int tag; member in struct:transfer_info
/linux-master/drivers/usb/storage/
H A Dusb.h124 unsigned int tag; /* current dCBWTag */ member in struct:us_data
/linux-master/arch/powerpc/platforms/ps3/
H A Ddevice-init.c672 u64 tag; member in struct:ps3_notification_device
701 u64 tag, status; local
704 res = lv1_storage_get_async_status(PS3_NOTIFICATION_DEV_ID, &tag,
706 if (tag != dev->tag)
707 pr_err("%s:%u: tag mismatch, got %llx, expected %llx\n",
708 __func__, __LINE__, tag, dev->tag);
733 &dev->tag)
735 &dev->tag);
[all...]

Completed in 347 milliseconds

<<11121314151617181920>>