/linux-4.1.27/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.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 857 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(rx_ptype); in i40e_rx_checksum() local 880 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum() 883 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_rx_checksum() 884 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4) in i40e_rx_checksum() 886 else if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_rx_checksum() 887 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) in i40e_rx_checksum() 979 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_hash() local 981 if (!decoded.known) in i40e_ptype_to_hash() 984 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_ptype_to_hash() 985 decoded.payload_layer == I40E_RX_PTYPE_PAYLOAD_LAYER_PAY4) in i40e_ptype_to_hash() [all …]
|
/linux-4.1.27/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.1.27/net/batman-adv/ |
D | network-coding.c | 1135 if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1136 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1142 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1143 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1149 } else if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1150 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1158 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1159 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1211 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src)) in batadv_nc_skb_coding_possible() 1813 BATADV_SKB_CB(skb)->decoded = true; in batadv_nc_recv_coded_packet()
|
D | types.h | 1076 bool decoded; member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1374 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(rx_ptype); in i40e_rx_checksum() local 1397 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum() 1400 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_rx_checksum() 1401 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4) in i40e_rx_checksum() 1403 else if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_rx_checksum() 1404 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) in i40e_rx_checksum() 1496 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_hash() local 1498 if (!decoded.known) in i40e_ptype_to_hash() 1501 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_ptype_to_hash() 1502 decoded.payload_layer == I40E_RX_PTYPE_PAYLOAD_LAYER_PAY4) in i40e_ptype_to_hash() [all …]
|
/linux-4.1.27/drivers/gpu/vga/ |
D | Kconfig | 7 hard-decoded addresses as they did on ISA. When multiple PCI devices
|
/linux-4.1.27/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
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 7 infra-red remote control decoded on the board, I will add support for this
|
/linux-4.1.27/fs/pstore/ |
D | Kconfig | 41 ram buffer that can be decoded and dumped after reboot through
|
/linux-4.1.27/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 | 71 printed resource with ('R') or without ('r') a decoded flags member.
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/trace/ |
D | mmiotrace.txt | 113 is decoded to get the type of operation (read/write), data width and the value
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 99 peripherial chip-selects are decoded from that region.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 64 decoded samples are routed to a physical output or logical back-end.
|
/linux-4.1.27/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.1.27/Documentation/hwmon/ |
D | w83781d | 270 these codes simply aren't meant to be decoded that way.
|
/linux-4.1.27/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
|