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

<<11121314151617181920>>

/linux-master/tools/bpf/bpftool/
H A Dcommon.c734 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) argument
769 if (tag && memcmp(nametag, info.tag, BPF_TAG_SIZE)) {
774 if (!tag) {
823 } else if (is_prefix(**argv, "tag")) {
824 unsigned char tag[BPF_TAG_SIZE]; local
828 if (sscanf(**argv, BPF_TAG_FMT, tag, tag + 1, tag + 2,
829 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/net/tls/
H A Dtls_device_fallback.c84 tls_make_aad(aad, len - cipher_desc->tag, (char *)&rcd_sn, buf[0], prot);
97 *in_len += cipher_desc->tag;
99 * trim len accordingly. The resulting authentication tag
103 * is larger then input buffer length + tag size
118 len -= cipher_desc->tag;
311 /* Add room for authentication tag produced by crypto */
313 sg_set_buf(&sg_out[2], dummy_buf, cipher_desc->tag);
339 sync_size + cipher_desc->tag;
483 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/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/drivers/block/
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/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.c154 if (prsrc->tag)
155 io_post_aux_cqe(node->ctx, prsrc->tag, 0, 0);
371 u64 tag = 0; local
373 if ((tags && copy_from_user(&tag, &tags[done], sizeof(tag))) ||
378 if ((fd == IORING_REGISTER_FILES_SKIP || fd == -1) && tag) {
411 *io_get_tag_slot(data, i) = tag;
436 u64 tag = 0; local
441 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/arch/x86/um/
H A Dsignal.c21 * FPU tag word conversions.
42 unsigned long tag; local
54 tag = 2; /* Special */
61 tag = 1; /* Zero */
63 tag = 2; /* Special */
68 tag = 0; /* Valid */
70 tag = 2; /* Special */
75 tag = 3; /* Empty */
77 ret |= (tag << (2 * i));
/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.c20 #define E(t, n, s, l, a) { .tag = t, .name = n, .event_name = s, .ldlat = l, .aux_event = a }
159 if (!e->tag)
162 if (strstr(e->tag, tok))
208 if (!e->tag)
227 e->tag ? 13 : 0,
228 e->tag ? : "",
229 e->tag && verbose > 0 ? 25 : 0,
230 e->tag && verbose > 0 ? perf_pmu__mem_events_name(j, pmu) : "",
/linux-master/include/linux/
H A Dlibata.h606 unsigned int tag; /* libata core tag */ member in struct:ata_queued_cmd
607 unsigned int hw_tag; /* driver tag */
784 unsigned int active_tag; /* active tag on this link */
1571 static inline bool ata_tag_internal(unsigned int tag) argument
1573 return tag == ATA_TAG_INTERNAL;
1576 static inline bool ata_tag_valid(unsigned int tag) argument
1578 return tag < ATA_MAX_QUEUE || ata_tag_internal(tag);
1581 #define __ata_qc_for_each(ap, qc, tag, max_ta
1777 __ata_qc_from_tag(struct ata_port *ap, unsigned int tag) argument
1785 ata_qc_from_tag(struct ata_port *ap, unsigned int tag) argument
[all...]
/linux-master/drivers/usb/gadget/function/
H A Dtcm.h35 /* SAS port target portal group tag for TCM */
79 u16 tag; member in struct:usbg_cmd
/linux-master/net/ipv6/netfilter/
H A Dip6t_srh.c111 !(srh->tag == srhinfo->tag)))
199 !(srh->tag == srhinfo->tag)))
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dscan.h80 u8 tag; member in struct:wl18xx_cmd_scan_params

Completed in 270 milliseconds

<<11121314151617181920>>