Home
last modified time | relevance | path

Searched full:outer (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dlogo-3.STL3 outer loop
10 outer loop
17 outer loop
24 outer loop
31 outer loop
38 outer loop
45 outer loop
52 outer loop
59 outer loop
66 outer loop
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Doutercache.h36 * outer_inv_range - invalidate range of outer cache lines
47 * outer_clean_range - clean dirty outer cache lines
58 * outer_flush_range - clean and invalidate outer cache lines
69 * outer_flush_all - clean and invalidate all cache lines in the outer cache
72 * only be called with interrupts disabled and no other active outer
86 * outer_disable - clean, invalidate and disable the outer cache
88 * Disable the outer cache, ensuring that any data contained in the outer
95 * outer_resume - restore the cache configuration and re-enable outer cache
98 * and re-enable the outer cache.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_types.h486 /* VLAN ID of first VLAN tag the outer header of the incoming packet.
490 /* CFI bit of first VLAN tag in the outer header of the incoming packet.
494 /* Priority of second VLAN tag in the outer header of the incoming packet.
498 u32 gre_protocol:16; /* GRE Protocol (outer) */
504 /* The second vlan in the outer header of the packet is s-vlan (0x8a88).
512 /* The second vlan in the outer header of the packet is c-vlan (0x8100).
516 u32 gre_key_l:8; /* GRE Key [7:0] (outer) */
517 u32 gre_key_h:24; /* GRE Key[31:8] (outer) */
519 u32 vxlan_vni:24; /* VXLAN VNI (outer) */
520 u32 geneve_oam:1; /* GENEVE OAM field (outer) */
[all …]
H A Ddr_matcher.c216 mask.outer = matcher->mask.outer; in dr_matcher_set_ste_builders()
235 /* Outer */ in dr_matcher_set_ste_builders()
258 if (dr_mask_is_smac_set(&mask.outer) && in dr_matcher_set_ste_builders()
259 dr_mask_is_dmac_set(&mask.outer)) { in dr_matcher_set_ste_builders()
264 if (dr_mask_is_smac_set(&mask.outer)) in dr_matcher_set_ste_builders()
267 if (DR_MASK_IS_L2_DST(mask.outer, mask.misc, outer)) in dr_matcher_set_ste_builders()
271 if (dr_mask_is_dst_addr_set(&mask.outer)) in dr_matcher_set_ste_builders()
275 if (dr_mask_is_src_addr_set(&mask.outer)) in dr_matcher_set_ste_builders()
279 if (DR_MASK_IS_ETH_L4_SET(mask.outer, mask.misc, outer)) in dr_matcher_set_ste_builders()
283 if (dr_mask_is_ipv4_5_tuple_set(&mask.outer)) in dr_matcher_set_ste_builders()
[all …]
H A Ddr_ste.c779 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_bit_mask()
991 dr_ste_copy_mask_spec(buff, &set_param->outer); in mlx5dr_ste_copy_param()
1052 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_tag()
1109 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_dst_bit_mask()
1121 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_dst_tag()
1147 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_src_bit_mask()
1159 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_src_tag()
1186 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv4_5_tuple_bit_mask()
1219 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv4_5_tuple_tag()
1257 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_or_dst_bit_mask()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_ecn.h45 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument
47 outer &= ~INET_ECN_MASK; in INET_ECN_encapsulate()
48 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate()
50 return outer; in INET_ECN_encapsulate()
216 * intersection of the appropriate arriving inner header (row) and outer
220 * |Arriving | Arriving Outer Header |
236 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) in __INET_ECN_decapsulate() argument
239 switch (outer & INET_ECN_MASK) { in __INET_ECN_decapsulate()
250 *set_ce = INET_ECN_is_ce(outer); in __INET_ECN_decapsulate()
255 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dassign_parents.hpp176 inline bool apply(Item const& outer, Item const& inner, bool first = true) in apply()
178 if (first && outer.abs_area < inner.abs_area) in apply()
181 apply(inner, outer, false); in apply()
186 || (math::larger(outer.real_area, 0) in apply()
191 if (geometry::covered_by(inner_in_map.point, outer.envelope) in apply()
192 && within_selected_input(inner_in_map, inner.id, outer.id, in apply()
200 || outer.abs_area < inner_in_map.parent_area) in apply()
202 inner_in_map.parent = outer.id; in apply()
203 inner_in_map.parent_area = outer.abs_area; in apply()
297 // Optimization for one outer ring in assign_parents()
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dsegmentation-offloads.rst69 contain additional headers such as an outer tunnel. In order to account
78 refer to the tunnel headers as the outer headers, while the encapsulated
84 Outer Inner
91 Outer Inner
98 fact that the outer header also requests to have a non-zero checksum
99 included in the outer header.
103 headers will be left with a partial checksum and only the outer header
139 only the inner-most transport header and possibly the outer-most network
146 is the outer IPv4 ID field. It is up to the device drivers to guarantee
H A Dchecksum-offloads.rst57 encapsulated packet both the inner and outer checksums may need to be edited or
84 LCO is a technique for efficiently computing the outer checksum of an
99 compute the outer checksum without looking at the payload: we simply stop
104 skb_checksum_help()), the outer checksum will become correct by virtue of the
107 LCO is performed by the stack when constructing an outer UDP header for an
120 LCO can safely be used for nested encapsulations; in this case, the outer
131 allowing the outer checksum to be offloaded. It does, however, involve a
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/gpu/backend/
H A Dmali_kbase_gpu_regmap_csf.h70 /* Set to implementation defined, outer caching */
72 /* Set to write back memory, outer caching */
74 /* Set to inner non-cacheable, outer-non-cacheable
80 /* Set to shared memory, that is inner cacheable on ACE and inner or outer
82 * Outer cacheable if inner or outer shared, otherwise outer non-cacheable.
98 /* Outer coherent, inner implementation defined policy */
100 /* Outer coherent, write alloc inner */
102 /* Normal memory, inner non-cacheable, outer non-cacheable (ARMv8 mode only) */
H A Dmali_kbase_gpu_regmap_jm.h28 /* Set to implementation defined, outer caching */
30 /* Set to write back memory, outer caching */
32 /* Set to inner non-cacheable, outer-non-cacheable
51 /* Outer coherent, inner implementation defined policy */
53 /* Outer coherent, write alloc inner */
55 /* Normal memory, inner non-cacheable, outer non-cacheable (ARMv8 mode only) */
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Drun_script.php193 …$outer = jQuery('<div style="width:200px;height:150px; position: absolute; top: 0; left: 0; visibi…
195 outer = $outer[0];
197 jQuery('body').append(outer);
199 $outer.css('overflow', 'scroll');
200 var width2 = outer.clientWidth;
201 $outer.remove();
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Drun_script.php193 …$outer = jQuery('<div style="width:200px;height:150px; position: absolute; top: 0; left: 0; visibi…
195 outer = $outer[0];
197 jQuery('body').append(outer);
199 $outer.css('overflow', 'scroll');
200 var width2 = outer.clientWidth;
201 $outer.remove();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Das_range.hpp65 or the outer ring (polygon)
66 \details Utility to handle polygon's outer ring as a range
84 or the outer ring (polygon), const version
85 \details Utility to handle polygon's outer ring as a range
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dpolygon.hpp42 \brief The polygon contains an outer ring and zero or more inner rings.
87 inline ring_type const& outer() const { return m_outer; } in outer() function in boost::geometry::model::polygon
90 inline ring_type& outer() { return m_outer; } in outer() function in boost::geometry::model::polygon
134 /// Utility method, clears outer and inner rings
312 return p.outer(); in get()
318 return p.outer(); in get()
/OK3568_Linux_fs/kernel/arch/m68k/math-emu/
H A Dfp_decode.h184 | .long "no memory indirect action/reserved","null outer displacement"
185 | .long "word outer displacement","long outer displacement"
356 | with base and/or outer displacement
390 1: printf PDECODE,"0" | null outer displacement
393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement
396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0011-elf-Ignore-LD_AUDIT-interfaces-if-la_version-returns.patch392 - for (unsigned int outer = 0; outer < 2; ++outer)
399 - ls[outer]->l_audit[cnt].bindflags
400 - = afct->objopen (ls[outer], LM_ID_BASE,
401 - &ls[outer]->l_audit[cnt].cookie);
403 - ls[outer]->l_audit_any_plt
404 - |= ls[outer]->l_audit[cnt].bindflags != 0;
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c84 * network protocol, and derive the outer header fields from in encap_ipv4()
87 * The 6in4 case tests different inner and outer protocols. As in encap_ipv4()
88 * the inner is ipv6, but the outer expects an ipv4 header as in encap_ipv4()
190 /* prepare new outer network header */ in encap_ipv4()
198 /* store new outer network header */ in encap_ipv4()
203 /* if changing outer proto type, update eth->h_proto */ in encap_ipv4()
297 /* prepare new outer network header */ in encap_ipv6()
304 /* store new outer network header */ in encap_ipv6()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dfilter.h24 * @EFX_FILTER_MATCH_OUTER_VID: Match by outer VLAN ID
36 * or local 2-tuple, or local MAC with or without outer VID, and RX
41 * with or without outer and inner VID
105 * @EFX_ENCAP_FLAG_IPV6: indicates IPv6 outer frame
130 * @outer_vid: Outer VLAN ID to match, if %EFX_FILTER_MATCH_OUTER_VID is set
255 * @vid: Outer VLAN ID to match, or %EFX_FILTER_VID_UNSPEC
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dl2c2x0.yaml49 # compatible with the ARM one with outer cache mode.
50 - marvell,aurora-outer-cache
177 arm,outer-sync-disable:
178 description: disable the outer sync operation on the L2 cache.
180 will randomly hang unless outer sync operations are disabled.
/OK3568_Linux_fs/kernel/arch/arm/mach-vexpress/
H A Ddcscb.c105 * A full outer cache flush could be needed at this point in dcscb_cluster_cache_disable()
107 * outer cache sits. In some cases the notion of a "last in dcscb_cluster_cache_disable()
109 * outer cache is shared across clusters. In any case, when in dcscb_cluster_cache_disable()
110 * the outer cache needs flushing, there is no concurrent in dcscb_cluster_cache_disable()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dproc-v7-2level.S19 /* PTWs cacheable, inner WB not shareable, outer WB not shareable */
23 /* PTWs cacheable, inner WBWA shareable, outer WBWA not shareable */
115 * OR = NMRR[2n+17:2n+16] - outer cacheable property
135 * NOS = PRRR[24+n] = 1 - not outer shareable
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DapplewmExt.h42 const BoxRec *outer,
45 const BoxRec *outer,
49 const BoxRec *outer, const BoxRec *inner,
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c5 * IPv4/IPv6 outer layer 3
6 * GRE/GUE/BARE outer layer 4, where bare is IPIP/SIT/IPv4-in-IPv6/..
719 error(1, 0, "options: must specify outer with encap"); in parse_opts()
721 error(1, 0, "options: cannot combine no-encap and outer"); in parse_opts()
731 * on decap, if outer encountered congestion (CE == 0x3), in parse_opts()
755 util_printaddr("outer.dest6", (void *) &out_daddr6); in print_opts()
756 util_printaddr("outer.source6", (void *) &out_saddr6); in print_opts()
758 util_printaddr("outer.dest4", (void *) &out_daddr4); in print_opts()
759 util_printaddr("outer.source4", (void *) &out_saddr4); in print_opts()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dfilter.h24 * @EF4_FILTER_MATCH_OUTER_VID: Match by outer VLAN ID
35 * or local 2-tuple, or local MAC with or without outer VID, and RX
40 * with or without outer and inner VID
106 * @outer_vid: Outer VLAN ID to match, if %EF4_FILTER_MATCH_OUTER_VID is set
228 * @vid: Outer VLAN ID to match, or %EF4_FILTER_VID_UNSPEC

12345678910>>...25