Searched refs:tag (Results 76 - 100 of 932) sorted by relevance

1234567891011>>

/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.c66 * @tag: tag indicating which kind of FSF response has been received
70 void zfcp_dbf_hba_fsf_res(char *tag, int level, struct zfcp_fsf_req *req) argument
81 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
109 * @tag: tag indicating which kind of FC Endpoint Security event has occurred
115 void zfcp_dbf_hba_fsf_fces(char *tag, const struct zfcp_fsf_req *req, u64 wwpn, argument
131 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LE
155 zfcp_dbf_hba_fsf_reqid(const char *const tag, const int level, struct zfcp_adapter *const adapter, const u64 req_id) argument
195 zfcp_dbf_hba_fsf_uss(char *tag, struct zfcp_fsf_req *req) argument
242 zfcp_dbf_hba_bit_err(char *tag, struct zfcp_fsf_req *req) argument
337 zfcp_dbf_rec_trig(char *tag, struct zfcp_adapter *adapter, struct zfcp_port *port, struct scsi_device *sdev, u8 want, u8 need) argument
383 zfcp_dbf_rec_trig_lock(char *tag, struct zfcp_adapter *adapter, struct zfcp_port *port, struct scsi_device *sdev, u8 want, u8 need) argument
400 zfcp_dbf_rec_run_lvl(int level, char *tag, struct zfcp_erp_action *erp) argument
438 zfcp_dbf_rec_run(char *tag, struct zfcp_erp_action *erp) argument
449 zfcp_dbf_rec_run_wka(char *tag, struct zfcp_fc_wka_port *wka_port, u64 req_id) argument
482 zfcp_dbf_san(char *tag, struct zfcp_dbf *dbf, char *paytag, struct scatterlist *sg, u8 id, u16 len, u64 req_id, u32 d_id, u16 cap_len) argument
544 zfcp_dbf_san_req(char *tag, struct zfcp_fsf_req *fsf, u32 d_id) argument
558 zfcp_dbf_san_res_cap_len_if_gpn_ft(char *tag, struct zfcp_fsf_req *fsf, u16 len) argument
625 zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf) argument
645 zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf) argument
671 zfcp_dbf_scsi_common(char *tag, int level, struct scsi_device *sdev, struct scsi_cmnd *sc, struct zfcp_fsf_req *fsf) argument
753 zfcp_dbf_scsi_eh(char *tag, struct zfcp_adapter *adapter, unsigned int scsi_id, int ret) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dmmc_hsq.c28 unsigned int tag, need_change = 0; local
31 for (tag = 0; tag < HSQ_NUM_SLOTS; tag++) {
32 mrq = hsq->slot[tag].mrq;
94 int tag; local
98 * tag.
106 tag = hsq->tag_slot[hsq->next_tag];
108 hsq->next_tag = tag;
121 /* Update the next available tag t
215 int tag = mrq->tag; local
[all...]
/linux-master/arch/mips/rb532/
H A Dprom.c36 static inline int match_tag(char *arg, const char *tag) argument
38 return strncmp(arg, tag, strlen(tag)) == 0;
41 static inline unsigned long tag2ul(char *arg, const char *tag) argument
45 num = arg + strlen(tag);
/linux-master/arch/arm64/include/asm/
H A Dmte-kasan.h45 * EL1, this can potentially cause a tag check fault even if the
51 * The Tag check override (TCO) bit disables temporarily the tag checking
67 * These functions disable tag checking only if in MTE async mode
93 u8 tag = 0xF0 | (u8)(((u64)(ptr)) >> MTE_TAG_SHIFT); local
95 return tag;
98 /* Get allocation tag for the address. */
107 /* Generate a random tag. */
147 * Assign allocation tags for a region of memory based on the pointer tag.
151 static inline void mte_set_mem_tag_range(void *addr, size_t size, u8 tag, argument
161 curr = (u64)__tag_set(addr, tag);
237 mte_set_mem_tag_range(void *addr, size_t size, u8 tag, bool init) argument
[all...]
/linux-master/fs/udf/
H A Dmisc.c116 crclen = sizeof(struct extendedAttrHeaderDesc) - sizeof(struct tag);
119 sizeof(struct tag), crclen));
191 struct tag *tag_p;
206 tag_p = (struct tag *)(bh->b_data);
211 udf_debug("location mismatch block %u, tag %u != %u\n",
216 /* Verify the tag checksum */
219 udf_err(sb, "tag checksum failed, block %u: 0x%02x != 0x%02x\n",
224 /* Verify the tag version */
227 udf_err(sb, "tag version 0x%04x != 0x0002 || 0x0003, block %u\n",
233 if (le16_to_cpu(tag_p->descCRCLength) + sizeof(struct tag) > s
[all...]
/linux-master/arch/mips/sgi-ip22/
H A Dip28-berr.c73 #define tag cache_tags.tags[0] macro
75 tag[0].lo = read_c0_taglo(); /* PA[35:18], VA[13:12] */
76 tag[0].hi = read_c0_taghi(); /* PA[39:36] */
78 tag[1].lo = read_c0_taglo(); /* PA[35:18], VA[13:12] */
79 tag[1].hi = read_c0_taghi(); /* PA[39:36] */
80 #undef tag macro
90 #define tag cache_tags.tagd[i] macro
93 tag[0].lo = read_c0_taglo(); /* PA[35:12] */
94 tag[0].hi = read_c0_taghi(); /* PA[39:36] */
96 tag[
99 #undef tag macro
106 #define tag macro
115 #undef tag macro
[all...]
/linux-master/include/linux/
H A Dradix-tree.h74 /* The IDR tag is stored in the low bits of xa_flags */
96 * @tags: bit-mask for tag-iterating
104 * radix tree tag.
243 unsigned long index, unsigned int tag);
245 unsigned long index, unsigned int tag);
247 unsigned long index, unsigned int tag);
249 const struct radix_tree_iter *iter, unsigned int tag);
252 unsigned int max_items, unsigned int tag);
255 unsigned int max_items, unsigned int tag);
256 int radix_tree_tagged(const struct radix_tree_root *, unsigned int tag);
[all...]
H A Dasn1_encoder.h20 u32 tag, const unsigned char *string, int len);
/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/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h38 * - Requesting a POW operation with an active tag switch in
40 * - Waiting for a tag switch to complete for an excessively
43 * - Illegal tag switches from NULL_NULL.
44 * - Illegal tag switches from NULL.
67 /* Tag ordering is maintained, and at most one PP has the tag */
70 * The work queue entry from the order - NEVER tag switch from
74 /* A tag switch to NULL, and there is no space reserved in POW
75 * - NEVER tag switch to NULL_NULL
76 * - NEVER tag switch from NULL_NULL
93 * POW tag operation
220 uint64_t tag:32; member in struct:__anon27::__anon28
687 uint64_t tag:32; member in struct:__anon35::__anon39
742 uint64_t tag:32; member in struct:__anon35::__anon40
847 uint64_t tag:32; member in struct:__anon35::__anon43
1534 cvmx_pow_tag_sw_nocheck(uint32_t tag, enum cvmx_pow_tag_type tag_type) argument
1598 cvmx_pow_tag_sw(uint32_t tag, enum cvmx_pow_tag_type tag_type) argument
1641 cvmx_pow_tag_sw_full_nocheck(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group) argument
1715 cvmx_pow_tag_sw_full(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group) argument
1806 cvmx_pow_work_submit(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t qos, uint64_t grp) argument
1952 cvmx_pow_tag_sw_desched_nocheck( uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group, uint64_t no_sched) argument
2035 cvmx_pow_tag_sw_desched(uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group, uint64_t no_sched) argument
2165 cvmx_pow_tag_get_sw_bits(uint64_t tag) argument
2180 cvmx_pow_tag_get_hw_bits(uint64_t tag) argument
[all...]
/linux-master/drivers/media/usb/as102/
H A Das10x_cmd_cfg.c18 * @tag: context tag
23 int as10x_cmd_get_context(struct as10x_bus_adapter_t *adap, uint16_t tag, argument
38 pcmd->body.context.req.tag = cpu_to_le16(tag);
74 * @tag: context tag
79 int as10x_cmd_set_context(struct as10x_bus_adapter_t *adap, uint16_t tag, argument
96 pcmd->body.context.req.tag = cpu_to_le16(tag);
[all...]
/linux-master/arch/arm/mach-rpc/include/mach/
H A Duncompress.h115 struct tag *t = (struct tag *)params;
118 if (t->hdr.tag == ATAG_CORE) {
120 if (t->hdr.tag == ATAG_VIDEOTEXT) {
125 } else if (t->hdr.tag == ATAG_VIDEOLFB) {
128 } else if (t->hdr.tag == ATAG_MEM) {
/linux-master/mm/kasan/
H A Dhw_tags.c3 * This file contains core hardware tag-based KASAN code.
270 static void unpoison_vmalloc_pages(const void *addr, u8 tag) argument
276 * As hardware tag-based KASAN only tags VM_ALLOC vmalloc allocations
287 page_kasan_tag_set(page, tag);
305 u8 tag; local
315 * Don't tag non-VM_ALLOC mappings, as:
317 * 1. Unlike the software KASAN modes, hardware tag-based KASAN only
318 * supports tagging physical memory. Therefore, it can only tag a
320 * 2. Hardware tag-based KASAN can only tag memor
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_parser.c205 unsigned char tag,
224 unsigned char tag,
274 unsigned char tag,
315 unsigned char tag,
332 unsigned char tag,
366 unsigned char tag,
409 unsigned char tag,
415 if (tag != ((ASN1_UNIV << 6) | ASN1_CONS_BIT | ASN1_SEQ)) {
416 pr_debug("Cert began with tag %02x at %lu\n",
417 tag, (unsigne
204 pkcs7_note_OID(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
223 pkcs7_sig_note_digest_algo(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
273 pkcs7_sig_note_pkey_algo(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
314 pkcs7_check_content_type(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
331 pkcs7_note_signeddata_version(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
365 pkcs7_note_signerinfo_version(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
408 pkcs7_extract_cert(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
448 pkcs7_note_certificate_list(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
466 pkcs7_note_content(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
486 pkcs7_note_data(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
503 pkcs7_sig_note_authenticated_attr(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
586 pkcs7_sig_note_set_of_authattrs(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
614 pkcs7_sig_note_serial(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
627 pkcs7_sig_note_issuer(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
640 pkcs7_sig_note_skid(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
656 pkcs7_sig_note_signature(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
673 pkcs7_note_signed_info(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
[all...]
H A Dmscode_parser.c37 unsigned char tag,
69 unsigned char tag,
117 unsigned char tag,
36 mscode_note_content_type(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
68 mscode_note_digest_algo(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
116 mscode_note_digest(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c30 * tag and the EXTENDED RATE MFIE tag if needed.
31 * It encludes two bytes per tag for the tag itself and its len
43 /* place the MFIE rate, tag to the memory (double) pointed.
45 * it points after the new MFIE tag added.
49 u8 *tag = *tag_p; local
51 *tag++ = MFIE_TYPE_RATES;
52 *tag++ = 4;
53 *tag
66 u8 *tag = *tag_p; local
87 u8 *tag = *tag_p; local
103 u8 *tag = *tag_p; local
313 u8 *tag; local
689 u8 *tag, *ies; local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dmmu_64.h67 unsigned long tag; member in struct:tsb
71 void __tsb_insert(unsigned long ent, unsigned long tag, unsigned long pte);
72 void tsb_flush(unsigned long ent, unsigned long tag);
94 * tags is allocated dynamically. There is a tag storage descriptor
95 * associated with each set of tag storage pages. Tag storage descriptors
97 * each tag storage descriptor, we can store up to
98 * PAGE_SIZE/sizeof(tag storage descriptor) descriptors on that page.
101 unsigned long start; /* Start address for this tag storage */
102 unsigned long end; /* Last address for tag storage */
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dv1.c30 u32 size, u16 tag, u8 port, bool secure)
41 /* write new tag every 256B */
43 nvkm_falcon_wr32(falcon, 0x188 + (port * 16), tag++);
54 /* write new tag every 256B */
56 nvkm_falcon_wr32(falcon, 0x188 + (port * 16), tag++);
29 nvkm_falcon_v1_load_imem(struct nvkm_falcon *falcon, void *data, u32 start, u32 size, u16 tag, u8 port, bool secure) argument
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h352 __le32 tag; member in struct:phy_start_req
364 __le32 tag; member in struct:phy_stop_req
414 __le32 tag; member in struct:sata_completion_resp
449 __le32 tag; member in struct:reg_dev_req
465 __le32 tag; member in struct:dereg_dev_req
475 __le32 tag; member in struct:dev_reg_resp
486 __le32 tag; member in struct:local_phy_ctl_req
496 __le32 tag; member in struct:local_phy_ctl_resp
511 __le32 tag; member in struct:port_ctl_req
523 __le32 tag; member in struct:hw_event_ack_req
535 __le32 tag; member in struct:phy_start_resp
546 __le32 tag; member in struct:phy_stop_resp
557 __le32 tag; member in struct:ssp_completion_resp
572 __le32 tag; member in struct:sata_event_resp
595 __le32 tag; member in struct:ssp_event_resp
630 __le32 tag; member in struct:smp_req
657 __le32 tag; member in struct:smp_completion_resp
668 __le32 tag; member in struct:task_abort_req
680 __le32 tag; member in struct:task_abort_resp
691 __le32 tag; member in struct:sas_diag_start_end_req
701 __le32 tag; member in struct:sas_diag_execute_req
718 __le32 tag; member in struct:set_dev_state_req
731 __le32 tag; member in struct:sata_start_req
765 __le32 tag; member in struct:ssp_ini_tm_start_req
794 __le32 tag; member in struct:ssp_ini_io_start_req
829 __le32 tag; member in struct:ssp_dif_enc_io_req
865 __le32 tag; member in struct:fw_flash_Update_req
884 __le32 tag; member in struct:fw_flash_Update_resp
894 __le32 tag; member in struct:get_nvm_data_req
905 __le32 tag; member in struct:set_nvm_data_req
920 __le32 tag; member in struct:set_ctrl_cfg_req
930 __le32 tag; member in struct:get_ctrl_cfg_req
941 __le32 tag; member in struct:kek_mgmt_req
953 __le32 tag; member in struct:dek_mgmt_req
968 __le32 tag; member in struct:set_phy_profile_req
978 __le32 tag; member in struct:get_phy_profile_req
988 __le32 tag; member in struct:ext_flash_partition_req
1016 __le32 tag; member in struct:get_nvm_data_resp
1028 __le32 tag; member in struct:sas_diag_start_end_resp
1039 __le32 tag; member in struct:sas_diag_execute_resp
1052 __le32 tag; member in struct:set_dev_state_resp
1065 __le32 tag; member in struct:set_ctrl_cfg_resp
1072 __le32 tag; member in struct:get_ctrl_cfg_resp
1079 __le32 tag; member in struct:kek_mgmt_resp
1087 __le32 tag; member in struct:dek_mgmt_resp
1096 __le32 tag; member in struct:get_phy_profile_resp
1103 __le32 tag; member in struct:flash_op_ext_resp
1112 __le32 tag; member in struct:set_phy_profile_resp
[all...]
/linux-master/net/dsa/
H A Dtag_lan9303.c10 #include "tag.h"
13 * VLAN tag is used by the LAN9303. But its VID meaning is 'special':
44 * port using tag. ALR learning is performed only when using ALR lookup.
61 u16 tag; local
71 tag = lan9303_xmit_use_arl(dp, skb->data) ?
75 lan9303_tag[1] = htons(tag);
122 MODULE_DESCRIPTION("DSA tag driver for SMSC/Microchip LAN9303 family of switches");
/linux-master/arch/x86/math-emu/
H A Dpoly_l2.c33 int tag; local
51 tag = FPU_normalize_nuo(&x);
53 if (tag == TAG_Zero) {
93 tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign ^ st1_sign);
94 FPU_settagi(1, tag);
109 u_char tag; local
129 tag = FPU_round(dest, 1, 0, FULL_PRECISION, sign0 ^ sign1);
130 FPU_settagi(1, tag);
132 if (tag == TAG_Valid)
/linux-master/fs/orangefs/
H A Dwaitqueue.c41 "pvfs2-client-core: purging op tag %llu %s\n",
42 llu(op->tag),
181 "orangefs: tag %llu (%s)"
183 llu(op->tag),
209 u64 tag = op->tag; local
217 op->upcall.req.cancel.op_tag = tag;
241 "Attempting ORANGEFS operation cancellation of tag %llu\n",
242 llu(tag));
348 "%s: operation interrupted, tag
[all...]
/linux-master/arch/arm/boot/bootp/
H A Dinit.S37 ldr r10, [r9, #4] @ get first tag
40 * If we didn't find a valid tag list, create a dummy ATAG_CORE entry.
47 * find the end of the tag list, and then add an INITRD tag on the end.
48 * If there is already an INITRD tag, then we ignore it; the last INITRD
49 * tag takes precedence.
51 taglist: ldr r10, [r9, #0] @ tag length
52 teq r10, #0 @ last tag (zero length)?
56 mov r5, #4 @ Size of initrd tag (4 words)
/linux-master/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.h65 /* ddp tag format
66 * for a 32-bit tag:
75 * |____ ddp bit: 0 - ddp tag, 1 - non-ddp tag
91 unsigned int tag; member in struct:cxgbi_task_tag_info
197 static inline int cxgbi_ppm_is_ddp_tag(struct cxgbi_ppm *ppm, u32 tag) argument
199 return !(tag & ppm->tformat.no_ddp_mask);
203 u32 tag)
205 /* the sw tag must be using <= 31 bits */
206 return !(tag
202 cxgbi_ppm_sw_tag_is_usable(struct cxgbi_ppm *ppm, u32 tag) argument
232 cxgbi_ppm_decode_non_ddp_tag(struct cxgbi_ppm *ppm, u32 tag) argument
[all...]
/linux-master/drivers/scsi/
H A Dscsi_logging.c39 const char *name, int tag)
50 if (tag >= 0)
52 "tag#%d ", tag);
97 scsi_cmd_to_rq((struct scsi_cmnd *)scmd)->tag);
191 scmd_name(cmd), scsi_cmd_to_rq(cmd)->tag);
213 scsi_cmd_to_rq(cmd)->tag);
292 scsi_log_dump_sense(const struct scsi_device *sdev, const char *name, int tag, argument
308 name, tag);
319 int tag, cons
38 sdev_format_header(char *logbuf, size_t logbuf_len, const char *name, int tag) argument
318 scsi_log_print_sense_hdr(const struct scsi_device *sdev, const char *name, int tag, const struct scsi_sense_hdr *sshdr) argument
343 scsi_log_print_sense(const struct scsi_device *sdev, const char *name, int tag, const unsigned char *sense_buffer, int sense_len) argument
[all...]

Completed in 477 milliseconds

1234567891011>>