/linux-5.10/net/core/ |
D | secure_seq.c | 60 } __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-5.10/lib/ |
D | siphash.c | 225 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-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
|
/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 687 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 …]
|
/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:
|
/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"
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
/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.
|
/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.
|
/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";
|
/linux-5.10/net/ipv6/ |
D | output_core.c | 21 } __aligned(SIPHASH_ALIGNMENT) combined = { in __ipv6_select_ident() 32 hash = siphash(&combined, sizeof(combined), &net->ipv4.ip_id_key); in __ipv6_select_ident()
|
D | syncookies.c | 50 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash() 59 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
|
/linux-5.10/tools/include/uapi/linux/ |
D | pkt_cls.h | 54 * 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-5.10/Documentation/driver-api/media/drivers/ |
D | sh_mobile_ceu_camera.rst | 13 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-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | samsung,exynos4210-combiner.txt | 10 combined interrupt for its eight interrupt sources. The combined interrupt
|
D | ti,c64x+megamod-pic.txt | 37 One for each core interrupt priority level. In addition to the combined 62 interrupts 0 - 3 (combined interrupt sources) are
|
/linux-5.10/drivers/media/pci/ivtv/ |
D | Kconfig | 80 utilize write-combined caching on the framebuffer memory. 87 ranges that should be marked write-combined from the driver.
|
/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_bitfields.c | 59 short b; /* combined with previous bitfield */ 64 int e; /* combined with previous bitfield */
|
/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
D | renesas,rza2-pinctrl.yaml | 7 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-5.10/drivers/media/i2c/ |
D | aptina-pll.c | 41 /* 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-5.10/include/uapi/linux/ |
D | pkt_cls.h | 81 * 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
|
/linux-5.10/net/dsa/ |
D | tag_mtk.c | 32 * being combined. Only in this way we can allow the switch can parse in mtk_tag_xmit() 48 * whether that's a combined special tag with 802.1Q header. in mtk_tag_xmit()
|
/linux-5.10/Documentation/security/ |
D | siphash.rst | 96 } __aligned(SIPHASH_ALIGNMENT) combined = { 101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);
|
/linux-5.10/include/linux/ |
D | i2c.h | 649 * @max_comb_1st_msg_len: maximum length of the first msg in a combined message 650 * @max_comb_2nd_msg_len: maximum length of the second msg in a combined message 652 * Note about combined messages: Some I2C controllers can only send one message 653 * per transfer, plus something called combined message or write-then-read. 657 * with max_comb_*_len because combined message mode usually has its own 661 * be combined as needed. 675 /* first combined message must be write */ 677 /* second combined message must be read */ 679 /* both combined messages must have the same target address */
|
/linux-5.10/Documentation/i2c/ |
D | i2c-protocol.rst | 44 Combined transactions 73 In a combined transaction, no 'S Addr Wr/Rd [A]' is generated at some
|