Searched refs:tag (Results 1 - 25 of 932) sorted by last modified time

1234567891011>>

/linux-master/fs/smb/client/
H A Dcifsproto.h476 u32 *tag, struct kvec *rsp,
H A Dcifsglob.h223 __u32 tag; member in struct:cifs_open_info_data::__anon77
378 u32 *tag, struct kvec *rsp,
H A Dinode.c78 /* check inode attributes against fattr. If they don't match, tag the
831 /* TODO: add support to query reparse tag */
835 data.reparse.tag = IO_REPARSE_TAG_SYMLINK;
1011 u32 tag = data->reparse.tag; local
1014 if (!tag && server->ops->query_reparse_point) {
1016 full_path, &tag,
1026 switch ((data->reparse.tag = tag)) {
1054 fattr->cf_cifstag = data->reparse.tag;
[all...]
/linux-master/drivers/interconnect/
H A Dcore.c47 seq_puts(s, " node tag avg peak\n");
71 dev_name(r->dev), r->tag, avg_bw, peak_bw);
289 p->aggregate(node, r->tag, avg_bw, peak_bw,
330 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, argument
523 if (src_data->tag && src_data->tag == dst_data->tag)
524 icc_set_tag(path, src_data->tag);
636 * icc_set_tag() - set an optional tag on a path
637 * @path: the path we want to tag
643 icc_set_tag(struct icc_path *path, u32 tag) argument
[all...]
/linux-master/net/bridge/
H A Dbr_private.h1615 * skb, the vlan tag will always be present if the frame was tagged.
1729 static inline u16 br_vlan_get_tag(const struct sk_buff *skb, u16 *tag) argument
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4105 u16 tag = 0x0, inner_tag = 0x0; local
4118 tag = skb_vlan_tag_get(skb);
4125 if (stmmac_set_desc_vlan_tag(priv, p, tag, inner_tag, inner_type))
4771 /* pop the vlan tag */
7663 /* Both mac100 and gmac support receive VLAN tag detection */
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c676 u16 tag, tfa_tag; local
692 tag = ts_skb->tag;
695 if (tag == tfa_tag) {
2024 /* TODO: Need to add support for VLAN tag 802.1Q */
2146 ts_skb->tag = priv->ts_skb_tag++;
2152 desc->tagh_tsr = (ts_skb->tag >> 4) | TX_TSR;
2153 desc->ds_tagl |= cpu_to_le16(ts_skb->tag << 12);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c1406 esw_add_restore_rule(struct mlx5_eswitch *esw, u32 tag) argument
1429 MLX5_SET(fte_match_set_misc2, misc, metadata_reg_c_0, tag);
1437 flow_context->flow_tag = tag;
1446 "Failed to create restore rule for tag: %d, err(%d)\n",
1447 tag, (int)PTR_ERR(flow_rule));
/linux-master/fs/btrfs/
H A Dextent_io.c1479 /* make sure the mapping tag for page dirty gets cleared */
1917 xa_mark_t tag; local
1934 tag = PAGECACHE_TAG_TOWRITE;
1936 tag = PAGECACHE_TAG_DIRTY;
1943 tag, &fbatch))) {
2047 xa_mark_t tag; local
2091 tag = PAGECACHE_TAG_TOWRITE;
2093 tag = PAGECACHE_TAG_DIRTY;
2100 end, tag, &fbatch))) {
2228 /* Make sure the mapping tag fo
[all...]
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2445 argp->tag = NULL;
2452 argp->tag = svcxdr_savemem(argp, p, argp->taglen);
2453 if (!argp->tag)
5798 memcpy(p, resp->tag, resp->taglen);
/linux-master/fs/ceph/
H A Daddr.c940 xa_mark_t tag; local
968 tag = PAGECACHE_TAG_TOWRITE;
970 tag = PAGECACHE_TAG_DIRTY;
1029 end, tag, &fbatch);
/linux-master/drivers/iommu/amd/
H A Diommu.c713 int type, devid, flags, tag; local
786 tag = event[1] & 0x03FF;
787 dev_err(dev, "Event logged [INVALID_PPR_REQUEST device=%04x:%02x:%02x.%x pasid=0x%05x address=0x%llx flags=0x%04x tag=0x%03x]\n",
789 pasid, address, flags, tag);
1171 int status, int tag, u8 gn)
1180 cmd->data[3] = tag & 0x1ff;
1668 int status, int tag)
1678 tag, dev_data->pri_tlp);
1170 build_complete_ppr(struct iommu_cmd *cmd, u16 devid, u32 pasid, int status, int tag, u8 gn) argument
1667 amd_iommu_complete_ppr(struct pci_dev *pdev, u32 pasid, int status, int tag) argument
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c454 mem_region->tag = args->tag;
/linux-master/drivers/ata/
H A Dlibata-scsi.c662 int tag; local
670 * unique per-device budget token as a tag.
674 tag = cmd->budget_token;
676 tag = scsi_cmd_to_rq(cmd)->tag;
679 qc = __ata_qc_from_tag(ap, tag);
680 qc->tag = qc->hw_tag = tag;
2956 /* For NCQ commands copy the tag value */
H A Dlibata-core.c1534 qc->tag = ATA_TAG_INTERNAL;
4794 if (ata_tag_valid(qc->tag))
4795 qc->tag = ATA_TAG_POISON;
4831 ap->qc_active &= ~(1ULL << qc->tag);
4897 if (unlikely(ata_tag_internal(qc->tag))) {
4987 /* ATA_TAG_INTERNAL is sent to hw as tag 0 */
5028 link->active_tag = qc->tag;
5032 ap->qc_active |= 1ULL << qc->tag;
/linux-master/net/ipv4/
H A Droute.c1303 static void set_class_tag(struct rtable *rt, u32 tag) argument
1306 rt->dst.tclassid |= tag & 0xFFFF;
1308 rt->dst.tclassid |= tag & 0xFFFF0000;
2167 u32 tag = 0; local
2185 err = fib_validate_source(skb, saddr, daddr, tos, 0, dev, in_dev, &tag);
/linux-master/include/linux/
H A Dmm.h366 # define VM_SPARC_ADI VM_ARCH_1 /* Uses ADI tag for access control */
1425 * lists, we instead now tag pages as dirty/writeback in the radix tree.
1827 * setting tags for all pages to native kernel tag value 0xff, as the default
1833 u8 tag = KASAN_TAG_KERNEL;
1836 tag = (page->flags >> KASAN_TAG_PGSHIFT) & KASAN_TAG_MASK;
1837 tag ^= 0xff;
1840 return tag;
1843 static inline void page_kasan_tag_set(struct page *page, u8 tag)
1850 tag ^= 0xff;
1855 flags |= (tag
1831 u8 tag = KASAN_TAG_KERNEL; local
1841 page_kasan_tag_set(struct page *page, u8 tag) argument
1870 page_kasan_tag_set(struct page *page, u8 tag) argument
[all...]
H A Dfs.h496 * Returns true if any of the pages in the mapping are marked with the tag.
498 static inline bool mapping_tagged(struct address_space *mapping, xa_mark_t tag) argument
500 return xa_marked(&mapping->i_pages, tag);
H A Dbpf.h610 * order to drop this tag, it must be passed into bpf_per_cpu_ptr()
639 * tag PTR_TO_BTF_ID allocated using bpf_obj_new.
675 /* Used to tag PTR_TO_BTF_ID | MEM_ALLOC references which are non-owning.
1549 u8 tag[BPF_TAG_SIZE]; member in struct:bpf_prog
/linux-master/fs/bcachefs/
H A Dacl.c32 unsigned tag = le16_to_cpu(in->e_tag); local
34 prt_str(out, acl_types[tag]);
36 switch (tag) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1469 hdr_tag = qc->tag;
1519 hdr->dw7 = cpu_to_le32(abort->tag << CMD_HDR_ABORT_IPTT_OFF);
H A Dhisi_sas_main.c186 return rq->tag + HISI_SAS_RESERVED_IPTT;
1653 u16 tag = slot->idx; local
1656 rc = sas_abort_task(task, tag);
1657 rc2 = sas_execute_internal_abort_single(device, tag,
1701 u32 tag = slot->idx; local
1705 tag, slot->dlvry_queue,
1944 u32 tag = slot->idx; local
1946 rc = sas_query_task(task, tag);
/linux-master/net/9p/
H A Dclient.c281 int tag; local
315 tag = idr_alloc(&c->reqs, req, P9_NOTAG, P9_NOTAG + 1,
318 tag = idr_alloc(&c->reqs, req, 0, P9_NOTAG, GFP_NOWAIT);
319 req->tc.tag = tag;
322 if (tag < 0)
348 * p9_tag_lookup - Look up a request by tag.
350 * @tag: Transaction ID.
353 * Return: A request, or %NULL if there is no request with that tag.
355 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) argument
391 u16 tag = r->tc.tag; local
468 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, int16_t *tag, int rewind) argument
[all...]
H A Dtrans_fd.c326 "mux %p pkt: size: %d bytes tag: %d\n",
327 m, m->rc.size, m->rc.tag);
329 m->rreq = p9_tag_lookup(m->client, m->rc.tag);
331 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n",
332 m->rc.tag);
339 "requested packet size too big: %d for tag %d with capacity %zd\n",
340 m->rc.size, m->rc.tag, m->rreq->rc.capacity);
347 "No recv fcall for tag %d (req %p), disconnecting!\n",
348 m->rc.tag, m->rreq);
376 "Request tag
[all...]
/linux-master/kernel/bpf/
H A Dsyscall.c2349 char prog_tag[sizeof(prog->tag) * 2 + 1] = { };
2353 bin2hex(prog_tag, prog->tag, sizeof(prog->tag));
3120 char prog_tag[sizeof(prog->tag) * 2 + 1] = { };
3128 bin2hex(prog_tag, prog->tag, sizeof(prog->tag));
4568 memcpy(info.tag, prog->tag, sizeof(prog->tag));
4808 prog->aux->func[i]->tag,
[all...]

Completed in 575 milliseconds

1234567891011>>