Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 175) sorted by relevance

1234567

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dtc-mq-visibility.sh40 ethtool -L $NDEV combined $n
47 ethtool -L $NDEV combined $n
55 ethtool -L $NDEV combined 1
58 ethtool -L $NDEV combined 4
68 ethtool -L $NDEV combined 1
/linux/lib/
H A Dsiphash.c218 u64 combined = (u64)second << 32 | first; in siphash_3u32() local
220 v3 ^= combined; in siphash_3u32()
223 v0 ^= combined; in siphash_3u32()
332 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local
334 v3 ^= combined; in hsiphash_2u32()
336 v0 ^= combined; in hsiphash_2u32()
351 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local
353 v3 ^= combined; in hsiphash_3u32()
355 v0 ^= combined; in hsiphash_3u32()
372 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local
[all …]
/linux/net/core/
H A Dsecure_seq.c59 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq_and_ts_off()
69 st.hash64 = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq_and_ts_off()
88 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral()
95 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral()
/linux/tools/testing/selftests/drivers/net/
H A Dnapi_threaded.py32 combined = ethtool(f"-l {cfg.ifname}", json=True)[0].get("combined", 0)
33 ksft_ge(combined, 2)
34 defer(ethtool, f"-L {cfg.ifname} combined {combined}")
39 return combined
51 cmd(f"ethtool -L {cfg.ifname} combined 1")
53 cmd(f"ethtool -L {cfg.ifname} combined {qcnt}")
60 cmd(f"ethtool -L {cfg.ifname} combined 1")
62 cmd(f"ethtool -L {cfg.ifname} combined {qcn
[all...]
H A Dnetpoll_basic.py106 combined = ethtool_result.get("combined", -1)
113 return rxq, txq, combined
118 rxq, txq, combined = queues
126 if combined != -1:
/linux/net/netfilter/
H A Dnf_conntrack_expect.c90 } __aligned(SIPHASH_ALIGNMENT) combined; in nf_ct_expect_dst_hash()
95 memset(&combined, 0, sizeof(combined)); in nf_ct_expect_dst_hash()
97 combined.dst_addr = tuple->dst.u3; in nf_ct_expect_dst_hash()
98 combined.net_mix = net_hash_mix(n); in nf_ct_expect_dst_hash()
99 combined.dport = (__force __u16)tuple->dst.u.all; in nf_ct_expect_dst_hash()
100 combined.l3num = tuple->src.l3num; in nf_ct_expect_dst_hash()
101 combined.protonum = tuple->dst.protonum; in nf_ct_expect_dst_hash()
103 hash = siphash(&combined, sizeof(combined), &nf_ct_expect_hashrnd); in nf_ct_expect_dst_hash()
H A Dnf_nat_core.c162 } __aligned(SIPHASH_ALIGNMENT) combined; in hash_by_src()
166 memset(&combined, 0, sizeof(combined)); in hash_by_src()
169 combined.src = tuple->src; in hash_by_src()
170 combined.net_mix = net_hash_mix(net); in hash_by_src()
171 combined.protonum = tuple->dst.protonum; in hash_by_src()
175 combined.zone = zone->id; in hash_by_src()
177 hash = siphash(&combined, sizeof(combined), &nf_nat_hash_rnd); in hash_by_src()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-sx93107 near the combined sensor. The combined sensor presents
/linux/tools/include/uapi/linux/
H A Dpkt_cls.h59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument
60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
/linux/tools/perf/util/
H A Dmetricgroup.c1214 struct expr_parse_ctx **combined) in build_combined_expr_ctx() argument
1222 *combined = expr__ctx_new(); in build_combined_expr_ctx()
1223 if (!*combined) in build_combined_expr_ctx()
1234 ret = expr__add_id(*combined, dup); in build_combined_expr_ctx()
1242 expr__ctx_free(*combined); in build_combined_expr_ctx()
1243 *combined = NULL; in build_combined_expr_ctx()
1408 struct expr_parse_ctx *combined = NULL; in parse_groups() local
1412 ret = build_combined_expr_ctx(&metric_list, &combined); in parse_groups()
1414 if (!ret && combined && hashmap__size(combined->ids)) { in parse_groups()
1415 ret = parse_ids(metric_no_merge, fake_pmu, combined, in parse_groups()
[all …]
H A Dlock-contention.h53 int combined; member
/linux/include/uapi/linux/
H A Dpkt_cls.h85 * a combined opcode.
90 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument
91 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst13 combined scales: sensor_scale * host_scale
81 3. Calculate new combined scales from "effective" input window to requested user
86 4. Calculate sensor output window by applying combined scales to real input
/linux/arch/arm64/boot/dts/amd/
H A Damd-seattle-xgbe-b.dtsi64 interrupts = /* Uses combined intr for both
77 interrupts = /* Uses combined intr for both
/linux/net/ipv6/
H A Dsyncookies.c51 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash()
60 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
/linux/drivers/media/pci/ivtv/
H A DKconfig66 utilize write-combined caching on the framebuffer memory.
73 ranges that should be marked write-combined from the driver.
/linux/tools/memory-model/litmus-tests/
H A DMP+polockmbonce+poacquiresilsil.litmus6 * Do spinlocks combined with smp_mb__after_spinlock() provide order
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dimx-cpufreq-dt.txt5 "speed grading" value which are written in fuses. These bits are combined with
/linux/arch/s390/kernel/
H A Dsmp.c705 info->combined = info->configured; in smp_get_core_info()
769 for (i = 0; i < info->combined; i++) { in __smp_rescan_cpus()
790 for (cpu = 0; cpu < info->combined; cpu++) in smp_detect_cpus()
796 if (cpu >= info->combined) in smp_detect_cpus()
808 for (cpu = 0; cpu < info->combined; cpu++) { in smp_detect_cpus()
/linux/drivers/iio/proximity/
H A Dsx9310.c784 u32 combined[SX9310_NUM_CHANNELS]; in sx9310_get_default_reg() local
799 if (count < 0 || count > ARRAY_SIZE(combined)) in sx9310_get_default_reg()
802 combined, count); in sx9310_get_default_reg()
807 comb_mask |= BIT(combined[i]); in sx9310_get_default_reg()
/linux/Documentation/security/
H A Dsiphash.rst96 } __aligned(SIPHASH_ALIGNMENT) combined = {
101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);
/linux/Documentation/devicetree/bindings/sound/
H A Dmax98373.txt24 - maxim,interleave-mode : For cases where a single combined channel
/linux/Documentation/driver-api/iio/
H A Dintro.rst33 combined functionality (e.g. light plus proximity sensor).
/linux/Documentation/hwmon/
H A Dda9055.rst17 resolution and track and hold circuitry combined with an analogue input
H A Dltc2990.rst28 can be combined to measure a differential voltage, which is typically used to

1234567