/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-cadence.txt | 18 - is-decoded-cs : Flag to indicate whether decoder is used or not. 29 is-decoded-cs = <0>;
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 796 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(rx_ptype); in i40e_rx_checksum() local 819 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum() 822 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_rx_checksum() 823 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4) in i40e_rx_checksum() 825 else if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_rx_checksum() 826 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) in i40e_rx_checksum() 918 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_hash() local 920 if (!decoded.known) in i40e_ptype_to_hash() 923 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_ptype_to_hash() 924 decoded.payload_layer == I40E_RX_PTYPE_PAYLOAD_LAYER_PAY4) in i40e_ptype_to_hash() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 192 wHeight - height of decoded bitmap frame in px 193 wWidth - width of decoded bitmam frame in px 217 specify color in the decoded video 239 wHeight - height of decoded bitmap frame in px 240 wWidth - width of decoded bitmam frame in px
|
D | sysfs-driver-tegra-fuse | 8 as decoded from the fuse registers. Bits order/assignment
|
D | sysfs-class-mei | 28 are decoded depends on PCH or SoC generation.
|
/linux-4.4.14/net/batman-adv/ |
D | network-coding.c | 1162 if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1163 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1169 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1170 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1176 } else if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1177 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1185 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1186 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1237 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src)) in batadv_nc_skb_coding_possible() 1839 BATADV_SKB_CB(skb)->decoded = true; in batadv_nc_recv_coded_packet()
|
D | types.h | 1091 bool decoded; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1322 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(rx_ptype); in i40e_rx_checksum() local 1345 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum() 1348 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_rx_checksum() 1349 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4) in i40e_rx_checksum() 1351 else if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_rx_checksum() 1352 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) in i40e_rx_checksum() 1445 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_hash() local 1447 if (!decoded.known) in i40e_ptype_to_hash() 1450 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_ptype_to_hash() 1451 decoded.payload_layer == I40E_RX_PTYPE_PAYLOAD_LAYER_PAY4) in i40e_ptype_to_hash() [all …]
|
/linux-4.4.14/drivers/gpu/vga/ |
D | Kconfig | 7 hard-decoded addresses as they did on ISA. When multiple PCI devices
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-mem.txt | 37 Dump the raw decoded samples on the screen in a format that is easy to parse with
|
D | intel-pt.txt | 19 Trace data must be 'decoded' which involves walking the object code and matching 484 decoded for that purpose (it would take too long). Instead the build ids for 691 decoded packets and instructions. Note that this option slows down the decoder
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 7 infra-red remote control decoded on the board, I will add support for this
|
/linux-4.4.14/fs/pstore/ |
D | Kconfig | 41 ram buffer that can be decoded and dumped after reboot through
|
/linux-4.4.14/Documentation/ |
D | xz.txt | 58 when encoding files that are supposed to be decoded by the kernel. With 72 dictionaries cannot be used for files that are intended to be decoded
|
D | vgaarbiter.txt | 7 implemented on PCI will typically have the same "hard-decoded" addresses as 108 /* the type of resource decoded by the device */
|
D | printk-formats.txt | 75 printed resource with ('R') or without ('r') a decoded flags member.
|
/linux-4.4.14/arch/tile/include/asm/ |
D | tile-desc_64.h | 479 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]);
|
D | tile-desc_32.h | 542 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]);
|
/linux-4.4.14/drivers/media/rc/ |
D | Kconfig | 45 if the IR is decoded in software 55 if the IR is decoded in software 125 if the IR is decoded in software
|
/linux-4.4.14/Documentation/networking/ |
D | openvswitch.txt | 48 version of the flow key, for example if the kernel decoded IPv6 55 kernel's, for example if userspace decoded an IPv6 header but
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 113 is decoded to get the type of operation (read/write), data width and the value
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 99 peripherial chip-selects are decoded from that region.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 64 decoded samples are routed to a physical output or logical back-end.
|
/linux-4.4.14/arch/tile/kernel/ |
D | tile-desc_64.c | 2162 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]) in parse_insn_tilegx() 2186 d = &decoded[num_instructions++]; in parse_insn_tilegx()
|
D | tile-desc_32.c | 2550 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]) in parse_insn_tilepro() 2574 d = &decoded[num_instructions++]; in parse_insn_tilepro()
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83781d | 270 these codes simply aren't meant to be decoded that way.
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 417 (undecoded) VBI, those that only support sliced (decoded) VBI and those that 434 (undecoded) VBI, those that only support sliced (decoded) VBI and those that
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 57 decoded to determine the DPA associated with a given
|