/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste.c | 86 #define DR_STE_CALC_LU_TYPE(lookup_type, rx, inner) \ argument 87 ((inner) ? MLX5DR_STE_LU_TYPE_##lookup_type##_I : \ 777 bool inner, u8 *bit_mask) in dr_ste_build_eth_l2_src_des_bit_mask() argument 779 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_bit_mask() 1017 dr_ste_copy_mask_spec(buff, &set_param->inner); 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() 1095 bool inner, bool rx) in mlx5dr_ste_build_eth_l2_src_des() argument 1097 dr_ste_build_eth_l2_src_des_bit_mask(mask, inner, sb->bit_mask); in mlx5dr_ste_build_eth_l2_src_des() 1100 sb->inner = inner; in mlx5dr_ste_build_eth_l2_src_des() 1101 sb->lu_type = DR_STE_CALC_LU_TYPE(ETHL2_SRC_DST, rx, inner); in mlx5dr_ste_build_eth_l2_src_des() [all …]
|
D | dr_matcher.c | 207 bool inner, rx; in dr_matcher_set_ste_builders() local 222 mask.inner = matcher->mask.inner; in dr_matcher_set_ste_builders() 240 inner = false; in dr_matcher_set_ste_builders() 243 mlx5dr_ste_build_general_purpose(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders() 246 mlx5dr_ste_build_register_0(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders() 249 mlx5dr_ste_build_register_1(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders() 255 dmn, inner, rx); in dr_matcher_set_ste_builders() 261 inner, rx); in dr_matcher_set_ste_builders() 265 mlx5dr_ste_build_eth_l2_src(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders() 268 mlx5dr_ste_build_eth_l2_dst(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders() [all …]
|
D | dr_types.h | 187 u8 inner:1; member 293 bool inner, bool rx); 296 bool inner, bool rx); 299 bool inner, bool rx); 302 bool inner, bool rx); 305 bool inner, bool rx); 308 bool inner, bool rx); 311 bool inner, bool rx); 314 bool inner, bool rx); 317 bool inner, bool rx); [all …]
|
/Linux-v5.10/include/net/ |
D | inet_ecn.h | 45 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument 48 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate() 122 static inline void ipv4_copy_dscp(unsigned int dscp, struct iphdr *inner) in ipv4_copy_dscp() argument 125 ipv4_change_dsfield(inner, INET_ECN_MASK, dscp); in ipv4_copy_dscp() 168 static inline void ipv6_copy_dscp(unsigned int dscp, struct ipv6hdr *inner) in ipv6_copy_dscp() argument 171 ipv6_change_dsfield(inner, INET_ECN_MASK, dscp); in ipv6_copy_dscp() 236 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) in __INET_ECN_decapsulate() argument 238 if (INET_ECN_is_not_ect(inner)) { in __INET_ECN_decapsulate() 255 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument 260 rc = __INET_ECN_decapsulate(outer, inner, &set_ce); in INET_ECN_decapsulate() [all …]
|
D | ip_tunnels.h | 404 u8 inner = ip_tunnel_get_dsfield(iph, skb); in ip_tunnel_ecn_encap() local 406 return INET_ECN_encapsulate(tos, inner); in ip_tunnel_ecn_encap()
|
/Linux-v5.10/tools/testing/selftests/openat2/ |
D | openat2_test.c | 28 struct open_how inner; member 53 .arg.inner.flags = O_RDONLY, in test_openat2_struct() 57 .arg.inner.flags = O_RDONLY, in test_openat2_struct() 64 .arg.inner.flags = O_RDONLY, .size = 0, .err = -EINVAL }, in test_openat2_struct() 66 .arg.inner.flags = O_RDONLY, in test_openat2_struct() 71 .arg.inner.flags = O_RDONLY, .arg.extra1 = 0xdeadbeef, in test_openat2_struct() 74 .arg.inner.flags = O_RDONLY, .arg.extra2 = 0xfeedcafe, in test_openat2_struct() 77 .arg.inner.flags = O_RDONLY, .arg.extra3 = 0xabad1dea, in test_openat2_struct()
|
/Linux-v5.10/net/netfilter/ |
D | nft_tunnel.c | 552 struct nlattr *nest, *inner; in nft_tunnel_opts_dump() local 559 inner = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_OPTS_VXLAN); in nft_tunnel_opts_dump() 560 if (!inner) in nft_tunnel_opts_dump() 565 nla_nest_end(skb, inner); in nft_tunnel_opts_dump() 567 inner = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_OPTS_ERSPAN); in nft_tunnel_opts_dump() 568 if (!inner) in nft_tunnel_opts_dump() 587 nla_nest_end(skb, inner); in nft_tunnel_opts_dump() 592 inner = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_OPTS_GENEVE); in nft_tunnel_opts_dump() 593 if (!inner) in nft_tunnel_opts_dump() 606 nla_nest_end(skb, inner); in nft_tunnel_opts_dump() [all …]
|
/Linux-v5.10/crypto/ |
D | Makefile | 104 CFLAGS_aegis128-neon-inner.o += -ffreestanding -march=armv8-a -mfloat-abi=softfp 105 CFLAGS_aegis128-neon-inner.o += -mfpu=crypto-neon-fp-armv8 106 aegis128-$(CONFIG_CRYPTO_AEGIS128_SIMD) += aegis128-neon.o aegis128-neon-inner.o 116 CFLAGS_aegis128-neon-inner.o += $(aegis128-cflags-y) 117 CFLAGS_REMOVE_aegis128-neon-inner.o += -mgeneral-regs-only 118 aegis128-$(CONFIG_CRYPTO_AEGIS128_SIMD) += aegis128-neon.o aegis128-neon-inner.o
|
/Linux-v5.10/Documentation/userspace-api/media/dvb/ |
D | frontend-stat-properties.rst | 97 (FEC) on the inner coding block (before Viterbi, LDPC or other inner 116 - ``FE_SCALE_COUNTER`` - Number of error bits counted before the inner 125 Measures the amount of bits received before the inner code block, during 154 (FEC) done by inner code block (after Viterbi, LDPC or other inner 173 - ``FE_SCALE_COUNTER`` - Number of error bits counted after the inner 182 Measures the amount of bits received after the inner coding, during the
|
/Linux-v5.10/net/sched/ |
D | sch_htb.c | 130 } inner; member 411 if (p->inner.clprio[prio].feed.rb_node) in htb_activate_prios() 417 htb_add_to_id_tree(&p->inner.clprio[prio].feed, cl, prio); in htb_activate_prios() 447 if (p->inner.clprio[prio].ptr == cl->node + prio) { in htb_deactivate_prios() 452 p->inner.clprio[prio].last_ptr_id = cl->common.classid; in htb_deactivate_prios() 453 p->inner.clprio[prio].ptr = NULL; in htb_deactivate_prios() 457 &p->inner.clprio[prio].feed); in htb_deactivate_prios() 459 if (!p->inner.clprio[prio].feed.rb_node) in htb_deactivate_prios() 810 clp = &cl->inner.clprio[prio]; in htb_lookup_leaf() 865 htb_next_rb_node(level ? &cl->parent->inner.clprio[prio].ptr: in htb_dequeue_tree() [all …]
|
/Linux-v5.10/include/linux/ |
D | lockdep.h | 189 struct lock_class_key *key, int subclass, short inner, short outer); 193 struct lock_class_key *key, int subclass, short inner) in lockdep_init_map_wait() argument 195 lockdep_init_map_waits(lock, name, key, subclass, inner, LD_WAIT_INV); in lockdep_init_map_wait() 343 # define lockdep_init_map_waits(lock, name, key, sub, inner, outer) \ argument 345 # define lockdep_init_map_wait(lock, name, key, sub, inner) \ argument
|
/Linux-v5.10/Documentation/driver-api/media/ |
D | dtv-frontend.rst | 240 On other devices, it requires inner FEC decoding, 244 Having it available after inner FEC is more common. 248 the forward error correction (FEC) on the inner coding block 249 (after Viterbi, LDPC or other inner code). 257 the forward error correction (FEC) on the inner coding block 258 (before Viterbi, LDPC or other inner code). 262 - Due to its nature, those statistics depend on inner coding lock (e. g. 267 the forward error correction (FEC) on the inner coding block 268 (before Viterbi, LDPC or other inner code).
|
/Linux-v5.10/tools/testing/selftests/net/ |
D | pmtu.sh | 354 inner="${2}" 361 if [ "${inner}" = "4" ]; then 372 if [ "${inner}" = "4" ]; then 389 if [ "${inner}" = "4" ]; then 434 inner=${1} 440 if [ "${inner}" -eq 4 ]; then 451 if [ "${inner}" -eq 4 ]; then 464 if [ "${inner}" = "4" ]; then 1308 inner=${1} 1312 setup namespaces routing ip${inner}ip${outer} || return 2 [all …]
|
/Linux-v5.10/Documentation/networking/ |
D | segmentation-offloads.rst | 75 from the standard list of headers to "inner" header offsets. 79 data is normally referred to as the inner headers. Below is the list of 102 header has requested a remote checksum offload. In this case the inner 139 only the inner-most transport header and possibly the outer-most network 144 inner transport header are updated such that they will contain the correct
|
D | checksum-offloads.rst | 57 encapsulated packet both the inner and outer checksums may need to be edited or 85 encapsulated datagram when the inner checksum is due to be offloaded. 103 Then, when the true inner checksum is filled in (either by hardware or by 130 RCO is a technique for eliding the inner checksum of an encapsulated datagram,
|
D | vxlan.rst | 73 inner frames (only needed by NICs without protocol-agnostic offloads)
|
/Linux-v5.10/kernel/locking/ |
D | spinlock_debug.c | 17 struct lock_class_key *key, short inner) in __raw_spin_lock_init() argument 24 lockdep_init_map_wait(&lock->dep_map, name, key, 0, inner); in __raw_spin_lock_init()
|
/Linux-v5.10/net/netfilter/ipset/ |
D | ip_set_hash_netnet.c | 90 hash_netnet4_data_netmask(struct hash_netnet4_elem *elem, u8 cidr, bool inner) in hash_netnet4_data_netmask() argument 92 if (inner) { in hash_netnet4_data_netmask() 321 hash_netnet6_data_netmask(struct hash_netnet6_elem *elem, u8 cidr, bool inner) in hash_netnet6_data_netmask() argument 323 if (inner) { in hash_netnet6_data_netmask()
|
D | ip_set_hash_netportnet.c | 97 u8 cidr, bool inner) in hash_netportnet4_data_netmask() argument 99 if (inner) { in hash_netportnet4_data_netmask() 373 u8 cidr, bool inner) in hash_netportnet6_data_netmask() argument 375 if (inner) { in hash_netportnet6_data_netmask()
|
/Linux-v5.10/Documentation/virt/kvm/arm/ |
D | pvtime.rst | 43 with inner and outer write back caching attributes, in the inner shareable
|
/Linux-v5.10/net/tipc/ |
D | msg.c | 529 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle() local 560 inner = buf_msg(tskb); in tipc_msg_try_bundle() 563 tipc_msg_init(msg_prevnode(inner), outer, MSG_BUNDLER, 0, INT_H_SIZE, in tipc_msg_try_bundle() 565 msg_set_importance(outer, msg_importance(inner)); in tipc_msg_try_bundle()
|
/Linux-v5.10/net/openvswitch/ |
D | flow_netlink.c | 964 bool is_mask, bool inner) in encode_vlan_from_nlattrs() argument 975 if (likely(!inner)) { in encode_vlan_from_nlattrs() 986 u64 key_attrs, bool inner, in validate_vlan_from_nlattrs() argument 1000 OVS_NLERR(log, "Invalid %s frame", (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs() 1010 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs() 1015 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs() 1024 u64 key_attrs, bool inner, in validate_vlan_mask_from_nlattrs() argument 1039 if ((!inner && !encap_valid) || (inner && !i_encap_valid)) { in validate_vlan_mask_from_nlattrs() 1041 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_mask_from_nlattrs() 1053 (inner) ? "C-VLAN" : "VLAN", ntohs(tpid)); in validate_vlan_mask_from_nlattrs() [all …]
|
/Linux-v5.10/arch/arm/mm/ |
D | cache-v7.S | 83 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable 199 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable 217 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 274 // $r6 - inner loop counter 316 // $r5 - inner inner loop counter
|
/Linux-v5.10/Documentation/input/devices/ |
D | appletouch.rst | 21 information about the inner workings of the touchpad sensors. Michael
|