/linux-6.1.9/net/dsa/ |
D | Kconfig | 22 tristate "Tag driver for Atheros AR9331 SoC with built-in switch" 32 tristate "Tag driver for Broadcom switches using in-frame headers" 39 tristate "Tag driver for Broadcom legacy switches using in-frame headers" 47 tristate "Tag driver for Broadcom switches using prepended headers" 55 tristate "Tag driver for Hirschmann Hellcreek TSN switches" 61 tristate "Tag driver for Lantiq / Intel GSWIP switches" 70 tristate "Tag driver for Marvell switches using DSA headers" 77 tristate "Tag driver for Marvell switches using EtherType DSA headers" 84 tristate "Tag driver for Mediatek switches" 90 tristate "Tag driver for Microchip 8795/937x/9477/9893 families of switches" [all …]
|
/linux-6.1.9/Documentation/dev-tools/ |
D | kasan.rst | 13 2. Software Tag-Based KASAN 14 3. Hardware Tag-Based KASAN 20 Software Tag-Based KASAN or SW_TAGS KASAN, enabled with CONFIG_KASAN_SW_TAGS, 25 Hardware Tag-Based KASAN or HW_TAGS KASAN, enabled with CONFIG_KASAN_HW_TAGS, 34 The Generic and the Software Tag-Based modes are commonly referred to as the 35 software modes. The Software Tag-Based and the Hardware Tag-Based modes are 52 support for that. The Hardware Tag-Based mode relies on hardware to perform 59 Software Tag-Based KASAN requires GCC 11+ 62 Hardware Tag-Based KASAN requires GCC 10+ or Clang 12+. 70 Software Tag-Based KASAN supports slab, page_alloc, vmalloc, and stack memory. [all …]
|
/linux-6.1.9/lib/ |
D | Kconfig.kasan | 60 2. Software Tag-Based KASAN (arm64 only, based on software memory 63 3. Hardware Tag-Based KASAN (arm64 only, based on hardware memory 86 bool "Software Tag-Based KASAN" 92 Enables Software Tag-Based KASAN. 107 bool "Hardware Tag-Based KASAN" 111 Enables Hardware Tag-Based KASAN. 179 With Hardware Tag-Based KASAN, only non-executable VM_ALLOC mappings 199 Incompatible with Hardware Tag-Based KASAN.
|
/linux-6.1.9/include/linux/usb/ |
D | storage.h | 54 __u32 Tag; /* unique per command id */ member 70 __u32 Tag; /* same as original command */ member
|
/linux-6.1.9/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 142 3.4 Tag Types 157 formats. Their definitions will be published in RFCs. Tag types whose 167 Tag type 0 is reserved. Tag types 1, 2, and 5 are defined in this 177 Figure 2: Standard Tag Format 186 3.4.1 Tag Type Classes 188 Tag classes consist of tag types that have common processing requirements 205 3.4.2 Tag Type 1 207 This is referred to as the "bit-mapped" tag type. Tag type 1 is included 218 Figure 3. Tag Type 1 Format 221 3.4.2.1 Tag Type [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/arm/mstar/ |
D | mstar.yaml | 30 - wirelesstag,ido-som2d01 # Wireless Tag IDO-SOM2D01 31 - wirelesstag,ido-sbc2d06-v1b-22w # Wireless Tag IDO-SBC2D06-1VB-22W
|
/linux-6.1.9/Documentation/devicetree/bindings/memory-controllers/ |
D | baikal,bt1-l2-ctl.yaml | 16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1 36 description: Cycles of latency for Tag RAM accesses
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | mstar-infinity2m-ssd202d-wirelesstag-ido-som2d01.dtsi | 13 model = "Wireless Tag IDO-SOM2D01 (SSD202D)";
|
D | mstar-infinity2m-ssd202d-wirelesstag-ido-sbc2d06-v1b-22w.dts | 13 model = "Wireless Tag IDO-SBC2D06-1VB-22W";
|
/linux-6.1.9/drivers/usb/storage/ |
D | initializers.c | 62 bcb->Tag = 0; in usb_stor_ucr61s2b_init()
|
D | transport.c | 1137 bcb->Tag = ++us->tag; in usb_stor_Bulk_transport() 1149 le32_to_cpu(bcb->Signature), bcb->Tag, in usb_stor_Bulk_transport() 1253 le32_to_cpu(bcs->Signature), bcs->Tag, in usb_stor_Bulk_transport() 1255 if (!(bcs->Tag == us->tag || (us->fflags & US_FL_BULK_IGNORE_TAG)) || in usb_stor_Bulk_transport()
|
D | realtek_cr.c | 216 bcb->Tag = ++us->tag; in rts51x_bulk_transport() 256 if (bcs->Tag != us->tag) in rts51x_bulk_transport() 305 bcb->Tag = ++us->tag; in rts51x_bulk_transport_special()
|
/linux-6.1.9/Documentation/scsi/ |
D | cxgb3i.rst | 27 on the Initiator Task Tag (ITT) in Data-In or Target Task Tag (TTT)
|
/linux-6.1.9/Documentation/infiniband/ |
D | tag_matching.rst | 2 Tag matching logic 41 Tag matching implementation
|
/linux-6.1.9/Documentation/block/ |
D | null_blk.rst | 132 0 Tag set is not shared. 133 1 Tag set shared between devices for blk-mq. Only makes sense with
|
/linux-6.1.9/drivers/mtd/parsers/ |
D | Kconfig | 100 tristate "Parser for BCM963XX Image Tag format partitions" 104 Image Tag is the firmware header used by broadcom on their xDSL line 107 This driver adds support for parsing a partition with an Image Tag
|
/linux-6.1.9/Documentation/devicetree/bindings/perf/ |
D | marvell-cn10k-tad.yaml | 13 The Tag-and-Data units (TADs) maintain coherence and contain CN10K
|
/linux-6.1.9/Documentation/admin-guide/media/ |
D | omap4_camera.rst | 51 Tag: v3.3 (commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7)
|
/linux-6.1.9/Documentation/arm/ |
D | tcm.rst | 68 - Tag functions to be compiled into ITCM. 70 - Tag data and constants to be allocated to DTCM and ITCM.
|
/linux-6.1.9/drivers/media/pci/ngene/ |
D | ngene-cards.c | 820 u16 Tag, u32 MaxLen, u8 *data, u32 *pLength) in ReadEEProm() argument 833 if (tag == Tag) in ReadEEProm() 860 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument 875 if (tag == Tag) in WriteEEProm()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-driver-hid-logitech-lg4ff | 16 Tag: Mode Name
|
/linux-6.1.9/Documentation/devicetree/bindings/arm/ |
D | l2c2x0.yaml | 81 description: Cycles of latency for Tag RAM accesses. Specifies 3 cells of 83 should use 0. Controllers without separate read and write Tag RAM latency
|
/linux-6.1.9/Documentation/usb/ |
D | usbmon.rst | 126 - URB Tag. This is used to identify URBs, and is normally an in-kernel address 163 In case of a submission of a Control packet, this field contains a Setup Tag 164 instead of an group of numbers. It is easy to tell whether the Setup Tag is 172 These words are safe to decode if Setup Tag was 's'. Otherwise, the setup
|
/linux-6.1.9/fs/cifs/ |
D | smb2pdu.h | 338 __le32 Tag; member
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/intel/ |
D | iavf.rst | 70 Setting VLAN Tag Stripping 120 "tags," and multiple VLAN IDs are thus referred to as a "tag stack." Tag stacks 241 trusted mode, refer to the section "VLAN Tag Packet Steering" in this
|