Home
last modified time | relevance | path

Searched full:combined (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/kernel/linux/linux-5.10/net/core/
Dsecure_seq.c62 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off()
71 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off()
84 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq()
93 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq()
107 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral()
114 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral()
184 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number()
192 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
/kernel/linux/linux-5.10/lib/
Dsiphash.c219 u64 combined = (u64)second << 32 | first; in siphash_3u32() local
221 v3 ^= combined; in siphash_3u32()
224 v0 ^= combined; in siphash_3u32()
333 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local
335 v3 ^= combined; in hsiphash_2u32()
337 v0 ^= combined; in hsiphash_2u32()
352 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local
354 v3 ^= combined; in hsiphash_3u32()
356 v0 ^= combined; in hsiphash_3u32()
373 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/
Darm,smmu-v3.yaml34 - 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
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c687 unsigned int rx, tx, combined; in xgbe_get_channels() local
701 combined = min(rx, tx); in xgbe_get_channels()
703 channels->max_combined = combined; in xgbe_get_channels()
711 combined = min(rx, tx); in xgbe_get_channels()
712 rx -= combined; in xgbe_get_channels()
713 tx -= combined; in xgbe_get_channels()
715 channels->combined_count = combined; in xgbe_get_channels()
723 netdev_err(netdev, "channel inputs: combined=%u, rx-only=%u, tx-only=%u\n", in xgbe_print_set_channels_input()
732 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local
746 combined = min(rx, tx); in xgbe_set_channels()
[all …]
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-inter-event-combined-hist.tc3 # description: event trigger - test inter-event combined histogram trigger
18 echo "Test combined histogram"
34 fail "Failed to create combined histogram"
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-sx93107 near the combined sensor. The combined sensor presents
/kernel/linux/linux-5.10/drivers/usb/core/
Dof.c43 * usb_of_has_combined_node() - determine whether a device has a combined node
46 * Determine whether a USB device has a so called combined node which is
55 * criteria for a combined node.
/kernel/linux/linux-5.10/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";
/kernel/linux/linux-5.10/drivers/iio/light/
DKconfig415 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
421 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
533 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor"
539 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity
546 tristate "VCNL4035 combined ALS and proximity sensor"
553 combined ambient light (ALS) and proximity sensor. Currently only ALS
585 VL6180 combined ambient light, range and proximity sensor.
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpkt_cls.h44 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument
45 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
/kernel/linux/linux-5.10/Documentation/driver-api/media/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
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dpkt_cls.h54 * a combined opcode.
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
/kernel/linux/linux-5.10/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
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dninet_hashtables.c77 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcp_nip_sequence_number()
86 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcp_nip_sequence_number()
99 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_newip_port_ephemeral()
105 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_newip_port_ephemeral()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
DKconfig80 utilize write-combined caching on the framebuffer memory.
87 ranges that should be marked write-combined from the driver.
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_bitfields.c59 short b; /* combined with previous bitfield */
64 int e; /* combined with previous bitfield */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Drenesas,rza2-pinctrl.yaml7 title: Renesas RZ/A2 combined Pin and GPIO controller
14 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO
/kernel/linux/linux-5.10/drivers/media/i2c/
Daptina-pll.c41 /* Compute the multiplier M and combined N*P1 divisor. */ in aptina_pll_calculate()
54 * - minimum/maximum combined N*P1 divisor in aptina_pll_calculate()
67 dev_err(dev, "pll: no valid combined N*P1 divisor.\n"); in aptina_pll_calculate()
/kernel/linux/linux-5.10/drivers/char/tpm/eventlog/
Defi.c91 * Allocate memory for the 'combined log' where we will append the in tpm_read_log_efi()
114 * The size of the 'combined log' is the size of the 'main log' plus in tpm_read_log_efi()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpkt_cls.h63 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument
64 #define TC_ACT_EXT_CMP(combined,opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dpkt_cls.h81 * a combined opcode.
86 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument
87 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
/kernel/linux/linux-5.10/net/dsa/
Dtag_mtk.c33 * being combined. Only in this way we can allow the switch can parse in mtk_tag_xmit()
53 * whether that's a combined special tag with 802.1Q header. in mtk_tag_xmit()
/kernel/linux/linux-5.10/Documentation/security/
Dsiphash.rst96 } __aligned(SIPHASH_ALIGNMENT) combined = {
101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);

12345678910>>...30