| /kernel/linux/linux-4.19/include/net/ |
| D | llc_pdu.h | 249 * This function extracts source address(MAC) of input frame. 258 * llc_pdu_decode_da - extracts dest address of input frame 262 * This function extracts destination address(MAC) of input frame. 271 * llc_pdu_decode_ssap - extracts source SAP of input frame 275 * This function extracts source SAP of input frame. Right bit of SSAP is 284 * llc_pdu_decode_dsap - extracts dest SAP of input frame 288 * This function extracts destination SAP of input frame. right bit of
|
| /kernel/linux/linux-5.10/include/net/ |
| D | llc_pdu.h | 261 * This function extracts source address(MAC) of input frame. 270 * llc_pdu_decode_da - extracts dest address of input frame 274 * This function extracts destination address(MAC) of input frame. 283 * llc_pdu_decode_ssap - extracts source SAP of input frame 287 * This function extracts source SAP of input frame. Right bit of SSAP is 296 * llc_pdu_decode_dsap - extracts dest SAP of input frame 300 * This function extracts destination SAP of input frame. right bit of
|
| /kernel/linux/linux-4.19/drivers/staging/fsl-dpaa2/ethernet/ |
| D | dpni.c | 33 extr = &dpni_ext->extracts[i]; in dpni_prepare_key_cfg() 35 switch (cfg->extracts[i].type) { in dpni_prepare_key_cfg() 37 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpni_prepare_key_cfg() 39 cfg->extracts[i].extract.from_hdr.type); in dpni_prepare_key_cfg() 40 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpni_prepare_key_cfg() 41 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpni_prepare_key_cfg() 43 cfg->extracts[i].extract.from_hdr.field); in dpni_prepare_key_cfg() 45 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg() 48 extr->size = cfg->extracts[i].extract.from_data.size; in dpni_prepare_key_cfg() 50 cfg->extracts[i].extract.from_data.offset; in dpni_prepare_key_cfg() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpni.c | 34 extr = &dpni_ext->extracts[i]; in dpni_prepare_key_cfg() 36 switch (cfg->extracts[i].type) { in dpni_prepare_key_cfg() 38 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpni_prepare_key_cfg() 40 cfg->extracts[i].extract.from_hdr.type); in dpni_prepare_key_cfg() 41 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpni_prepare_key_cfg() 42 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpni_prepare_key_cfg() 44 cfg->extracts[i].extract.from_hdr.field); in dpni_prepare_key_cfg() 46 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg() 49 extr->size = cfg->extracts[i].extract.from_data.size; in dpni_prepare_key_cfg() 51 cfg->extracts[i].extract.from_data.offset; in dpni_prepare_key_cfg() [all …]
|
| D | dpkg.h | 473 * @extracts: Array of required extractions 477 struct dpkg_extract extracts[DPKG_MAX_NUM_OF_EXTRACTS]; member
|
| /kernel/linux/linux-4.19/net/llc/ |
| D | llc_pdu.c | 59 * 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.
|
| /kernel/linux/linux-5.10/net/llc/ |
| D | llc_pdu.c | 59 * 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.
|
| /kernel/linux/linux-5.10/sound/soc/xilinx/ |
| D | Kconfig | 7 mode, IP receives audio in AES format, extracts PCM and sends
|
| /kernel/linux/linux-4.19/arch/m68k/fpsp040/ |
| D | binstr.S | 29 | extracts and shifts. The three msbs from d2 will go into 55 | d6: temp for bit-field extracts
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | binstr.S | 29 | extracts and shifts. The three msbs from d2 will go into 55 | d6: temp for bit-field extracts
|
| /kernel/linux/linux-4.19/Documentation/scsi/ |
| D | wd719x.txt | 11 This script downloads and extracts the firmware, creating wd719x-risc.bin and
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | wd719x.rst | 14 This script downloads and extracts the firmware, creating wd719x-risc.bin and
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | bareudp.rst | 57 bareudp device extracts and stores the tunnel information in SKB dst field before
|
| /kernel/linux/linux-4.19/arch/alpha/kernel/ |
| D | err_impl.h | 38 * EXTRACT(u, f) - extracts the field and places it at bit position 0
|
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| D | err_impl.h | 38 * EXTRACT(u, f) - extracts the field and places it at bit position 0
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/ |
| D | drm_gem_framebuffer_helper.c | 241 * the plane framebuffer has a DMA-BUF attached. If it does, it extracts the 276 * &dma_buf attached, extracts the exclusive fence and attaches it to plane
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
| D | bitfield.h | 99 * The macro "FExtr" extracts the value of a bit field by masking and
|
| /kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
| D | bitfield.h | 98 * The macro "FExtr" extracts the value of a bit field by masking and
|
| /kernel/linux/linux-4.19/arch/arm/mach-pxa/include/mach/ |
| D | bitfield.h | 99 * The macro "FExtr" extracts the value of a bit field by masking and
|
| /kernel/linux/linux-4.19/arch/arm/mach-sa1100/include/mach/ |
| D | bitfield.h | 98 * The macro "FExtr" extracts the value of a bit field by masking and
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | scsi_netlink.c | 26 * Description: Extracts message from a receive buffer.
|
| /kernel/linux/linux-5.10/Documentation/driver-api/pldmfw/ |
| D | index.rst | 46 library parses and extracts this data into simpler structures for ease of
|
| /kernel/linux/linux-5.10/arch/riscv/kernel/vdso/ |
| D | Makefile | 68 # Extracts symbol offsets from the VDSO, converting them into an assembly file
|
| /kernel/linux/linux-5.10/drivers/memory/ |
| D | of_memory.c | 92 * of_get_ddr_timings() - extracts the ddr timings and updates no of 241 * of_lpddr3_get_ddr_timings() - extracts the lpddr3 timings and updates no of
|
| /kernel/linux/linux-4.19/drivers/scsi/ |
| D | scsi_netlink.c | 40 * Description: Extracts message from a receive buffer.
|