Home
last modified time | relevance | path

Searched refs:extraction (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/include/linux/dsa/
H A Docelot.h187 static inline void ocelot_xfh_get_rew_val(void *extraction, u64 *rew_val) in ocelot_xfh_get_rew_val() argument
189 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val()
192 static inline void ocelot_xfh_get_len(void *extraction, u64 *len) in ocelot_xfh_get_len() argument
196 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len()
197 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len()
202 static inline void ocelot_xfh_get_src_port(void *extraction, u64 *src_port) in ocelot_xfh_get_src_port() argument
204 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_src_port()
209 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_qos_class()
212 static inline void ocelot_xfh_get_tag_type(void *extraction, u64 *tag_type) in ocelot_xfh_get_tag_type() argument
214 packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_tag_type()
[all …]
/linux-6.15/net/dsa/
H A Dtag_ocelot.c77 u8 *extraction; in ocelot_rcv() local
93 extraction = skb->data; in ocelot_rcv()
105 ocelot_xfh_get_src_port(extraction, &src_port); in ocelot_rcv()
106 ocelot_xfh_get_qos_class(extraction, &qos_class); in ocelot_rcv()
107 ocelot_xfh_get_tag_type(extraction, &tag_type); in ocelot_rcv()
108 ocelot_xfh_get_vlan_tci(extraction, &vlan_tci); in ocelot_rcv()
109 ocelot_xfh_get_rew_val(extraction, &rew_val); in ocelot_rcv()
H A DKconfig108 hardware-defined injection/extraction frame header. Flow control
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dmscc,vsc7514-switch.yaml19 packet extraction/injection.
109 - description: register based extraction
110 - description: frame dma based extraction
H A Dmicrochip,lan966x-switch.yaml38 - description: register based extraction
39 - description: frame dma based extraction
H A Dmicrochip,sparx5-switch.yaml72 - description: register based extraction
73 - description: frame dma based extraction
/linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/
H A Dgianfar.rst27 extraction of VLAN headers, but not filtering. Filtering will be
/linux-6.15/drivers/media/usb/pvrusb2/
H A DKconfig66 extraction.
/linux-6.15/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst194 - firmware-extraction-2.422-problem solved, driver is now working
H A Dpvrusb2.rst97 of the process for implementing manual firmware extraction (see
/linux-6.15/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst114 The kernel's cpio extraction code is not only extremely small, it's also
/linux-6.15/Documentation/process/
H A Dmaintainer-tip.rst402 they just complicate automated extraction of tags.
/linux-6.15/Documentation/bpf/
H A Dbtf.rst437 The latter is for future extraction of map key/value type id's from a
/linux-6.15/tools/perf/Documentation/
H A Dperf-record.txt586 chunks so extraction of larger chunks from the mmap data pages is preferable
/linux-6.15/Documentation/admin-guide/
H A Ddevices.txt2598 0 = /dev/tnf/t0 Trace 0 data extraction
2599 1 = /dev/tnf/t1 Trace 1 data extraction
H A Dquickly-build-trimmed-linux.rst573 during extraction. The rest of the step-by-step guide will work just fine, apart
H A Dkernel-parameters.txt6192 retain_initrd [RAM] Keep initrd memory after extraction. After boot, it will
/linux-6.15/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt21 …the following data query operations: search, extraction, compression, decompression, and translati…
/linux-6.15/init/
H A DKconfig1465 bool "Test initramfs cpio archive extraction" if !KUNIT_ALL_TESTS