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

1234567891011>>

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h67 /* Set to 1 if the DSA/VLAN tag is stacked */
272 /* Set to 1 if the DSA/VLAN tag is stacked */
464 * the type of the tag (ORDERED, ATOMIC, NULL)
467 uint64_t tag:32; member in struct:cvmx_wqe_word1::__anon53
469 uint64_t tag:32;
492 uint64_t tag:32; member in struct:cvmx_wqe_word1::__anon54
494 uint64_t tag:32;
526 * the type of the tag (ORDERED, ATOMIC, NULL)
530 * the synchronization/ordering tag
532 uint64_t tag member in struct:cvmx_wqe_word1::__anon55
[all...]
/linux-master/scripts/genksyms/
H A Dparse.y52 (*ident)->tag = type;
56 r = copy_node(i); r->tag = type;
223 { remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; }
225 { remove_node($1); (*$2)->tag = SYM_UNION; $$ = $2; }
227 { remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; }
259 | TYPE { (*$1)->tag = SYM_TYPEDEF; $$ = $1; }
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dtrace.h172 TP_PROTO(int id, const char *tag, void *spt, int type, u64 v,
175 TP_ARGS(id, tag, spt, type, v, index),
184 id, tag, spt, type, v, index);
191 TP_PROTO(int id, const char *tag, int page_id, void *gpt, int type),
193 TP_ARGS(id, tag, page_id, gpt, type),
202 id, tag, page_id, gpt, type);
/linux-master/drivers/scsi/fnic/
H A Dfnic_res.h84 desc->hdr.tag.u.req_id = req_id; /* id for this request */
123 desc->hdr.tag.u.req_id = req_id; /* id for this request */
127 desc->u.itmf.t_tag = tm_id; /* tag of fcpio to be aborted */
147 desc->hdr.tag.u.req_id = req_id; /* id for this request */
167 desc->hdr.tag.u.req_id = req_id; /* id for this request */
189 desc->hdr.tag.u.req_id = req_id; /* id for this request */
203 desc->hdr.tag.u.req_id = req_id; /* id for this request */
H A Dfnic_trace.h54 u32 tag; member in struct:fnic_trace_data
85 trace_buf->tag = _t; \
/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/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/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/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/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/arch/arm/mm/
H A Dinit.c54 static int __init parse_tag_initrd(const struct tag *tag) argument
58 phys_initrd_start = __virt_to_phys(tag->u.initrd.start);
59 phys_initrd_size = tag->u.initrd.size;
65 static int __init parse_tag_initrd2(const struct tag *tag) argument
67 phys_initrd_start = tag->u.initrd.start;
68 phys_initrd_size = tag->u.initrd.size;
/linux-master/fs/xfs/
H A Dxfs_fsops.c484 int tag; local
499 tag = XFS_PTAG_SHUTDOWN_LOGERROR;
502 tag = XFS_PTAG_SHUTDOWN_CORRUPT;
505 tag = XFS_PTAG_SHUTDOWN_CORRUPT;
508 tag = XFS_PTAG_SHUTDOWN_IOERROR;
511 tag = XFS_PTAG_SHUTDOWN_IOERROR;
515 trace_xfs_force_shutdown(mp, tag, flags, fname, lnnum);
517 xfs_alert_tag(mp, tag,
/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.c393 if (le16_to_cpu(tlv->tag) != UNI_EVENT_FW_LOG_FORMAT)
451 switch (le16_to_cpu(tlv->tag)) {
521 switch (le16_to_cpu(res->tag)) {
575 if (le16_to_cpu(n->tag) != THERMAL_NOTIFY_TAG)
634 switch (le16_to_cpu(event->tag)) {
736 mt7996_mcu_add_uni_tlv(struct sk_buff *skb, u16 tag, u16 len) argument
740 ptlv->tag = cpu_to_le16(tag);
916 __le16 tag; member in struct:__anon1454
927 .tag
2135 __le16 tag; member in struct:__anon1456
2382 __le16 tag; member in struct:__anon1457::req_tlv
2415 u16 tag; local
2885 __le16 tag; member in struct:__anon1458
2939 __le16 tag; member in struct:__anon1459
2963 __le16 tag; member in struct:__anon1460
3201 __le16 tag; member in struct:__anon1464
3225 __le16 tag; member in struct:__anon1465
3264 __le16 tag; member in struct:__anon1466
3413 mt7996_mcu_set_chan_info(struct mt7996_phy *phy, u16 tag) argument
3428 __le16 tag; member in struct:__anon1467
3548 __le16 tag; member in struct:__anon1468
3588 __le16 tag; member in struct:__anon1469
3620 __le16 tag; member in struct:__anon1470
3667 __le16 tag; member in struct:__anon1471::__anon1473
3732 __le16 tag; member in struct:__anon1474
3748 __le16 tag; member in struct:mt7996_mcu_thermal
3775 __le16 tag; member in struct:__anon1475
3809 __le16 tag; member in struct:__anon1476
3848 __le16 tag; member in struct:__anon1477
3942 __le16 tag; member in struct:__anon1481
3967 __le16 tag; member in struct:__anon1482
4022 __le16 tag; member in struct:__anon1483
4059 __le16 tag; member in struct:__anon1484
4168 __le16 tag; member in struct:__anon1485
4219 __le16 tag; member in struct:__anon1486
4241 __le16 tag; member in struct:__anon1487
4262 __le16 tag; member in struct:__anon1488
4339 __le16 tag; member in struct:__anon1489
4376 __le16 tag; member in struct:__anon1490
4389 mt7996_mcu_set_rro(struct mt7996_dev *dev, u16 tag, u16 val) argument
4393 __le16 tag; member in struct:__anon1491
4442 mt7996_mcu_get_all_sta_info(struct mt7996_phy *phy, u16 tag) argument
4448 __le16 tag; member in struct:__anon1497
4464 __le16 tag; member in struct:__anon1498
4487 __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);

Completed in 395 milliseconds

1234567891011>>