Searched refs:tag (Results 226 - 250 of 932) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/sgx/
H A Dsigstruct.c214 uint64_t tag; member in struct:mrecreate
230 mrecreate.tag = MRECREATE;
241 uint64_t tag; member in struct:mreadd
252 mreadd.tag = MREADD;
260 uint64_t tag; member in struct:mreextend
273 mreextend.tag = MREEXTEND;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h63 u16 tag)
65 return target->dev->ar->htc_ops->flush_txep(target, endpoint, tag);
61 ath6kl_htc_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) argument
/linux-master/arch/x86/math-emu/
H A Dreg_constant.c40 /* Only the sign (and tag) is used in internal zeroes */
43 /* Only the sign and significand (and tag) are used in internal NaNs */
50 /* Only the sign (and tag) is used in internal infinities */
53 static void fld_const(FPU_REG const * c, int adj, u_char tag) argument
65 FPU_settag0(tag);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm.h43 __be16 tag; member in struct:nfp_ccm_hdr::__anon527::__anon528
64 return hdr->tag;
90 * @tag_alloc_next: next tag bit to allocate
91 * @tag_alloc_last: next tag bit to be freed
/linux-master/drivers/net/can/usb/etas_es58x/
H A Des581_4.h123 __le32 tag; /* Related to the CAN filtering. Unused in this module */ member in struct:es581_4_rx_err_msg
134 __le32 tag; /* Related to the CAN filtering. Unused in this module */ member in struct:es581_4_rx_event_msg
/linux-master/scripts/dtc/libfdt/
H A Dfdt_rw.c229 (*prop)->tag = cpu_to_fdt32(FDT_PROP);
340 uint32_t tag; local
352 tag = fdt_next_tag(fdt, parentoffset, &nextoffset);
354 if (!can_assume(LIBFDT_FLAWLESS) && (tag != FDT_BEGIN_NODE))
358 tag = fdt_next_tag(fdt, offset, &nextoffset);
359 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
368 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE);
/linux-master/sound/pci/hda/
H A Dhda_jack.h33 unsigned char tag; /* unsol event tag */ member in struct:hda_jack_tbl
70 unsigned char tag, int dev_id);
H A Dhda_jack.c86 * snd_hda_jack_tbl_get_from_tag - query the jack-table entry for the given tag
88 * @tag: tag value to refer to
93 unsigned char tag, int dev_id)
98 if (!tag || !jack)
101 if (jack->tag == tag && jack->dev_id == dev_id)
146 jack->tag = existing_nid_jack->tag;
155 jack->tag
92 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, unsigned char tag, int dev_id) argument
716 int tag = (res & AC_UNSOL_RES_TAG) >> AC_UNSOL_RES_TAG_SHIFT; local
[all...]
/linux-master/drivers/scsi/fnic/
H A Dfnic_trace.h54 u32 tag; member in struct:fnic_trace_data
85 trace_buf->tag = _t; \
/linux-master/include/linux/
H A Dinterconnect.h51 void icc_set_tag(struct icc_path *path, u32 tag);
98 static inline void icc_set_tag(struct icc_path *path, u32 tag) argument
H A Dasn1_ber_bytecode.h18 unsigned char tag, /* In case of ANY type */
28 /* The tag-matching ops come first and the odd-numbered slots
57 /* Everything before here will want a tag from the data */
/linux-master/drivers/crypto/
H A Domap-aes-gcm.c47 u8 *tag; local
80 tag = (u8 *)rctx->auth_tag;
82 if (tag[i]) {
177 static int do_encrypt_iv(struct aead_request *req, u32 *tag, u32 *iv) argument
181 aes_encrypt(&ctx->actx, (u8 *)tag, (u8 *)iv);
190 u32 *auth_tag, tag[4]; local
193 scatterwalk_map_and_copy(tag, dd->aead_req->src,
203 auth_tag[i] = auth_tag[i] ^ tag[i];
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c261 * FPU tag word conversions.
290 u32 tag; local
300 tag = FP_EXP_TAG_SPECIAL;
307 tag = FP_EXP_TAG_ZERO;
309 tag = FP_EXP_TAG_SPECIAL;
313 tag = FP_EXP_TAG_VALID;
315 tag = FP_EXP_TAG_SPECIAL;
319 tag = FP_EXP_TAG_EMPTY;
321 ret |= tag << (2 * i);
/linux-master/fs/xfs/
H A Dxfs_fsops.c486 int tag; local
501 tag = XFS_PTAG_SHUTDOWN_LOGERROR;
504 tag = XFS_PTAG_SHUTDOWN_CORRUPT;
507 tag = XFS_PTAG_SHUTDOWN_CORRUPT;
510 tag = XFS_PTAG_SHUTDOWN_IOERROR;
513 tag = XFS_PTAG_SHUTDOWN_IOERROR;
517 trace_xfs_force_shutdown(mp, tag, flags, fname, lnnum);
519 xfs_alert_tag(mp, tag,
/linux-master/mm/kasan/
H A Dkasan.h414 static inline const void *arch_kasan_set_tag(const void *addr, u8 tag) argument
423 #define set_tag(addr, tag) ((void *)arch_kasan_set_tag((addr), (tag)))
436 #define hw_set_mem_tag_range(addr, size, tag, init) \
437 arch_set_mem_tag_range((addr), (size), (tag), (init))
483 u8 tag = get_tag(addr); local
489 hw_set_mem_tag_range(kasan_reset_tag(addr), size, tag, init); local
507 * @init - whether to initialize the memory range (only for hardware tag-based)
515 * @init - whether to initialize the memory range (only for hardware tag-based)
517 * For the tag
[all...]
/linux-master/drivers/scsi/
H A Dhptiop.c40 static void hptiop_finish_scsi_req(struct hptiop_hba *hba, u32 tag,
42 static void hptiop_host_request_callback_itl(struct hptiop_hba *hba, u32 tag);
43 static void hptiop_iop_request_callback_itl(struct hptiop_hba *hba, u32 tag);
77 static void hptiop_request_callback_itl(struct hptiop_hba *hba, u32 tag) argument
79 if (tag & IOPMU_QUEUE_ADDR_HOST_BIT)
81 tag & ~IOPMU_QUEUE_ADDR_HOST_BIT);
83 hptiop_iop_request_callback_itl(hba, tag);
175 static void hptiop_request_callback_mv(struct hptiop_hba *hba, u64 tag) argument
177 u32 req_type = (tag >> 5) & 0x7;
180 dprintk("hptiop_request_callback_mv: tag
220 u64 tag; local
716 hptiop_finish_scsi_req(struct hptiop_hba *hba, u32 tag, struct hpt_iop_request_scsi_command *req) argument
779 u32 tag; local
794 hptiop_iop_request_callback_itl(struct hptiop_hba *hba, u32 tag) argument
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c390 if (le16_to_cpu(tlv->tag) != UNI_EVENT_FW_LOG_FORMAT)
448 switch (le16_to_cpu(tlv->tag)) {
518 switch (le16_to_cpu(res->tag)) {
572 if (le16_to_cpu(n->tag) != THERMAL_NOTIFY_TAG)
631 switch (le16_to_cpu(event->tag)) {
733 mt7996_mcu_add_uni_tlv(struct sk_buff *skb, u16 tag, u16 len) argument
737 ptlv->tag = cpu_to_le16(tag);
910 __le16 tag; member in struct:__anon1380
921 .tag
2114 __le16 tag; member in struct:__anon1382
2358 __le16 tag; member in struct:__anon1383::req_tlv
2391 u16 tag; local
2861 __le16 tag; member in struct:__anon1384
2915 __le16 tag; member in struct:__anon1385
2939 __le16 tag; member in struct:__anon1386
3177 __le16 tag; member in struct:__anon1390
3201 __le16 tag; member in struct:__anon1391
3240 __le16 tag; member in struct:__anon1392
3389 mt7996_mcu_set_chan_info(struct mt7996_phy *phy, u16 tag) argument
3404 __le16 tag; member in struct:__anon1393
3524 __le16 tag; member in struct:__anon1394
3564 __le16 tag; member in struct:__anon1395
3596 __le16 tag; member in struct:__anon1396
3643 __le16 tag; member in struct:__anon1397::__anon1399
3708 __le16 tag; member in struct:__anon1400
3724 __le16 tag; member in struct:mt7996_mcu_thermal
3748 __le16 tag; member in struct:__anon1401
3782 __le16 tag; member in struct:__anon1402
3821 __le16 tag; member in struct:__anon1403
3915 __le16 tag; member in struct:__anon1407
3940 __le16 tag; member in struct:__anon1408
3995 __le16 tag; member in struct:__anon1409
4032 __le16 tag; member in struct:__anon1410
4141 __le16 tag; member in struct:__anon1411
4192 __le16 tag; member in struct:__anon1412
4214 __le16 tag; member in struct:__anon1413
4235 __le16 tag; member in struct:__anon1414
4312 __le16 tag; member in struct:__anon1415
4349 __le16 tag; member in struct:__anon1416
4362 mt7996_mcu_set_rro(struct mt7996_dev *dev, u16 tag, u16 val) argument
4366 __le16 tag; member in struct:__anon1417
4415 mt7996_mcu_get_all_sta_info(struct mt7996_phy *phy, u16 tag) argument
4421 __le16 tag; member in struct:__anon1423
4437 __le16 tag; member in struct:__anon1424
4460 __le16 tag; member in struct:tx_power_limit_table_ctrl
[all...]
/linux-master/arch/arm64/crypto/
H A Dghash-ce-glue.c60 u32 const rk[], int rounds, u8 tag[]);
64 const u8 tag[], u64 authsize);
344 u8 *tag; local
362 tag = (u8 *)&lengths;
369 tag = NULL;
375 tag);
392 scatterwalk_map_and_copy(tag, req->dst, req->assoclen + req->cryptlen,
409 u8 *tag; local
432 tag = (u8 *)&lengths;
439 tag
[all...]
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h88 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag);
/linux-master/scripts/dtc/
H A Dfdtget.c139 uint32_t tag; /* current tag */ local
145 tag = fdt_next_tag(blob, node, &nextoffset);
146 switch (tag) {
174 printf("Unknown tag 0x%08X\n", tag);
/linux-master/scripts/genksyms/
H A Dgenksyms.h28 enum symbol_type tag; member in struct:string_list
/linux-master/drivers/s390/char/
H A Dsclp_rw.h42 u32 tag; member in struct:mdb_header
/linux-master/include/net/
H A Dgtp.h51 __u8 tag; member in struct:gtp_ie
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre.h97 __le16 tag; member in struct:hpre_sqe
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgp102.c41 gp102_flcn_pio_emem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) argument

Completed in 501 milliseconds

1234567891011>>