| /kernel/linux/linux-6.6/net/core/ |
| D | secure_seq.c | 62 } __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/net/core/ |
| D | secure_seq.c | 62 } __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-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
| 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
|
| /kernel/linux/linux-5.10/lib/ |
| D | siphash.c | 219 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-6.6/lib/ |
| D | siphash.c | 218 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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pci/ |
| D | rockchip-dw-pcie.yaml | 66 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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iommu/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-ethtool.c | 692 unsigned int rx, tx, combined; in xgbe_get_channels() local 706 combined = min(rx, tx); in xgbe_get_channels() 708 channels->max_combined = combined; in xgbe_get_channels() 716 combined = min(rx, tx); in xgbe_get_channels() 717 rx -= combined; in xgbe_get_channels() 718 tx -= combined; in xgbe_get_channels() 720 channels->combined_count = combined; in xgbe_get_channels() 728 netdev_err(netdev, "channel inputs: combined=%u, rx-only=%u, tx-only=%u\n", in xgbe_print_set_channels_input() 737 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 751 combined = min(rx, tx); in xgbe_set_channels() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-ethtool.c | 699 unsigned int rx, tx, combined; in xgbe_get_channels() local 713 combined = min(rx, tx); in xgbe_get_channels() 715 channels->max_combined = combined; in xgbe_get_channels() 723 combined = min(rx, tx); in xgbe_get_channels() 724 rx -= combined; in xgbe_get_channels() 725 tx -= combined; in xgbe_get_channels() 727 channels->combined_count = combined; in xgbe_get_channels() 735 netdev_err(netdev, "channel inputs: combined=%u, rx-only=%u, tx-only=%u\n", in xgbe_print_set_channels_input() 744 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 758 combined = min(rx, tx); in xgbe_set_channels() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | usb-device.txt | 9 "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-6.6/Documentation/devicetree/bindings/iio/proximity/ |
| D | semtech,sx9310.yaml | 50 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>;
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| D | trigger-inter-event-combined-hist.tc | 3 # description: event trigger - test inter-event combined histogram trigger 18 echo "Test combined histogram" 34 fail "Failed to create combined histogram"
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| D | trigger-inter-event-combined-hist.tc | 3 # description: event trigger - test inter-event combined histogram trigger 18 echo "Test combined histogram" 34 fail "Failed to create combined histogram"
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| 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.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/thermal/ |
| D | qcom-tsens.yaml | 70 - 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";
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
| /kernel/linux/linux-5.10/drivers/usb/core/ |
| D | of.c | 43 * 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-6.6/drivers/usb/core/ |
| D | of.c | 42 * 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.
|
| /kernel/linux/linux-6.6/drivers/iio/light/ |
| D | Kconfig | 466 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor" 472 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor 560 featuring channels for combined visible + IR intensity and lux illuminance. 595 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor" 601 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity 608 tristate "VCNL4035 combined ALS and proximity sensor" 615 combined ambient light (ALS) and proximity sensor. Currently only ALS 647 VL6180 combined ambient light, range and proximity sensor.
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | Kconfig | 415 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/linux-5.10/Documentation/devicetree/bindings/display/ |
| 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";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/timer/ |
| D | nvidia,tegra-timer.yaml | 21 # 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
|