Home
last modified time | relevance | path

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

12345678

/Linux-v5.4/net/core/
Dsecure_seq.c61 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off()
70 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off()
83 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq()
92 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq()
105 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral()
111 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral()
179 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number()
187 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
/Linux-v5.4/lib/
Dsiphash.c225 u64 combined = (u64)second << 32 | first; in siphash_3u32() local
227 v3 ^= combined; in siphash_3u32()
230 v0 ^= combined; in siphash_3u32()
339 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local
341 v3 ^= combined; in hsiphash_2u32()
343 v0 ^= combined; in hsiphash_2u32()
358 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local
360 v3 ^= combined; in hsiphash_3u32()
362 v0 ^= combined; in hsiphash_3u32()
379 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local
[all …]
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c712 unsigned int rx, tx, combined; in xgbe_get_channels() local
726 combined = min(rx, tx); in xgbe_get_channels()
728 channels->max_combined = combined; in xgbe_get_channels()
736 combined = min(rx, tx); in xgbe_get_channels()
737 rx -= combined; in xgbe_get_channels()
738 tx -= combined; in xgbe_get_channels()
740 channels->combined_count = combined; in xgbe_get_channels()
757 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local
771 combined = min(rx, tx); in xgbe_set_channels()
789 if (channels->combined_count > combined) { in xgbe_set_channels()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/iommu/
Darm,smmu-v3.txt29 * "combined" - The combined interrupt is optional,
32 combined interrupt line.
33 If provided, then the combined interrupt
/Linux-v5.4/net/ipv6/
Doutput_core.c21 } __aligned(SIPHASH_ALIGNMENT) combined = { in __ipv6_select_ident()
32 hash = siphash(&combined, sizeof(combined), &net->ipv4.ip_id_key); in __ipv6_select_ident()
Dsyncookies.c50 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash()
59 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
/Linux-v5.4/Documentation/devicetree/bindings/usb/
Dusb-device.txt9 "interface nodes" representing USB interfaces and "combined nodes"
12 A combined node shall be used instead of a device node and an interface node
16 A "hub node" is a combined node or an interface node that represents a USB
49 Required properties for combined nodes:
/Linux-v5.4/tools/include/uapi/linux/
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-v5.4/include/uapi/linux/
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-v5.4/Documentation/media/v4l-drivers/
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-v5.4/Documentation/devicetree/bindings/display/
Darm,pl11x.txt13 - interrupt-names: either the single entry "combined" representing a
14 combined interrupt output (CLCDINTR), or the four entries
76 interrupt-names = "combined";
/Linux-v5.4/arch/arm64/boot/dts/amd/
Damd-seattle-xgbe-b.dtsi92 interrupts = /* Uses combined intr for both
108 interrupts = /* Uses combined intr for both
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dsamsung,exynos4210-combiner.txt10 combined interrupt for its eight interrupt sources. The combined interrupt
Dti,c64x+megamod-pic.txt37 One for each core interrupt priority level. In addition to the combined
62 interrupts 0 - 3 (combined interrupt sources) are
/Linux-v5.4/arch/sh/kernel/
Dtraps_64.c650 unsigned long major, minor, combined; in do_reserved_inst() local
689 combined = (major << 4) | minor; in do_reserved_inst()
725 if (combined == 0x9f) { /* GETCON */ in do_reserved_inst()
732 } else if (combined == 0x1bf) { /* PUTCON */ in do_reserved_inst()
/Linux-v5.4/Documentation/features/debug/kprobes-on-ftrace/
Darch-support.txt4 # description: arch supports combined kprobes and ftrace live patching
/Linux-v5.4/tools/memory-model/litmus-tests/
DMP+polockmbonce+poacquiresilsil.litmus6 * Do spinlocks combined with smp_mb__after_spinlock() provide order
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/
Dtwl4030-madc.txt4 combined with a 16-input analog multiplexer.
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Drenesas,rza2-pinctrl.txt1 Renesas RZ/A2 combined Pin and GPIO controller
3 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO controller.
/Linux-v5.4/drivers/media/pci/ivtv/
DKconfig81 utilize write-combined caching on the framebuffer memory.
88 ranges that should be marked write-combined from the driver.
/Linux-v5.4/Documentation/devicetree/bindings/cpufreq/
Dimx-cpufreq-dt.txt5 "speed grading" value which are written in fuses. These bits are combined with
/Linux-v5.4/Documentation/fb/
Defifb.rst34 nowc Don't map the framebuffer write combined. This can be used
/Linux-v5.4/drivers/iio/light/
DKconfig358 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
364 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
476 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor"
480 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity
487 tristate "VCNL4035 combined ALS and proximity sensor"
493 combined ambient light (ALS) and proximity sensor. Currently only ALS
514 VL6180 combined ambient light, range and proximity sensor.
/Linux-v5.4/Documentation/security/
Dsiphash.rst96 } __aligned(SIPHASH_ALIGNMENT) combined = {
101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);
/Linux-v5.4/Documentation/devicetree/bindings/timer/
Darm,sp804.txt8 the combined interrupt or if "arm,sp804-has-irq" is present that

12345678