Searched refs:tag (Results 276 - 300 of 949) sorted by relevance

<<11121314151617181920>>

/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...]
H A Dsunvdc.c231 pkt.tag.type = VIO_TYPE_CTRL;
232 pkt.tag.stype = VIO_SUBTYPE_INFO;
233 pkt.tag.stype_env = VIO_ATTR_INFO;
234 pkt.tag.sid = vio_send_sid(vio);
253 pkt->tag.stype, pkt->operations,
258 if (pkt->tag.stype == VIO_SUBTYPE_ACK) {
383 struct vio_msg_tag tag; member in union:__anon67
396 msgbuf.tag.type,
397 msgbuf.tag.stype,
398 msgbuf.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...]
/linux-master/tools/bpf/bpftool/
H A Dcommon.c806 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) argument
841 if (tag && memcmp(nametag, info.tag, BPF_TAG_SIZE)) {
846 if (!tag) {
895 } else if (is_prefix(**argv, "tag")) {
896 unsigned char tag[BPF_TAG_SIZE]; local
900 if (sscanf(**argv, BPF_TAG_FMT, tag, tag + 1, tag + 2,
901 tag
[all...]
/linux-master/drivers/scsi/fnic/
H A Dfnic_scsi.c369 /* scsi pri and tag */
547 WARN(1, "fnic<%d>: %s: hwq: %d tag 0x%x already exists\n",
554 io_req->tag = mqtag;
618 struct fcpio_tag tag; local
623 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
700 struct fcpio_tag tag; local
704 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
824 unsigned int tag = 0; local
832 tag = blk_mq_unique_tag_to_tag(mqtag);
837 "hwq: %d mqtag: 0x%x tag
1090 unsigned int tag; local
1421 int tag; local
1562 fnic_queue_abort_io_req(struct fnic *fnic, int tag, u32 task_req, u8 *fc_lun, struct fnic_io_req *io_req, unsigned int hwq) argument
2029 uint32_t tag = 0; local
2748 int tag; local
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dkinect.c43 __le16 tag; member in struct:cam_hdr
139 chdr->tag = cpu_to_le16(sd->cam_tag);
145 gspca_dbg(gspca_dev, D_USBO, "Control cmd=%04x tag=%04x len=%04x: %d\n",
174 if (rhdr->tag != chdr->tag) {
175 pr_err("send_cmd: Bad tag %04x != %04x\n",
176 rhdr->tag, chdr->tag);
/linux-master/drivers/net/xen-netback/
H A Dhash.c35 static void xenvif_add_hash(struct xenvif *vif, const u8 *tag, argument
46 memcpy(new->tag, tag, len);
58 memcmp(entry->tag, tag, len) == 0)
135 memcmp(entry->tag, data, len) == 0) {
/linux-master/drivers/target/tcm_fc/
H A Dtfc_cmd.c364 /* FIXME: Add referenced task tag for ABORT_TASK */
425 int tag, cpu; local
427 tag = sbitmap_queue_get(&se_sess->sess_tag_pool, &cpu);
428 if (tag < 0)
431 cmd = &((struct ft_cmd *)se_sess->sess_cmd_map)[tag];
434 cmd->se_cmd.map_tag = tag;
540 cmd->se_cmd.tag = fc_seq_exch(cmd->seq)->rxid;
/linux-master/drivers/android/
H A Dbinder_trace.h38 TP_PROTO(const char *tag),
39 TP_ARGS(tag),
41 __field(const char *, tag)
44 __entry->tag = tag;
46 TP_printk("tag=%s", __entry->tag)
/linux-master/drivers/staging/greybus/
H A Dfw-download.c162 const char *tag)
184 intf->vendor_id, intf->product_id, tag);
228 const char *tag; local
238 tag = (const char *)request->firmware_tag;
241 if (strnlen(tag, GB_FIRMWARE_TAG_MAX_SIZE) ==
244 "firmware-tag is not null-terminated\n");
248 fw_req = find_firmware(fw_download, tag);
161 find_firmware(struct fw_download *fw_download, const char *tag) argument
/linux-master/net/tls/
H A Dtls_device_fallback.c85 tls_make_aad(aad, len - cipher_desc->tag, (char *)&rcd_sn, buf[0], prot);
98 *in_len += cipher_desc->tag;
100 * trim len accordingly. The resulting authentication tag
104 * is larger then input buffer length + tag size
119 len -= cipher_desc->tag;
312 /* Add room for authentication tag produced by crypto */
314 sg_set_buf(&sg_out[2], dummy_buf, cipher_desc->tag);
340 sync_size + cipher_desc->tag;
484 rc = crypto_aead_setauthsize(offload_ctx->aead_send, cipher_desc->tag);
/linux-master/include/trace/events/
H A Dufs.h271 unsigned int tag, u32 doorbell, u32 hwq_id, int transfer_len,
274 TP_ARGS(sdev, str_t, tag, doorbell, hwq_id, transfer_len, intr, lba,
280 __field(unsigned int, tag)
293 __entry->tag = tag;
304 "%s: %s: tag: %u, DB: 0x%x, size: %d, IS: %u, LBA: %llu, opcode: 0x%x (%s), group_id: 0x%x, hwq_id: %d",
306 dev_name(&__entry->sdev->sdev_dev), __entry->tag,
/linux-master/drivers/firmware/tegra/
H A Dbpmp.c596 /* deprecated version of tag query */
597 static int tegra_bpmp_get_firmware_tag_old(struct tegra_bpmp *bpmp, char *tag, argument
628 memcpy(tag, virt, TAG_SZ);
635 static int tegra_bpmp_get_firmware_tag(struct tegra_bpmp *bpmp, char *tag, argument
649 if (size != sizeof(resp.tag))
659 memcpy(tag, resp.tag, sizeof(resp.tag));
663 return tegra_bpmp_get_firmware_tag_old(bpmp, tag, size);
711 char tag[TAG_S local
[all...]
/linux-master/io_uring/
H A Drsrc.c156 if (prsrc->tag)
157 io_post_aux_cqe(node->ctx, prsrc->tag, 0, 0);
370 u64 tag = 0; local
372 if ((tags && copy_from_user(&tag, &tags[done], sizeof(tag))) ||
377 if ((fd == IORING_REGISTER_FILES_SKIP || fd == -1) && tag) {
410 *io_get_tag_slot(data, i) = tag;
435 u64 tag = 0; local
440 if (tags && copy_from_user(&tag, &tags[done], sizeof(tag))) {
[all...]
/linux-master/sound/soc/codecs/
H A Dpeb2466.c935 u16 tag, u32 lng, const u8 *data)
984 u16 tag, u32 lng, const u8 *data)
1027 u16 tag, u32 lng, const u8 *data)
1065 u16 tag, u32 lng, const u8 *data)
1103 u16 tag, u32 lng, const u8 *data)
1141 u16 tag, u32 lng, const u8 *data)
1186 u16 tag, u32 lng, const u8 *data)
1290 u16 tag, u32 lng, const u8 *data)
1387 u16 tag; member in struct:peb2466_fw_tag_def
1391 u16 tag, u3
934 peb2466_fw_parse_thfilter(struct snd_soc_component *component, u16 tag, u32 lng, const u8 *data) argument
983 peb2466_fw_parse_imr1filter(struct snd_soc_component *component, u16 tag, u32 lng, const u8 *data) argument
1026 peb2466_fw_parse_frxfilter(struct snd_soc_component *component, u16 tag, u32 lng, const u8 *data) argument
1064 peb2466_fw_parse_frrfilter(struct snd_soc_component *component, u16 tag, u32 lng, const u8 *data) argument
1102 peb2466_fw_parse_axfilter(struct snd_soc_component *component, u16 tag, u32 lng, const u8 *data) argument
1140 peb2466_fw_parse_arfilter(struct snd_soc_component *component, u16 tag, u32 lng, const u8 *data) argument
1185 peb2466_fw_parse_axtable(struct snd_soc_component *component, u16 tag, u32 lng, const u8 *data) argument
1289 peb2466_fw_parse_artable(struct snd_soc_component *component, u16 tag, u32 lng, const u8 *data) argument
1427 peb2466_fw_get_tag_def(u16 tag) argument
1445 u16 tag; local
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_ccw.c47 * @tag: s390dbf trace record tag
49 static int zfcp_ccw_activate(struct ccw_device *cdev, int clear, char *tag) argument
59 tag);
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-libmsrlisthelper.c26 u32 tag; /*!< Tag identifier, also checks endianness */ member in struct:tbd_header
150 if (memcmp(&header->tag, "DRVB", 4))
/linux-master/drivers/block/aoe/
H A Daoe.h48 __be32 tag; member in struct:aoe_hdr
120 u32 tag; member in struct:frame
166 u16 lasttag; /* last tag sent */
/linux-master/drivers/media/platform/amphion/
H A Dvpu_defs.h143 u32 tag; member in struct:vpu_dec_codec_info
166 u32 tag; member in struct:vpu_fs_info
/linux-master/fs/nfs/
H A Dcallback.h34 const char *tag; member in struct:cb_compound_hdr_arg
43 const char *tag; member in struct:cb_compound_hdr_res
/linux-master/drivers/scsi/isci/
H A Drequest.h292 u16 tag);
297 u16 tag);
/linux-master/tools/perf/util/
H A Dmem-events.c22 #define E(t, n, s, l, a) { .tag = t, .name = n, .event_name = s, .ldlat = l, .aux_event = a }
161 if (!e->tag)
164 if (strstr(e->tag, tok))
210 if (!e->tag)
229 e->tag ? 13 : 0,
230 e->tag ? : "",
231 e->tag && verbose > 0 ? 25 : 0,
232 e->tag && verbose > 0 ? perf_pmu__mem_events_name(j, pmu) : "",
/linux-master/arch/x86/um/
H A Dsignal.c22 * FPU tag word conversions.
43 unsigned long tag; local
55 tag = 2; /* Special */
62 tag = 1; /* Zero */
64 tag = 2; /* Special */
69 tag = 0; /* Valid */
71 tag = 2; /* Special */
76 tag = 3; /* Empty */
78 ret |= (tag << (2 * i));

Completed in 222 milliseconds

<<11121314151617181920>>