Searched refs:tag (Results 276 - 300 of 932) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/net/ipa/
H A Dipa_cmd.c131 __le64 tag; member in struct:ipa_cmd_ip_packet_tag_status
563 payload->tag = le64_encode_bits(0, IP_PACKET_TAG_STATUS_TAG_FMASK);
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c741 unsigned short tag)
760 veth->h_vlan_TCI = htons(tag);
945 * the card put 2 bytes vlan tag in front
1602 /* tx tag */
1618 /* rx tag */
740 gelic_put_vlan_tag(struct sk_buff *skb, unsigned short tag) argument
/linux-master/drivers/net/ethernet/renesas/
H A Dravb.h948 __le16 ds_tagl; /* Descriptor size and frame tag LSBs */
949 u8 tagh_tsr; /* Frame tag MSBs and timestamp storage request bit */
956 TX_TAGL = 0xf000, /* Frame tag LSBs */
960 TX_TAGH = 0x3f, /* Frame tag MSBs */
1021 u16 tag; member in struct:ravb_tstamp_skb
/linux-master/drivers/memstick/core/
H A Dmspro_block.c219 static const char *mspro_block_attr_name(unsigned char tag) argument
221 switch (tag) {
421 static sysfs_show_t mspro_block_attr_show(unsigned char tag) argument
423 switch (tag) {
/linux-master/drivers/memory/tegra/
H A Dtegra234.c1098 static int tegra234_mc_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, argument
/linux-master/drivers/block/
H A Dps3vram.c173 static void ps3vram_begin_ring(struct ps3vram_priv *priv, u32 chan, u32 tag, argument
176 ps3vram_out_ring(priv, (size << 18) | (chan << 13) | tag);
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...]
H A Dnbd.c193 u32 tag = blk_mq_unique_tag(req); local
196 return (cookie << NBD_COOKIE_BITS) | tag;
773 u32 tag; local
777 tag = nbd_handle_to_tag(handle);
778 hwq = blk_mq_unique_tag_to_hwq(tag);
781 blk_mq_unique_tag_to_tag(tag));
784 tag, req);
793 tag, cmd->status, cmd->flags);
799 tag, index, cmd->index);
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c153 unsigned int tag)
155 return blk_mq_rq_to_pdu(blk_mq_tag_to_rq(dd->tags.tags[0], tag));
203 * @tag The tag of the command to be issued.
208 static inline void mtip_issue_ncq_command(struct mtip_port *port, int tag) argument
210 int group = tag >> 5;
214 writel((1 << MTIP_TAG_BIT(tag)),
215 port->s_active[MTIP_TAG_INDEX(tag)]);
216 writel((1 << MTIP_TAG_BIT(tag)),
217 port->cmd_issue[MTIP_TAG_INDEX(tag)]);
152 mtip_cmd_from_tag(struct driver_data *dd, unsigned int tag) argument
497 int group, tag, bit, reissue, rv; local
650 int tag, bit; local
826 mtip_issue_non_ncq_command(struct mtip_port *port, int tag) argument
[all...]
/linux-master/drivers/block/aoe/
H A Daoecmd.c78 getframe_deferred(struct aoedev *d, u32 tag) argument
86 if (f->tag == tag) {
95 getframe(struct aoedev *d, u32 tag) argument
101 n = tag % NFACTIVE;
105 if (f->tag == tag) {
116 * This driver reserves tag -1 to mean "unused frame."
139 h->tag = cpu_to_be32(host_tag);
312 n = f->tag
513 tsince(u32 tag) argument
[all...]
H A Daoenet.c154 n = get_unaligned_be32(&h->tag);
/linux-master/block/
H A Dblk-flush.c225 /* release the tag's ownership to the req cloned from */
247 flush_rq->tag = BLK_MQ_NO_TAG;
316 * In case of none scheduler, borrow tag from the first request
318 * the tag's ownership for flush req.
320 * In case of IO scheduler, flush rq need to borrow scheduler tag
321 * just for cheating put/get driver tag.
327 flush_rq->tag = first_rq->tag;
361 WARN_ON(rq->tag < 0);
/linux-master/arch/arm/mach-omap2/
H A Dboard-generic.c91 static void __init rx51_set_system_rev(const struct tag *tags)
93 const struct tag *tag; local
95 if (tags->hdr.tag != ATAG_CORE)
98 for_each_tag(tag, tags) {
99 if (tag->hdr.tag == ATAG_REVISION) {
100 system_rev = tag->u.revision.rev;
111 const struct tag *tags = (const struct tag *)(PAGE_OFFSE
[all...]
/linux-master/net/ceph/
H A Dmessenger_v2.c464 static void init_frame_desc(struct ceph_frame_desc *desc, int tag, argument
471 desc->fd_tag = tag;
774 pr_err("failed to set gcm tag size: %d\n", ret);
1016 sg_cnt = 1; /* epilogue + [auth tag] */
1273 * space for control remainder auth tag
1274 * space for preamble auth tag
1281 * preamble auth tag
1284 * control remainder auth tag
1320 static int __prepare_control(struct ceph_connection *con, int tag, argument
1328 dout("%s con %p tag
1359 prepare_control(struct ceph_connection *con, int tag, void *base, int ctrl_len) argument
2794 int tag = con->v2.in_desc.fd_tag; local
[all...]
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c1947 char tag, const char *val, size_t len)
1949 if (tag != 'V')
1958 static int bcm4377_parse_otp_chip_params(struct bcm4377_data *bcm4377, char tag, argument
1963 if (tag != 's')
1989 char tag = *p++; local
2006 ret = bcm4377_parse_otp_board_params(bcm4377, tag, p,
2010 ret = bcm4377_parse_otp_chip_params(bcm4377, tag, p,
1946 bcm4377_parse_otp_board_params(struct bcm4377_data *bcm4377, char tag, const char *val, size_t len) argument
/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/net/tls/
H A Dtls_main.c83 .tag = cipher ## _TAG_SIZE, \
95 .tag = cipher ## _TAG_SIZE, \
/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...]
H A Dcache.c27 cache_cookie = fscache_acquire_cache(cache->tag);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c2571 static void bnxt_qplib_release_srqe(struct bnxt_qplib_srq *srq, u32 tag) argument
2574 srq->swq[srq->last_idx].next_idx = (int)tag;
2575 srq->last_idx = (int)tag;
H A Dib_verbs.c2314 qp->qp1_hdr.vlan.tag = cpu_to_be16(vlan_id);
/linux-master/sound/soc/sof/
H A Dipc3.c785 v->micro, v->tag);
/linux-master/net/sched/
H A Dem_meta.c169 * vlan tag
174 unsigned short tag; local
178 else if (!__vlan_get_tag(skb, &tag))
179 dst->value = tag;
/linux-master/net/atm/
H A Dmpc.c501 __be32 tag; member in struct:__anon96
542 if (entry->ctrl_info.tag != 0) {
543 ddprintk("(%s) adding tag 0x%x\n",
544 mpc->dev->name, entry->ctrl_info.tag);
545 tagged_llc_snap_hdr.tag = entry->ctrl_info.tag;
554 /* add LLC/SNAP header + tag */
691 __be32 tag; local
739 tag = *(__be32 *)tmp;
741 eg = mpc->eg_ops->get_by_tag(tag, mp
[all...]
/linux-master/drivers/net/ppp/
H A Dpppoe.c112 * Ethernet frames have a special tag for this but
884 start = (char *)&ph->tag[0];

Completed in 498 milliseconds

<<11121314151617181920>>