/Linux-v5.4/net/dsa/ |
D | Kconfig | 23 tristate "Tag driver for switches using custom 802.1Q VLAN headers" 37 tristate "Tag driver for Broadcom switches using in-frame headers" 45 tristate "Tag driver for Broadcom switches using prepended headers" 53 tristate "Tag driver for Lantiq / Intel GSWIP switches" 59 tristate "Tag driver for Marvell switches using DSA headers" 65 tristate "Tag driver for Marvell switches using EtherType DSA headers" 71 tristate "Tag driver for Mediatek switches" 77 tristate "Tag driver for Microchip 8795/9477/9893 families of switches" 83 tristate "Tag driver for Qualcomm Atheros QCA8K switches" 89 tristate "Tag driver for SMSC/Microchip LAN9303 family of switches" [all …]
|
/Linux-v5.4/include/linux/usb/ |
D | storage.h | 56 __u32 Tag; /* unique per command id */ member 72 __u32 Tag; /* same as original command */ member
|
/Linux-v5.4/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-v5.4/drivers/usb/storage/ |
D | initializers.c | 62 bcb->Tag = 0; in usb_stor_ucr61s2b_init()
|
D | transport.c | 1125 bcb->Tag = ++us->tag; in usb_stor_Bulk_transport() 1137 le32_to_cpu(bcb->Signature), bcb->Tag, in usb_stor_Bulk_transport() 1241 le32_to_cpu(bcs->Signature), bcs->Tag, in usb_stor_Bulk_transport() 1243 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-v5.4/drivers/mtd/parsers/ |
D | Kconfig | 71 tristate "Parser for BCM963XX Image Tag format partitions" 75 Image Tag is the firmware header used by broadcom on their xDSL line 78 This driver adds support for parsing a partition with an Image Tag
|
/Linux-v5.4/Documentation/scsi/ |
D | cxgb3i.txt | 23 on the Initiator Task Tag (ITT) in Data-In or Target Task Tag (TTT)
|
/Linux-v5.4/Documentation/block/ |
D | null_blk.rst | 110 0 Tag set is not shared. 111 1 Tag set shared between devices for blk-mq. Only makes sense with
|
/Linux-v5.4/Documentation/infiniband/ |
D | tag_matching.rst | 2 Tag matching logic 41 Tag matching implementation
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | omap4_camera.rst | 51 Tag: v3.3 (commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7)
|
/Linux-v5.4/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-v5.4/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-v5.4/Documentation/ABI/testing/ |
D | sysfs-driver-hid-logitech-lg4ff | 15 Tag: Mode Name
|
/Linux-v5.4/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-v5.4/Documentation/dev-tools/ |
D | kasan.rst | 22 Tag-based KASAN is only supported in Clang and requires version 7.0.0 or later. 199 Tag-based KASAN uses the Top Byte Ignore (TBI) feature of modern arm64 CPUs to
|
/Linux-v5.4/Documentation/networking/device_drivers/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
|
/Linux-v5.4/Documentation/driver-api/rapidio/ |
D | mport_cdev.rst | 33 - Set RapidIO Component Tag for mport devices (RIO_MPORT_MAINT_COMPTAG_SET)
|
/Linux-v5.4/drivers/message/fusion/lsi/ |
D | mpi_targ.h | 270 U16 Tag; /* 02h */ member
|
/Linux-v5.4/drivers/usb/gadget/function/ |
D | f_tcm.c | 81 csw->Tag = cmd->bot_tag; in bot_enqueue_sense_code() 163 csw->Tag = cmd->bot_tag; in bot_send_status() 1227 cmd = usbg_get_cmd(fu, tv_nexus, cbw->Tag); in bot_submit_command() 1234 cmd->bot_tag = cbw->Tag; in bot_submit_command()
|
D | f_mass_storage.c | 1636 csw->Tag = common->tag; in send_status() 2144 common->tag = cbw->Tag; in received_cbw()
|
/Linux-v5.4/drivers/scsi/ |
D | hpsa_cmd.h | 579 __le32 Tag; /* cciss tag, lower 4 bytes only */ member
|
/Linux-v5.4/arch/m68k/fpsp040/ |
D | do_func.S | 286 | ;Tag values:
|
/Linux-v5.4/Documentation/trace/ |
D | ftrace-design.rst | 258 - Tag this arch as HAVE_SYSCALL_TRACEPOINTS.
|
/Linux-v5.4/drivers/edac/ |
D | Kconfig | 506 of Tag RAM and Data RAM.
|