Searched refs:tag (Results 251 - 275 of 932) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/dma/ioat/
H A Ddca.c24 * Bit 7 of a tag map entry is the "valid" bit, if it is set then bits 0:6
25 * contain the bit number of the APIC ID to map into the DCA tag. If the valid
26 * bit is not set, then the value must be 0 or 1 and defines the bit in the tag.
36 /* expected tag map bytes for I/OAT ver.2 */
45 * I/OAT device. Software needs direct support for their tag mappings.
178 u8 tag; local
184 tag = 0;
199 tag |= (value << i);
202 return tag;
233 * If the tag ma
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.h104 __le16 tag; member in struct:mt7921_clc_info_tlv
/linux-master/net/dsa/
H A DMakefile17 tag.o \
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset.h43 void intel_gt_reset_unlock(struct intel_gt *gt, int tag);
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpmh.c41 * qcom_icc_aggregate - aggregate bw for buckets indicated by tag
43 * @tag: tag to indicate which buckets to aggregate
49 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, argument
57 if (!tag)
58 tag = QCOM_ICC_TAG_ALWAYS;
61 if (tag & BIT(i)) {
/linux-master/tools/perf/util/
H A Dmmap.h62 void mmap_cpu_mask__scnprintf(struct mmap_cpu_mask *mask, const char *tag);
/linux-master/drivers/ata/
H A Dlibata-sata.c655 * If the internal tag is set on ap->qc_active, then we care about
657 * the internal tag.
677 unsigned int tag = __ffs64(done_mask); local
679 qc = ata_qc_from_tag(ap, tag);
684 done_mask &= ~(1ULL << tag);
1290 * @tag: Resulting tag of the failed command
1303 int *tag, struct ata_taskfile *tf)
1324 *tag = buf[0] & 0x1f;
1364 unsigned int err_mask, tag; local
1302 ata_eh_read_log_10h(struct ata_device *dev, int *tag, struct ata_taskfile *tf) argument
1451 int tag, rc; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c70 __le16 tag; member in struct:__anon1303::__anon1304::uni_cmd_access_reg_basic
76 __le16 tag; member in struct:__anon1303::__anon1304::uni_cmd_access_rf_reg_basic
89 req.rf_reg.tag = cpu_to_le16(UNI_CMD_ACCESS_RF_REG_BASIC);
95 req.reg.tag = cpu_to_le16(UNI_CMD_ACCESS_REG_BASIC);
143 .tag = cpu_to_le16(UNI_OFFLOAD_OFFLOAD_ARP),
182 .tag = cpu_to_le16(UNI_SUSPEND_WOW_CTRL),
187 .tag = cpu_to_le16(UNI_SUSPEND_WOW_GPIO_PARAM),
239 tlv->tag = cpu_to_le16(UNI_SUSPEND_WOW_PATTERN);
329 WARN_ON_ONCE((le16_to_cpu(grant->tag) != UNI_EVENT_ROC_GRANT));
376 switch (le16_to_cpu(tlv->tag)) {
393 __le16 tag; member in struct:mt7925_uni_debug_msg
642 __le16 tag; member in struct:__anon1311
664 __le16 tag; member in struct:__anon1312
736 __le16 tag; member in struct:__anon1314
798 __le16 tag; member in struct:__anon1315
1063 __le16 tag; member in struct:__anon1317::roc_acquire_tlv
1128 __le16 tag; member in struct:__anon1319::roc_abort_tlv
1149 mt7925_mcu_set_chan_info(struct mt792x_phy *phy, u16 tag) argument
1164 __le16 tag; member in struct:__anon1321
1228 __le16 tag; member in struct:__anon1322
1254 __le16 tag; member in struct:__anon1323::ps_tlv
1293 __le16 tag; member in struct:__anon1325::bcnft_tlv
1331 __le16 tag; member in struct:__anon1327::bcnft_tlv
1356 __le16 tag; member in struct:__anon1329::pm_disable
1545 __le16 tag; member in struct:sta_rec_state_v2
1742 __le16 tag; member in struct:__anon1331::sniffer_enable_tlv
1794 __le16 tag; member in struct:__anon1333::config_tlv
1850 __le16 tag; member in struct:__anon1335::bcn_content_tlv
1934 __le16 tag; member in struct:__anon1336::rlm_tlv
2138 __le16 tag; member in struct:bss_sec_tlv
2649 __le16 tag; member in struct:__anon1338::scan_cancel_tlv
2695 __le16 tag; member in struct:__anon1339::n_chan
2792 __le16 tag; member in struct:__anon1341
2963 __le16 tag; member in struct:__anon1342
2985 __le16 tag; member in struct:__anon1343
3221 __le16 tag; member in struct:__anon1344
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.h186 #define _CHECK(condition, tag, duration, format...) ({ \
191 fprintf(stdout, "%s:FAIL:%s ", __func__, tag); \
195 __func__, tag, duration); \
212 #define CHECK(condition, tag, format...) \
213 _CHECK(condition, tag, duration, format)
214 #define CHECK_ATTR(condition, tag, format...) \
215 _CHECK(condition, tag, tattr.duration, format)
/linux-master/mm/kasan/
H A Dcommon.c120 u8 tag; local
129 tag = kasan_random_tag();
130 kasan_unpoison(set_tag(page_address(page), tag),
133 page_kasan_tag_set(page + i, tag);
168 * This function assigns a tag to an object considering the following:
170 * object somewhere (e.g. in the object itself). We preassign a tag for
172 * the same tag each time a particular object is allocated.
185 * set, assign a tag when the object is being allocated (init == false).
192 * assign a random tag during slab creation, otherwise reuse
193 * the already assigned tag
318 u8 tag; local
[all...]
/linux-master/fs/cachefiles/
H A Ddaemon.c77 { "tag", cachefiles_daemon_tag },
601 * Set the cache tag
602 * - command: "tag <name>"
606 char *tag; local
611 pr_err("Empty tag specified\n");
615 if (cache->tag)
618 tag = kstrdup(args, GFP_KERNEL);
619 if (!tag)
622 cache->tag = tag;
[all...]
/linux-master/drivers/ufs/core/
H A Dufs-mcq.c279 int tag = ufshcd_mcq_get_tag(hba, cqe); local
282 ufshcd_compl_one_cqe(hba, tag, cqe);
498 * @task_tag: The command's task tag.
544 dev_err(hba->dev, "%s: failed. hwq=%d, tag=%d err=%ld\n",
575 * @task_tag: The command's task tag.
634 int tag = scsi_cmd_to_rq(cmd)->tag; local
635 struct ufshcd_lrb *lrbp = &hba->lrb[tag];
642 "%s: skip abort. cmd at tag %d already completed.\n",
643 __func__, tag);
[all...]
/linux-master/scripts/dtc/libfdt/
H A Dfdt_sw.c231 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE);
318 prop->tag = cpu_to_fdt32(FDT_PROP);
342 uint32_t tag; local
361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
362 if (tag == FDT_PROP) {
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h274 u16 tag; member in struct:htc_tx_packet_info
566 enum htc_endpoint_id endpoint, u16 tag);
644 enum htc_endpoint_id eid, u16 tag)
650 packet->info.tx.tag = tag;
642 set_htc_pkt_info(struct htc_packet *packet, void *context, u8 *buf, unsigned int len, enum htc_endpoint_id eid, u16 tag) argument
/linux-master/crypto/
H A Decdsa.c35 static int ecdsa_get_signature_rs(u64 *dest, size_t hdrlen, unsigned char tag, argument
76 int ecdsa_get_signature_r(void *context, size_t hdrlen, unsigned char tag, argument
81 return ecdsa_get_signature_rs(sig->r, hdrlen, tag, value, vlen,
85 int ecdsa_get_signature_s(void *context, size_t hdrlen, unsigned char tag, argument
90 return ecdsa_get_signature_rs(sig->s, hdrlen, tag, value, vlen,
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_vp8_if.c23 /* This ac_tag is vp8 frame tag. */
234 u32 tag; local
241 tag = (bs_hdr_len << 5) | 0x10 | not_key;
242 ac_tag[0] = tag & 0xff;
243 ac_tag[1] = (tag >> 8) & 0xff;
244 ac_tag[2] = (tag >> 16) & 0xff;
270 * ac tag, bitstream header and bitstream body.
/linux-master/sound/hda/ext/
H A Dhdac_ext_stream.c60 * @tag: the tag id to assign
67 int idx, int direction, int tag)
79 snd_hdac_stream_init(bus, &hext_stream->hstream, idx, direction, tag);
96 int i, tag, idx = start_idx; local
108 tag = ++stream_tag;
109 snd_hdac_ext_stream_init(bus, hext_stream, idx, dir, tag);
65 snd_hdac_ext_stream_init(struct hdac_bus *bus, struct hdac_ext_stream *hext_stream, int idx, int direction, int tag) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dbase.c176 enum nvkm_falcon_mem mem_type, u32 mem_base, int len, u16 tag, bool sec)
192 pio->wr(falcon, port, img, xfer_len, tag++);
200 printk(KERN_CONT " %04x", tag - 1);
213 u32 size, u16 tag, u8 port, bool secure)
217 "writing with secure tag on a non-secure falcon!\n");
221 falcon->func->load_imem(falcon, data, start, size, tag, port,
175 nvkm_falcon_pio_wr(struct nvkm_falcon *falcon, const u8 *img, u32 img_base, u8 port, enum nvkm_falcon_mem mem_type, u32 mem_base, int len, u16 tag, bool sec) argument
212 nvkm_falcon_load_imem(struct nvkm_falcon *falcon, void *data, u32 start, u32 size, u16 tag, u8 port, bool secure) argument
/linux-master/scripts/
H A Dget_abi.pl117 my $tag = "";
134 if ($tag eq "description") {
135 # New "tag" is actually part of
136 # description. Don't consider it a tag
138 } elsif ($tag ne "") {
139 parse_error($file, $ln, "tag '$tag' is invalid", $_);
145 parse_error($file, $ln, "tag 'Where' is invalid. Should be 'What:' instead", "");
155 if ($tag =~ m/what/) {
171 $tag
[all...]
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c1197 u32 tag; local
1202 rc = pm8001_tag_alloc(pm8001_ha, &tag);
1206 payload.tag = cpu_to_le32(tag);
1226 pm8001_tag_free(pm8001_ha, tag);
1242 u32 tag; local
1248 rc = pm8001_tag_alloc(pm8001_ha, &tag);
1252 payload.tag = cpu_to_le32(tag);
1296 pm8001_tag_free(pm8001_ha, tag);
1400 u32 tag; local
1780 u32 tag; local
2070 u32 tag = le32_to_cpu(psspPayload->tag); local
2247 u32 tag; local
2660 u32 tag = le32_to_cpu(psataPayload->tag); local
2859 u32 tag; local
3654 u32 tag = le32_to_cpu(pPayload->tag); local
3710 u32 tag; local
4283 u32 tag = ccb->ccb_tag; local
4433 u32 tag = ccb->ccb_tag, q_index; local
4634 u32 tag = 0x01; local
4672 u32 tag = 0x01; local
4761 u32 tag; local
4817 u32 tag, i, j = 0; local
4861 u32 tag, opc; local
[all...]
H A Dpm8001_hwi.c1721 u32 tag; local
1728 tag = le32_to_cpu(psspPayload->tag);
1729 ccb = &pm8001_ha->ccb_info[tag];
1753 "status:0x%x, tag:0x%x, task:0x%p\n",
1754 status, tag, t);
1955 u32 tag = le32_to_cpu(psspPayload->tag); local
1959 ccb = &pm8001_ha->ccb_info[tag];
2119 u32 tag; local
2495 u32 tag = le32_to_cpu(psataPayload->tag); local
2675 u32 tag; local
2855 u32 tag = le32_to_cpu(pPayload->tag); local
2874 u32 tag = le32_to_cpu(pPayload->tag); local
2893 u32 tag = le32_to_cpu(pPayload->tag); local
2958 u32 tag; local
3380 u32 tag = le32_to_cpu(ppayload->tag); local
3446 u32 tag, scp; local
3989 u32 tag = ccb->ccb_tag; local
4034 u32 tag = ccb->ccb_tag; local
4110 u32 tag = 0x01; local
4143 u32 tag = 0x01; local
4548 pm8001_chip_fw_flash_update_build(struct pm8001_hba_info *pm8001_ha, void *fw_flash_updata_info, u32 tag) argument
[all...]
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-max.c51 u32 c, v = 0, tag = DDB_LINK_TAG(link); local
54 ddbwritel(dev, cmd | v, tag | LNB_CONTROL(lnb));
56 v = ddbreadl(dev, tag | LNB_CONTROL(lnb));
74 u32 tag = DDB_LINK_TAG(port->lnr); local
84 ddbwritel(dev, 0, tag | LNB_BUF_LEVEL(dvb->input));
86 ddbwritel(dev, cmd->msg[i], tag | LNB_BUF_WRITE(dvb->input));
95 u32 tag = DDB_LINK_TAG(link); local
98 ddbwritel(dev, 0, tag | LNB_BUF_LEVEL(input));
100 ddbwritel(dev, cmd->msg[i], tag | LNB_BUF_WRITE(input));
/linux-master/drivers/block/
H A Dps3disk.c126 dev->bounce_lpar, &dev->tag);
130 dev->bounce_lpar, &dev->tag);
152 0, &dev->tag);
204 u64 tag, status; local
207 res = lv1_storage_get_async_status(dev->sbd.dev_id, &tag, &status);
209 if (tag != dev->tag)
211 "%s:%u: tag mismatch, got %llx, expected %llx\n",
212 __func__, __LINE__, tag, dev->tag);
[all...]
/linux-master/arch/sparc/mm/
H A Dtsb.c28 static inline int tag_compare(unsigned long tag, unsigned long vaddr) argument
30 return (tag == (vaddr >> 22));
41 match |= (ent->tag << 22);
43 ent->tag = (1UL << TSB_TAG_INVALID_BIT);
64 if (tag_compare(ent->tag, v))
65 ent->tag = (1UL << TSB_TAG_INVALID_BIT);
73 unsigned long tag, ent, hash; local
78 tag = (v >> 22UL);
80 tsb_flush(ent, tag);
618 /* If ADI tag storag
[all...]
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c31 int cpu; /* CPU where the cmd's tag was allocated */
342 int tag; local
347 tag = -ESHUTDOWN;
350 tag = sbitmap_queue_get(sbq, cpup);
351 if (tag >= 0)
357 return tag;
369 int tag, cpu, rc = 0; local
374 tag = sbitmap_queue_get(&fdev->admin_sbq, &cpu);
375 if (tag < 0) {
378 tag
[all...]

Completed in 242 milliseconds

<<11121314151617181920>>