Home
last modified time | relevance | path

Searched full:extracts (Results 1 – 25 of 107) sorted by relevance

12345

/linux/include/net/
H A Dllc_pdu.h257 * llc_pdu_decode_sa - extracts, source address (MAC) of input frame
261 * This function extracts source address(MAC) of input frame.
269 * llc_pdu_decode_da - extracts dest address of input frame
273 * This function extracts destination address(MAC) of input frame.
281 * llc_pdu_decode_ssap - extracts source SAP of input frame
285 * This function extracts source SAP of input frame. Right bit of SSAP is
294 * llc_pdu_decode_dsap - extracts dest SAP of input frame
298 * This function extracts destination SAP of input frame. right bit of
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c36 extr = &dpni_ext->extracts[i]; in dpni_prepare_key_cfg()
38 switch (cfg->extracts[i].type) { in dpni_prepare_key_cfg()
40 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpni_prepare_key_cfg()
42 cfg->extracts[i].extract.from_hdr.type); in dpni_prepare_key_cfg()
43 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpni_prepare_key_cfg()
44 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpni_prepare_key_cfg()
46 cfg->extracts[i].extract.from_hdr.field); in dpni_prepare_key_cfg()
48 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg()
51 extr->size = cfg->extracts[i].extract.from_data.size; in dpni_prepare_key_cfg()
53 cfg->extracts[i].extract.from_data.offset; in dpni_prepare_key_cfg()
[all …]
H A Ddpkg.h474 * @extracts: Array of required extractions
478 struct dpkg_extract extracts[DPKG_MAX_NUM_OF_EXTRACTS]; member
/linux/net/llc/
H A Dllc_pdu.c59 * This function extracts poll/final bit from LLC header (based on type of
344 * llc_pdu_get_pf_bit - extracts p/f bit of input PDU
347 * This function extracts p/f bit of input PDU. at first examines type of
348 * PDU and then extracts p/f bit. Returns the p/f bit.
/linux/arch/m68k/fpsp040/
H A Dbinstr.S29 | extracts and shifts. The three msbs from d2 will go into
55 | d6: temp for bit-field extracts
H A Dsgetem.S10 | The entry point sGETMAN extracts the mantissa of the
/linux/sound/soc/xilinx/
H A DKconfig7 mode, IP receives audio in AES format, extracts PCM and sends
/linux/drivers/memory/
H A Dof_memory.c92 * of_get_ddr_timings() - extracts the ddr timings and updates no of
244 * of_lpddr3_get_ddr_timings() - extracts the lpddr3 timings and updates no of
307 * of_lpddr2_get_info() - extracts information about the lpddr2 chip.
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_reroute.c9 /* This function extracts the last byte of the daddr, and uses it
/linux/Documentation/scsi/
H A Dwd719x.rst14 This script downloads and extracts the firmware, creating wd719x-risc.bin and
/linux/drivers/net/phy/
H A Dopen_alliance_helpers.c60 * This function takes a register value from the HDD.TDR register and extracts
/linux/arch/x86/include/asm/
H A Dextable_fixup_types.h8 * so that FIELD_GET() will DTRT and sign extend the value when it extracts it.
/linux/Documentation/networking/
H A Dbareudp.rst57 bareudp device extracts and stores the tunnel information in SKB dst field before
/linux/Documentation/virt/kvm/s390/
H A Ds390-pv-dump.rst34 and extracts dump keys with which the VM dump data will be encrypted.
/linux/arch/alpha/kernel/
H A Derr_impl.h38 * EXTRACT(u, f) - extracts the field and places it at bit position 0
/linux/arch/csky/kernel/vdso/
H A DMakefile53 # Extracts symbol offsets from the VDSO, converting them into an assembly file
/linux/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h98 * The macro "FExtr" extracts the value of a bit field by masking and
/linux/drivers/scsi/
H A Dscsi_netlink.c26 * Description: Extracts message from a receive buffer.
/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst46 library parses and extracts this data into simpler structures for ease of
/linux/tools/power/pm-graph/
H A Dbootgraph.894 4. after startup, extracts the data and generates the timeline
/linux/Documentation/admin-guide/
H A Ddell_rbu.rst83 Once this file gets to the driver, the driver extracts packet_size data from
/linux/Documentation/firmware-guide/acpi/
H A Dintel-pmc-mux.rst75 connector. The driver extracts the correct port numbers by reading specific _DSD
/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml17 data packets. This is passed along the MIPI CSI-2 Rx IP which extracts the
/linux/tools/lib/bpf/
H A Dlibbpf_legacy.h97 * @brief **libbpf_get_error()** extracts the error code from the passed
/linux/drivers/char/hw_random/
H A Dstm32-rng.c84 * Extracts from the STM32 RNG specification when RNG supports CONDRST.
141 * Extracts from the STM32 RNG specification, when CONDRST is not supported

12345