Searched refs:TAG (Results 1 - 71 of 71) sorted by relevance

/linux-4.4.14/include/linux/
H A Dasn1_ber_bytecode.h88 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG)
89 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG)
H A Dinetdevice.h108 #define IN_DEV_IDTAG(in_dev) IN_DEV_CONF_GET(in_dev, TAG)
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_ppe.h32 PPE_QID_MODE3, /* switch:4TC/8TAG non switch:2Port/64VM */
33 PPE_QID_MODE4, /* switch:8VM/16TAG non switch:2Port/16VM/4TC */
34 PPE_QID_MODE5, /* non switch:6Port/16TAG */
/linux-4.4.14/arch/powerpc/xmon/
H A Dspu.h73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
74 TAG,
75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
76 TAG,
H A Dspu-opc.c37 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
39 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
H A Dspu-insns.h132 /* TAG FORMAT OPCODE MNEMONIC ASM_FORMAT DEPENDENCY PIPE COMMENT */
/linux-4.4.14/arch/sparc/include/asm/
H A Dtsb.h5 * power-of-2 sized table of TAG/PTE pairs. The cpu precomputes
7 * comparison TAG based upon the virtual address and context which
26 * PTE. The TAG is of the same layout as the TLB TAG TARGET mmu
130 #define TSB_WRITE(TSB, TTE, TAG) \
134 TSB_STORE(TSB, TAG);
294 /* Do a kernel TSB lookup at tl>0 on VADDR+TAG, branch to OK_LABEL
299 * VADDR and TAG will be preserved and not clobbered by this macro.
301 #define KERN_TSB_LOOKUP_TL1(VADDR, TAG, REG1, REG2, REG3, REG4, OK_LABEL) \
316 cmp REG3, TAG; \
321 /* This version uses a trick, the TAG is already (VADDR >> 22) so
324 #define KERN_TSB4M_LOOKUP_TL1(TAG, REG1, REG2, REG3, REG4, OK_LABEL) \
334 and TAG, (KERNEL_TSB4M_NENTRIES - 1), REG2; \
338 cmp REG3, TAG; \
/linux-4.4.14/arch/sparc/kernel/
H A Dtsb.S25 * %g6: TAG TARGET
44 * %g6 -- TAG TARGET (vaddr >> 22)
69 * huge page TSB TAG comparison.
104 * %g6 -- TAG TARGET (vaddr >> 22)
183 * %g6 -- TAG TARGET (vaddr >> 22)
212 * %g6: TAG
248 * %g6: TAG
491 sllx %g2, 22, %o4 /* TAG --> VADDR */
501 TSB_STORE(%o2 + %o4, %g2) /* Store TAG */
H A Dktlb.S19 /* g6: TAG TARGET */
71 * %g6: TAG
127 /* %g6: TAG TARGET */
179 * %g6: TAG
H A Dsun4v_tlb_miss.S152 * %g6: TAG TARGET
164 * %g6: TAG TARGET
H A Dpsycho_common.c181 printk(KERN_ERR "%s: IOMMU TAG(%d)[error(%s) wr(%d) " psycho_dump_iommu_tags_and_data()
H A Dcherrs.S347 cmp %g3, %g7 /* TAG match? */
H A Dpci_schizo.c324 printk("%s: IOMMU TAG(%d)[error(%s) ctx(%x) wr(%d) str(%d) " schizo_check_iommu_error_pbm()
/linux-4.4.14/arch/alpha/include/asm/
H A Dmce.h34 <12> set TAG parity*/
47 TAG/Data parity(Secondary Cache)*/
/linux-4.4.14/drivers/usb/mon/
H A Dusb_mon.h15 #define TAG "usbmon" macro
H A Dmon_main.c362 printk(KERN_NOTICE TAG ": unable to register with the core\n"); mon_init()
410 printk(KERN_ERR TAG mon_exit()
H A Dmon_text.c619 printk(KERN_ERR TAG ": consistency error on close\n"); mon_text_release()
751 printk(KERN_NOTICE TAG ": unable to create usbmon directory\n"); mon_text_init()
H A Dmon_bin.c684 printk(KERN_ERR TAG ": consistency error on open\n"); mon_bin_open()
783 printk(KERN_ERR TAG ": consistency error on close\n"); mon_bin_release()
/linux-4.4.14/drivers/macintosh/
H A Dmacio-adb.c40 #define TAG 2 /* transfer access grant */ macro
123 out_8(&adb->intr_enb.r, DFB | TAG); macio_init()
212 if (in_8(&adb->intr.r) & TAG) { macio_adb_interrupt()
/linux-4.4.14/drivers/usb/chipidea/
H A Dbits.h23 #define TAG (0x1F << 16) macro
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/
H A DdefBF609.h99 #define PVP0_IPF0_TAG 0xFFC1A18C /* PVP0 TAG Value */
100 #define PVP0_IPF1_TAG 0xFFC1A1CC /* PVP0 TAG Value */
109 #define PVP0_IPF0_TAG_STAT 0xFFC1A1A4 /* PVP0 TAG Status */
110 #define PVP0_IPF1_TAG_STAT 0xFFC1A1E4 /* PVP0 TAG Status */
/linux-4.4.14/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h147 #define XAE_TTAG_OFFSET 0x00000018 /* Tx VLAN TAG */
148 #define XAE_RTAG_OFFSET 0x0000001C /* Rx VLAN TAG */
186 #define XAE_RAF_TXVTAGMODE_MASK 0x00000018 /* Tx VLAN TAG mode */
187 #define XAE_RAF_RXVTAGMODE_MASK 0x00000060 /* Rx VLAN TAG mode */
/linux-4.4.14/arch/sparc/mm/
H A Dultra.S184 srlx %o0, 11, %o0 ! make D-cache TAG
187 1: ldxa [%o2] ASI_DCACHE_TAG, %o3 ! load D-cache TAG
191 cmp %o3, %o0 ! TAG match?
194 stxa %g0, [%o2] ASI_DCACHE_TAG ! Invalidate TAG
/linux-4.4.14/arch/blackfin/kernel/
H A Dperf_event.c57 * 0x81 s code TAG stalls
64 * 0x96 s data TAG collision stalls
/linux-4.4.14/net/sched/
H A Dcls_route.c28 * 2. For now we assume that "from TAG" and "fromdev DEV" statements
30 * 3. "to TAG from ANY" has higher priority, than "to ANY from XXX"
/linux-4.4.14/lib/
H A Dasn1_decoder.c19 /* OPC TAG JMP ACT */
303 pr_debug("- TAG: %02x %zu%s\n", asn1_ber_decoder()
/linux-4.4.14/drivers/char/tpm/
H A Dtpm_eventlog.c39 "EVENT TAG",
/linux-4.4.14/arch/arc/include/asm/
H A Dmmu_context.h28 * ARC MMU provides 8-bit ASID (0..255) to TAG TLB entries, allowing entries
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h363 * Send the IDENTIFY and possibly the TAG message
1021 * Read SIMPLE+TAG.
1046 * The SIDL still contains the TAG value.
1103 * ACK the IDENTIFY or TAG previously received.
H A Dsym_fw2.h348 * Send the IDENTIFY and possibly the TAG message
957 * Read SIMPLE+TAG.
970 * The SIDL still contains the TAG value.
1007 * ACK the IDENTIFY or TAG previously received.
H A Dsym_hipd.h125 * This one means 'NO TAG for this job'
H A Dsym_hipd.c3507 * a IDENTITFY + task attributes + ABORT TAG. sym_sir_task_recovery()
5209 * with devices that have problems with #TAG 0 or too sym_queue_scsiio()
5210 * great #TAG numbers. For more tags (up to 256), sym_queue_scsiio()
/linux-4.4.14/drivers/bluetooth/
H A Dbtqca.c319 cmd[1] = 0x02; /* TAG ID */ qca_set_bdaddr_rome()
/linux-4.4.14/arch/mips/kernel/
H A Dmips-cm.c388 tag_ecc ? "TAG" : "DATA", mips_cm_error_report()
/linux-4.4.14/drivers/scsi/be2iscsi/
H A Dbe_cmds.c143 * Waits for MBX completion with the passed TAG.
1410 * @vlan_tag: TAG to be set
1415 * TAG for the MBX Cmd
H A Dbe_iscsi.c354 * beiscsi_set_vlan_tag()- Set the VLAN TAG
358 * Set the VLAN TAG for the adapter or disable
H A Dbe_mgmt.c202 * the TAG used for MBOX Command
/linux-4.4.14/include/uapi/linux/
H A Dfirewire-cdev.h748 * The @control.SY and TAG fields are copied to the iso packet header. These
763 * The @control.SY and TAG fields are ignored.
792 * @control.HEADER_LENGTH, TAG and SY are ignored. SYNC is treated as described
H A Ddcbnl.h113 * the QCN capable hardware may add CN-TAG TLV to the
/linux-4.4.14/arch/alpha/kernel/
H A Dcore_mcpcia.c501 printk(" EV5 SCache TAG/Data parity = %16lx\n", mcpcia_print_uncorrectable()
/linux-4.4.14/fs/ecryptfs/
H A Dkeystore.c167 * ***** TAG 64 Packet Format ***** write_tag_64_packet()
225 * ***** TAG 65 Packet Format ***** parse_tag_65_packet()
311 * ***** TAG 66 Packet Format ***** write_tag_66_packet()
369 * ***** TAG 65 Packet Format ***** parse_tag_67_packet()
/linux-4.4.14/include/linux/mmc/
H A Dcard.h88 unsigned int data_tag_unit_size; /* DATA TAG UNIT size */
/linux-4.4.14/drivers/scsi/
H A Da100u2w.c113 0x20, /* 0x12: MAX TAG per target */
124 0x20, /* 0x28: MAX TAG per target */
H A Dncr53c8xx.c2620 ** Ack the IDENTIFY or TAG previously received.
2680 ** Read IDENTIFY + SIMPLE + TAG using a single MOVE.
2682 ** No need to test the SIMPLE TAG message, since the
2688 ** Read the TAG from the SIDL.
2691 ** is (#TAG*2 & 0xfc) due to tag numbering using
4239 ** problems with #TAG 0 or too great #TAG numbers. ncr_queue_command()
6731 case SIR_RESEL_BAD_I_T_L_Q: /* Will send an ABORT TAG message */ ncr_int_sir()
7540 ** Get the SIMPLE TAG message and the tag. ncr_alloc_lcb()
8496 /* use SIMPLE TAG messages by default */ ncr_attach()
H A DFlashPoint.c4546 WRW_HARPOON(map_addr, (MPM_OP + AMSG_OUT + 0x20)); /*SIMPLE TAG QUEUEING MSG */ FPT_autoLoadDefaultMap()
4550 WRW_HARPOON(map_addr, (MPM_OP + AMSG_OUT + 0x00)); /*TAG ID MSG */ FPT_autoLoadDefaultMap()
4623 WRW_HARPOON(map_addr, (SSI_OP + SSI_IRFAIL)); /*EXPECTED ID/TAG MESSAGES AND */ FPT_autoLoadDefaultMap()
H A D53c700.c921 printk(KERN_INFO "scsi%d (%d:%d) SIMPLE TAG %d %s\n", host->host_no, process_message()
H A Desp_scsi.c1259 * resources (such as DMA mapping & TAG) and reset state (such esp_finish_select()
/linux-4.4.14/drivers/input/tablet/
H A Dgtco.c219 /* Global Values, indexed by TAG */ parse_hid_report_descriptor()
485 dev_dbg(ddev, "%sGLOBALTAG: ILLEGAL TAG:%d SIZE: %d\n", parse_hid_report_descriptor()
/linux-4.4.14/arch/frv/kernel/
H A Dsetup.c1081 #define print_clk(TAG, VAR) \ show_cpuinfo()
1082 seq_printf(m, "Clock-" TAG ":\t%lu.%2.2lu MHz\n", VAR / 1000000, (VAR / 10000) % 100) show_cpuinfo()
/linux-4.4.14/drivers/scsi/arm/
H A Dacornscsi.c57 * as '2 TAG'.
153 #error "Yippee! ABORT TAG is now defined! Remove this error!"
1485 * a tagged I/O process, the SIMPLE QUEUE TAG message shall acornscsi_message()
2783 " TAG" acornscsi_info()
2806 " TAG" acornscsi_show_info()
/linux-4.4.14/drivers/scsi/aic94xx/
H A Daic94xx_sas.h552 struct ssp_task_iu ssp_task; /* LUN and TAG */
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2212 /* Since there is no support for separate RX C-TAG/S-TAG vlan accel mlx4_en_fix_features()
2213 * enable/disable make sure S-TAG flag is always in same state as mlx4_en_fix_features()
2214 * C-TAG. mlx4_en_fix_features()
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
H A Datl1.h410 u16 vlan_tag; /* VLAN TAG */
/linux-4.4.14/arch/blackfin/include/asm/
H A Ddef_LPBlackfin.h677 #define TEST_TAG 0x00000000 /* Access TAG */
/linux-4.4.14/drivers/target/
H A Dtarget_core_spc.c863 * LOGICAL BLOCK APPLICATION TAG field and, depending on the protection spc_modesense_control()
865 * TAG field. spc_modesense_control()
H A Dtarget_core_transport.c2819 .ascq = 0x02, /* LOGICAL BLOCK APPLICATION TAG CHECK FAILED */
2825 .ascq = 0x03, /* LOGICAL BLOCK REFERENCE TAG CHECK FAILED */
/linux-4.4.14/drivers/scsi/snic/
H A Dsnic_scsi.c1550 SNIC_SCSI_DBG(snic->shost, "send_abt_cmd: TAG 0x%x\n", tag); snic_send_abort_and_wait()
2025 SNIC_SCSI_DBG(snic->shost, "dr: TAG = %x\n", tag); snic_send_dr_and_wait()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Drx.c892 * corrupted stream has the TAG at the right position. carl9170_rx_stream()
/linux-4.4.14/drivers/block/
H A Dsunvdc.c377 viodbg(DATA, "TAG [%02x:%02x:%04x:%08x]\n", vdc_event()
/linux-4.4.14/drivers/scsi/fnic/
H A Dfnic_scsi.c1793 "Abort Cmd called FCID 0x%x, LUN 0x%llx TAG %x flags %x\n", fnic_abort_cmd()
2323 FNIC_SCSI_DBG(KERN_DEBUG, fnic->lport->host, "TAG %x\n", tag); fnic_device_reset()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c955 /* Check only C-TAG (0x8100) packets */ xgbe_enable_rx_vlan_stripping()
958 /* Don't consider an S-TAG (0x88A8) packet as a VLAN packet */ xgbe_enable_rx_vlan_stripping()
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dsupern_2.h36 #define TAG macro
/linux-4.4.14/drivers/net/ethernet/renesas/
H A Dravb_main.c1366 /* TAG and timestamp required flag */ ravb_start_xmit()
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunvnet.c787 viodbg(DATA, "TAG [%02x:%02x:%04x:%08x]\n", vnet_event_napi()
H A Dcassini.h962 * via DATA_HI_T0 or DATA_HI_T1. TAG reads the tag bit. writing HI_T0
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1478 "RXD VLAN TAG<RRD>=0x%04x\n", atl1e_clean_rx_irq()
/linux-4.4.14/net/ipv4/
H A Ddevinet.c2177 DEVINET_SYSCTL_RW_ENTRY(TAG, "tag"),
/linux-4.4.14/drivers/scsi/isci/
H A Drequest.c3480 /* send the request, let the core assign the IO TAG. */ isci_request_execute()
/linux-4.4.14/sound/pci/hda/
H A Dpatch_hdmi.c1217 "HDMI CP event: CODEC=%d TAG=%d SUBTAG=0x%x CP_STATE=%d CP_READY=%d\n", hdmi_non_intrinsic_event()
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_hwi.c3724 pm8001_printk(" TAG NULL. RETURNING !!!")); pm8001_mpi_task_abort_resp()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1486 printk("Bogus TAG after DMA. SCBPTR %d, tag %d, our tag %d\n", ahc_handle_seqint()

Completed in 2819 milliseconds