/linux-6.3-rc2/include/linux/dsa/ |
A D | ocelot.h | 184 static inline void ocelot_xfh_get_rew_val(void *extraction, u64 *rew_val) in ocelot_xfh_get_rew_val() argument 186 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val() 189 static inline void ocelot_xfh_get_len(void *extraction, u64 *len) in ocelot_xfh_get_len() argument 193 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 194 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 199 static inline void ocelot_xfh_get_src_port(void *extraction, u64 *src_port) in ocelot_xfh_get_src_port() argument 201 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_src_port() 206 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_qos_class() 209 static inline void ocelot_xfh_get_tag_type(void *extraction, u64 *tag_type) in ocelot_xfh_get_tag_type() argument 211 packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_tag_type() [all …]
|
/linux-6.3-rc2/net/dsa/ |
A D | tag_ocelot.c | 110 u8 *extraction; in ocelot_rcv() local 126 extraction = skb->data; in ocelot_rcv() 138 ocelot_xfh_get_src_port(extraction, &src_port); in ocelot_rcv() 139 ocelot_xfh_get_qos_class(extraction, &qos_class); in ocelot_rcv() 140 ocelot_xfh_get_tag_type(extraction, &tag_type); in ocelot_rcv() 141 ocelot_xfh_get_vlan_tci(extraction, &vlan_tci); in ocelot_rcv() 142 ocelot_xfh_get_rew_val(extraction, &rew_val); in ocelot_rcv()
|
A D | Kconfig | 108 hardware-defined injection/extraction frame header. Flow control
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | mscc,vsc7514-switch.yaml | 19 packet extraction/injection. 119 - description: register based extraction 120 - description: frame dma based extraction
|
A D | microchip,lan966x-switch.yaml | 38 - description: register based extraction 39 - description: frame dma based extraction
|
A D | microchip,sparx5-switch.yaml | 54 - description: register based extraction 55 - description: frame dma based extraction
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/freescale/ |
A D | gianfar.rst | 27 extraction of VLAN headers, but not filtering. Filtering will be
|
/linux-6.3-rc2/drivers/media/usb/pvrusb2/ |
A D | Kconfig | 65 extraction.
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | dvb-usb.rst | 194 - firmware-extraction-2.422-problem solved, driver is now working
|
A D | pvrusb2.rst | 97 of the process for implementing manual firmware extraction (see
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | ramfs-rootfs-initramfs.rst | 115 The kernel's cpio extraction code is not only extremely small, it's also
|
/linux-6.3-rc2/Documentation/process/ |
A D | maintainer-tip.rst | 386 they just complicate automated extraction of tags.
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | btf.rst | 439 The latter is for future extraction of map key/value type id's from a
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-record.txt | 536 chunks so extraction of larger chunks from the mmap data pages is preferable
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | devices.txt | 2598 0 = /dev/tnf/t0 Trace 0 data extraction 2599 1 = /dev/tnf/t1 Trace 1 data extraction
|
A D | kernel-parameters.txt | 5340 retain_initrd [RAM] Keep initrd memory after extraction
|
/linux-6.3-rc2/Documentation/sparc/oradax/ |
A D | dax-hv-api.txt | 21 …the following data query operations: search, extraction, compression, decompression, and translati…
|