| /linux/include/linux/dsa/ |
| H A D | ocelot.h | 187 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() 207 static inline void ocelot_xfh_get_qos_class(void *extraction, u64 *qos_class) in ocelot_xfh_get_qos_class() argument 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 [all …]
|
| /linux/net/dsa/ |
| H A D | tag_ocelot.c | 75 u8 *extraction; in ocelot_rcv() 88 /* And skb->data now points to the extraction frame header. in ocelot_rcv() 91 extraction = skb->data; in ocelot_rcv() 100 /* Remove from inet csum the extraction header */ in ocelot_rcv() 103 ocelot_xfh_get_src_port(extraction, &src_port); in ocelot_rcv() 104 ocelot_xfh_get_qos_class(extraction, &qos_class); in ocelot_rcv() 105 ocelot_xfh_get_tag_type(extraction, &tag_type); in ocelot_rcv() 106 ocelot_xfh_get_vlan_tci(extraction, &vlan_tci); in ocelot_rcv() 107 ocelot_xfh_get_rew_val(extraction, &rew_val); in ocelot_rcv() 77 u8 *extraction; ocelot_rcv() local
|
| H A D | Kconfig | 128 hardware-defined injection/extraction frame header. Flow control
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | gianfar.rst | 27 extraction of VLAN headers, but not filtering. Filtering will be
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | Kconfig | 66 extraction.
|
| /linux/Documentation/gpu/nova/core/ |
| H A D | vbios.rst | 171 A key part of the VBIOS extraction code (vbios.rs) is to find the location of the
|
| /linux/LICENSES/deprecated/ |
| H A D | CC0-1.0 | 60 v. rights protecting the extraction, dissemination, use and reuse of data
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | dvb-usb.rst | 194 - firmware-extraction-2.422-problem solved, driver is now working
|
| H A D | pvrusb2.rst | 97 of the process for implementing manual firmware extraction (see
|
| /linux/Documentation/filesystems/ |
| H A D | ramfs-rootfs-initramfs.rst | 114 The kernel's cpio extraction code is not only extremely small, it's also
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 597 chunks so extraction of larger chunks from the mmap data pages is preferable
|
| /linux/Documentation/admin-guide/ |
| H A D | devices.txt | 2598 0 = /dev/tnf/t0 Trace 0 data extraction 2599 1 = /dev/tnf/t1 Trace 1 data extraction
|
| H A D | kernel-parameters.txt | 6546 retain_initrd [RAM] Keep initrd memory after extraction. After boot, it will
|
| /linux/Documentation/arch/sparc/oradax/ |
| H A D | dax-hv-api.txt | 21 …the following data query operations: search, extraction, compression, decompression, and translati…
|
| /linux/init/ |
| H A D | Kconfig | 1552 bool "Test initramfs cpio archive extraction" if !KUNIT_ALL_TESTS
|