Home
last modified time | relevance | path

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

12345678910>>...31

/Linux-v5.15/net/core/
Dsecure_seq.c60 } __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-v5.15/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.15/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-v5.15/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c691 unsigned int rx, tx, combined; in xgbe_get_channels() local
705 combined = min(rx, tx); in xgbe_get_channels()
707 channels->max_combined = combined; in xgbe_get_channels()
715 combined = min(rx, tx); in xgbe_get_channels()
716 rx -= combined; in xgbe_get_channels()
717 tx -= combined; in xgbe_get_channels()
719 channels->combined_count = combined; in xgbe_get_channels()
727 netdev_err(netdev, "channel inputs: combined=%u, rx-only=%u, tx-only=%u\n", in xgbe_print_set_channels_input()
736 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local
750 combined = min(rx, tx); in xgbe_set_channels()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/iio/proximity/
Dsemtech,sx9310.yaml47 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-v5.15/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-v5.15/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-v5.15/drivers/iio/light/
DKconfig413 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-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-sx93107 near the combined sensor. The combined sensor presents
/Linux-v5.15/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.
/Linux-v5.15/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-v5.15/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.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/include/sound/
Dmemalloc.h34 #define SNDRV_DMA_TYPE_DEV_WC 5 /* continuous write-combined */
37 #define SNDRV_DMA_TYPE_DEV_WC_SG 6 /* SG write-combined */
/Linux-v5.15/net/dsa/
Dtag_mtk.c30 * being combined. Only in this way we can allow the switch can parse in mtk_tag_xmit()
50 * whether that's a combined special tag with 802.1Q header. in mtk_tag_xmit()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_bitfields.c59 short b; /* combined with previous bitfield */
64 int e; /* combined with previous bitfield */
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/interrupt-controller/
Dsamsung,exynos4210-combiner.yaml20 combined interrupt for its eight interrupt sources. The combined interrupt is
/Linux-v5.15/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()
/Linux-v5.15/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()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_devlink.c219 /* The combined() macro inserts both the running entry as well as a stored
229 #define combined(key, active, pending) \ macro
249 combined(DEVLINK_INFO_VERSION_GENERIC_FW_UNDI, ice_info_orom_ver, ice_info_pending_orom_ver),
250 combined("fw.psid.api", ice_info_nvm_ver, ice_info_pending_nvm_ver),
251 combined(DEVLINK_INFO_VERSION_GENERIC_FW_BUNDLE_ID, ice_info_eetrack, ice_info_pending_eetrack),
255 combined("fw.netlist", ice_info_netlist_ver, ice_info_pending_netlist_ver),
256 combined("fw.netlist.build", ice_info_netlist_build, ice_info_pending_netlist_build),
/Linux-v5.15/include/uapi/linux/
Dpkt_cls.h82 * a combined opcode.
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

12345678910>>...31