Home
last modified time | relevance | path

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

12345678910>>...36

/Linux-v6.6/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()
/Linux-v6.6/tools/testing/selftests/drivers/net/netdevsim/
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
65 ethtool -L $NDEV combined 1
/Linux-v6.6/lib/
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-v6.6/Documentation/devicetree/bindings/pci/
Drockchip-dw-pcie.yaml66 Combined system interrupt, which is used to signal the following
71 Combined PM interrupt, which is used to signal the following
76 Combined message interrupt, which is used to signal the following
80 Combined legacy interrupt, which is used to signal the following
83 Combined error interrupt, which is used to signal the following
111 - description: combined legacy interrupt
/Linux-v6.6/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
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c694 unsigned int rx, tx, combined; in xgbe_get_channels() local
708 combined = min(rx, tx); in xgbe_get_channels()
710 channels->max_combined = combined; in xgbe_get_channels()
718 combined = min(rx, tx); in xgbe_get_channels()
719 rx -= combined; in xgbe_get_channels()
720 tx -= combined; in xgbe_get_channels()
722 channels->combined_count = combined; in xgbe_get_channels()
730 netdev_err(netdev, "channel inputs: combined=%u, rx-only=%u, tx-only=%u\n", in xgbe_print_set_channels_input()
739 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local
753 combined = min(rx, tx); in xgbe_set_channels()
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/iio/proximity/
Dsemtech,sx9310.yaml50 semtech,combined-sensors:
53 List of which sensors are combined and represented by CS3.
82 Sensor used for start-up proximity detection. The combined
125 semtech,combined-sensors = <1 2 3>;
/Linux-v6.6/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"
/Linux-v6.6/Documentation/devicetree/bindings/usb/
Dusb-device.yaml19 "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-v6.6/Documentation/devicetree/bindings/thermal/
Dqcom-tsens.yaml70 - description: v2 of TSENS with combined interrupt
74 - description: v2 of TSENS with combined interrupt
243 - description: Combined interrupt if upper or lower threshold crossed
257 - description: Combined interrupt if upper or lower threshold crossed
274 - description: Combined interrupt if upper, lower or critical thresholds crossed
277 - const: combined
407 interrupt-names = "combined";
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-iio-sx93107 near the combined sensor. The combined sensor presents
/Linux-v6.6/drivers/iio/light/
DKconfig464 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
470 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
558 featuring channels for combined visible + IR intensity and lux illuminance.
593 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor"
599 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity
606 tristate "VCNL4035 combined ALS and proximity sensor"
613 combined ambient light (ALS) and proximity sensor. Currently only ALS
645 VL6180 combined ambient light, range and proximity sensor.
/Linux-v6.6/net/netfilter/
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()
/Linux-v6.6/drivers/usb/core/
Dof.c42 * usb_of_has_combined_node() - determine whether a device has a combined node
45 * Determine whether a USB device has a so called combined node which is
54 * criteria for a combined node.
/Linux-v6.6/Documentation/devicetree/bindings/timer/
Dnvidia,tegra-timer.yaml21 # Either a single combined interrupt or up to 14 individual interrupts
43 # Either a single combined interrupt or up to 6 individual interrupts
57 # Either a single combined interrupt or up to 4 individual interrupts
/Linux-v6.6/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
Dpipeline.json141 …re 2 elements of the gather instructions became 2 flows because 2 elements could not be combined.",
144 …ere 2 elements of the gather instructions became 2 flows because 2 elements could not be combined."
147 …s where 2 elements of the gather instructions became 1 flow because 2 elements could be combined.",
150 …es where 2 elements of the gather instructions became 1 flow because 2 elements could be combined."
/Linux-v6.6/Documentation/devicetree/bindings/display/
Darm,pl11x.yaml42 - const: combined
45 combined line. If the integration only connects this line to the
148 interrupt-names = "combined";
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dasync_stack_depth.c33 __failure __msg("combined stack size of 2 calls is 576. Too large")
48 __failure __msg("combined stack size of 2 calls is 608. Too large")
Dbtf_dump_test_case_bitfields.c59 short b; /* combined with previous bitfield */
64 int e; /* combined with previous bitfield */
/Linux-v6.6/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
/Linux-v6.6/tools/perf/pmu-events/arch/x86/tigerlake/
Duncore-memory.json11 …er. However, same cache line write requests (both full and partial) are combined to a single 64 by…
35 …er. However, same cache line write requests (both full and partial) are combined to a single 64 by…
/Linux-v6.6/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
/Linux-v6.6/drivers/media/pci/ivtv/
DKconfig68 utilize write-combined caching on the framebuffer memory.
75 ranges that should be marked write-combined from the driver.
/Linux-v6.6/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
/Linux-v6.6/Documentation/devicetree/bindings/interrupt-controller/
Dsamsung,exynos4210-combiner.yaml20 combined interrupt for its eight interrupt sources. The combined interrupt is

12345678910>>...36