Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-cadence.txt18 - 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/
Di40e_txrx.c796 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/
Dconfigfs-usb-gadget-uvc192 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
Dsysfs-driver-tegra-fuse8 as decoded from the fuse registers. Bits order/assignment
Dsysfs-class-mei28 are decoded depends on PCH or SoC generation.
/linux-4.4.14/net/batman-adv/
Dnetwork-coding.c1162 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()
Dtypes.h1091 bool decoded; member
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1322 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/
DKconfig7 hard-decoded addresses as they did on ISA. When multiple PCI devices
/linux-4.4.14/tools/perf/Documentation/
Dperf-mem.txt37 Dump the raw decoded samples on the screen in a format that is easy to parse with
Dintel-pt.txt19 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/
DREADME.WINVIEW7 infra-red remote control decoded on the board, I will add support for this
/linux-4.4.14/fs/pstore/
DKconfig41 ram buffer that can be decoded and dumped after reboot through
/linux-4.4.14/Documentation/
Dxz.txt58 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
Dvgaarbiter.txt7 implemented on PCI will typically have the same "hard-decoded" addresses as
108 /* the type of resource decoded by the device */
Dprintk-formats.txt75 printed resource with ('R') or without ('r') a decoded flags member.
/linux-4.4.14/arch/tile/include/asm/
Dtile-desc_64.h479 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]);
Dtile-desc_32.h542 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]);
/linux-4.4.14/drivers/media/rc/
DKconfig45 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/
Dopenvswitch.txt48 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/
Dmmiotrace.txt113 is decoded to get the type of operation (read/write), data width and the value
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm99 peripherial chip-selects are decoded from that region.
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt64 decoded samples are routed to a physical output or logical back-end.
/linux-4.4.14/arch/tile/kernel/
Dtile-desc_64.c2162 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]) in parse_insn_tilegx()
2186 d = &decoded[num_instructions++]; in parse_insn_tilegx()
Dtile-desc_32.c2550 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/
Dw83781d270 these codes simply aren't meant to be decoded that way.
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt417 (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/
Dnvdimm.txt57 decoded to determine the DPA associated with a given