/linux/net/core/ |
A D | secure_seq.c | 60 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off() 69 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off() 82 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq() 91 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq() 104 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral() 110 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral() 178 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number() 186 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
A D | tc-mq-visibility.sh | 40 ethtool -L $NDEV combined $n 47 ethtool -L $NDEV combined $n 55 ethtool -L $NDEV combined 1 58 ethtool -L $NDEV combined 4 65 ethtool -L $NDEV combined 1
|
/linux/lib/ |
A D | siphash.c | 227 v3 ^= combined; in siphash_3u32() 230 v0 ^= combined; in siphash_3u32() 341 v3 ^= combined; in hsiphash_2u32() 343 v0 ^= combined; in hsiphash_2u32() 360 v3 ^= combined; in hsiphash_3u32() 362 v0 ^= combined; in hsiphash_3u32() 381 v3 ^= combined; in hsiphash_4u32() 383 v0 ^= combined; in hsiphash_4u32() 384 combined = (u64)forth << 32 | third; in hsiphash_4u32() 385 v3 ^= combined; in hsiphash_4u32() [all …]
|
/linux/Documentation/devicetree/bindings/iommu/ |
A D | arm,smmu-v3.yaml | 34 - const: combined 36 The combined interrupt is optional, and should only be provided if the 37 hardware supports just a single, combined interrupt line. 38 If provided, then the combined interrupt will be used in preference to
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-ethtool.c | 689 unsigned int rx, tx, combined; in xgbe_get_channels() local 703 combined = min(rx, tx); in xgbe_get_channels() 705 channels->max_combined = combined; in xgbe_get_channels() 713 combined = min(rx, tx); in xgbe_get_channels() 714 rx -= combined; in xgbe_get_channels() 715 tx -= combined; in xgbe_get_channels() 717 channels->combined_count = combined; in xgbe_get_channels() 734 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 748 combined = min(rx, tx); in xgbe_set_channels() 766 if (channels->combined_count > combined) { in xgbe_set_channels() [all …]
|
/linux/net/netfilter/ |
A D | nf_conntrack_expect.c | 90 } __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()
|
A D | nf_nat_core.c | 163 } __aligned(SIPHASH_ALIGNMENT) combined; in hash_by_src() 167 memset(&combined, 0, sizeof(combined)); in hash_by_src() 170 combined.src = tuple->src; in hash_by_src() 171 combined.net_mix = net_hash_mix(net); in hash_by_src() 172 combined.protonum = tuple->dst.protonum; in hash_by_src() 176 combined.zone = zone->id; in hash_by_src() 178 hash = siphash(&combined, sizeof(combined), &nf_nat_hash_rnd); in hash_by_src()
|
/linux/Documentation/devicetree/bindings/iio/proximity/ |
A D | semtech,sx9310.yaml | 47 semtech,combined-sensors: 50 List of which sensors are combined and represented by CS3. 79 Sensor used for start-up proximity detection. The combined 122 semtech,combined-sensors = <1 2 3>;
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
/linux/tools/perf/util/ |
A D | metricgroup.c | 1266 struct expr_parse_ctx **combined) in build_combined_expr_ctx() argument 1274 *combined = expr__ctx_new(); in build_combined_expr_ctx() 1275 if (!*combined) in build_combined_expr_ctx() 1286 ret = expr__add_id(*combined, dup); in build_combined_expr_ctx() 1294 expr__ctx_free(*combined); in build_combined_expr_ctx() 1295 *combined = NULL; in build_combined_expr_ctx() 1385 struct expr_parse_ctx *combined = NULL; in parse_groups() local 1387 ret = build_combined_expr_ctx(&metric_list, &combined); in parse_groups() 1389 if (!ret && combined && hashmap__size(combined->ids)) { in parse_groups() 1394 if (combined) in parse_groups() [all …]
|
/linux/tools/include/uapi/linux/ |
A D | pkt_cls.h | 59 #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/Documentation/devicetree/bindings/usb/ |
A D | usb-device.yaml | 19 "interface nodes" representing USB interfaces and "combined nodes" 22 A combined node shall be used instead of a device node and an interface node 26 A "hub node" is a combined node or an interface node that represents a USB 32 description: Device nodes or combined nodes.
|
/linux/include/uapi/linux/ |
A D | pkt_cls.h | 87 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 88 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_devlink.c | 205 #define combined(key, active, pending) \ macro 225 combined(DEVLINK_INFO_VERSION_GENERIC_FW_UNDI, ice_info_orom_ver, ice_info_pending_orom_ver), 226 combined("fw.psid.api", ice_info_nvm_ver, ice_info_pending_nvm_ver), 227 combined(DEVLINK_INFO_VERSION_GENERIC_FW_BUNDLE_ID, ice_info_eetrack, ice_info_pending_eetrack), 231 combined("fw.netlist", ice_info_netlist_ver, ice_info_pending_netlist_ver), 232 combined("fw.netlist.build", ice_info_netlist_build, ice_info_pending_netlist_build),
|
/linux/Documentation/devicetree/bindings/display/ |
A D | arm,pl11x.txt | 13 - interrupt-names: either the single entry "combined" representing a 14 combined interrupt output (CLCDINTR), or the four entries 76 interrupt-names = "combined";
|
/linux/Documentation/driver-api/media/drivers/ |
A D | sh_mobile_ceu_camera.rst | 13 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/net/ipv6/ |
A D | syncookies.c | 50 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash() 59 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
|
/linux/arch/arm64/boot/dts/amd/ |
A D | amd-seattle-xgbe-b.dtsi | 92 interrupts = /* Uses combined intr for both 108 interrupts = /* Uses combined intr for both
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
A D | samsung,exynos4210-combiner.yaml | 20 combined interrupt for its eight interrupt sources. The combined interrupt is
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | renesas,rza2-pinctrl.yaml | 7 title: Renesas RZ/A2 combined Pin and GPIO controller 14 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO
|
A D | renesas,rzg2l-pinctrl.yaml | 7 title: Renesas RZ/G2L combined Pin and GPIO controller 14 The Renesas SoCs of the RZ/G2L series feature a combined Pin and GPIO
|
/linux/drivers/media/pci/ivtv/ |
A D | Kconfig | 68 utilize write-combined caching on the framebuffer memory. 75 ranges that should be marked write-combined from the driver.
|
/linux/Documentation/features/debug/kprobes-on-ftrace/ |
A D | arch-support.txt | 4 # description: arch supports combined kprobes and ftrace live patching
|
/linux/drivers/iio/light/ |
A D | Kconfig | 413 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor" 419 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor 507 featuring channels for combined visible + IR intensity and lux illuminance. 542 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor" 548 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity 555 tristate "VCNL4035 combined ALS and proximity sensor" 562 combined ambient light (ALS) and proximity sensor. Currently only ALS 594 VL6180 combined ambient light, range and proximity sensor.
|
/linux/tools/memory-model/litmus-tests/ |
A D | MP+polockmbonce+poacquiresilsil.litmus | 6 * Do spinlocks combined with smp_mb__after_spinlock() provide order
|