Home
last modified time | relevance | path

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

12345678910>>...26

/linux/tools/testing/selftests/drivers/net/
H A Dnapi_threaded.py32 combined = ethtool(f"-l {cfg.ifname}", json=True)[0].get("combined", 0)
33 ksft_ge(combined, 2)
34 defer(ethtool, f"-L {cfg.ifname} combined {combined}")
39 return combined
51 cmd(f"ethtool -L {cfg.ifname} combined 1")
53 cmd(f"ethtool -L {cfg.ifname} combined {qcnt}")
60 cmd(f"ethtool -L {cfg.ifname} combined 1")
62 cmd(f"ethtool -L {cfg.ifname} combined {qcn
[all...]
H A Dring_reconfig.py38 all_keys = ["rx", "tx", "combined"]
39 mixes = [{"combined"}, {"rx", "tx"}, {"rx", "combined"}, {"tx", "combined"},
40 {"rx", "tx", "combined"},]
93 all_keys = ["rx-count", "tx-count", "combined-count"]
101 if chans.get('combined-count', 0) > 1:
102 config['combined-count'] = 1
322 if "combined-max" not in chans:
323 raise KsftSkipEx("device does not support combined channels")
324 if chans.get("combined-max", 0) < 2:
325 raise KsftSkipEx("device does not support 2+ combined channels")
[all …]
H A Dnetpoll_basic.py100 """Read the number of RX, TX and combined queues using ethtool"""
106 combined = ethtool_result.get("combined", -1)
113 return rxq, txq, combined
117 """Set the number of RX, TX and combined queues using ethtool"""
118 rxq, txq, combined = queues
126 if combined != -1:
127 cmdline += f" combined {combined}"
337 logging.debug("RX/TX/combined queues: %s", prev_queues)
/linux/Documentation/devicetree/bindings/pci/
H A Drockchip-dw-pcie-common.yaml45 Combined system interrupt, which is used to signal the following
50 Combined PM interrupt, which is used to signal the following
55 Combined message interrupt, which is used to signal the following
59 Combined legacy interrupt, which is used to signal the following
63 Combined error interrupt, which is used to signal the following
68 If the matching interrupt name is "msi", then this is the combined
/linux/lib/
H A 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/tools/testing/selftests/drivers/net/netdevsim/
H A 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
68 ethtool -L $NDEV combined 1
/linux/net/core/
H A Dsecure_seq.c59 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq_and_ts_off()
69 st.hash64 = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq_and_ts_off()
88 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral()
95 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral()
/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_ctx.py226 ethtool(f"-L {cfg.ifname} combined 4")
227 defer(ethtool, f"-L {cfg.ifname} combined {qcnt}")
247 ethtool(f"-L {cfg.ifname} combined 5")
251 ethtool(f"-L {cfg.ifname} combined 4")
269 ethtool(f"-L {cfg.ifname} combined 5")
278 ethtool(f"-L {cfg.ifname} combined 3")
285 ethtool(f"-L {cfg.ifname} combined 4")
311 ethtool(f"-L {cfg.ifname} combined 3")
328 ch_max = channels['combined-max']
329 qcnt = channels['combined-count']
[all …]
H A Diou-zcrx.py64 channels = channels['combined-count']
66 raise KsftSkipEx('Test requires NETIF with at least 2 combined channels')
92 channels = channels['combined-count']
94 raise KsftSkipEx('Test requires NETIF with at least 2 combined channels')
/linux/Documentation/devicetree/bindings/iio/proximity/
H A 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/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A 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/Documentation/devicetree/bindings/usb/
H A 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
33 description: Device nodes or combined nodes.
/linux/drivers/iio/light/
H A DKconfig80 tristate "APDS9160 combined als and proximity sensor"
85 combined ambient light and proximity sensor.
552 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
558 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
646 featuring channels for combined visible + IR intensity and lux illuminance.
681 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor"
687 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity
694 tristate "VCNL4035 combined ALS and proximity sensor"
701 combined ambient light (ALS) and proximity sensor. Currently only ALS
794 VL6180 combined ambient light, range and proximity sensor.
/linux/Documentation/devicetree/bindings/thermal/
H A Dqcom-tsens.yaml94 - description: v2 of TSENS with combined interrupt
100 - description: v2 of TSENS with combined interrupt
281 - description: Combined interrupt if upper or lower threshold crossed
295 - description: Combined interrupt if upper or lower threshold crossed
314 - description: Combined interrupt if upper, lower or critical thresholds crossed
317 - const: combined
443 interrupt-names = "combined";
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-sx93107 near the combined sensor. The combined sensor presents
/linux/net/netfilter/
H A Dnf_conntrack_expect.c98 } __aligned(SIPHASH_ALIGNMENT) combined; in nf_ct_expect_dst_hash()
103 memset(&combined, 0, sizeof(combined)); in nf_ct_expect_dst_hash()
105 combined.dst_addr = tuple->dst.u3; in nf_ct_expect_dst_hash()
106 combined.net_mix = net_hash_mix(n); in nf_ct_expect_dst_hash()
107 combined.dport = (__force __u16)tuple->dst.u.all; in nf_ct_expect_dst_hash()
108 combined.l3num = tuple->src.l3num; in nf_ct_expect_dst_hash()
109 combined.protonum = tuple->dst.protonum; in nf_ct_expect_dst_hash()
111 hash = siphash(&combined, sizeof(combined), in nf_ct_expect_dst_hash()
[all...]
/linux/tools/include/uapi/linux/
H A 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/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
H A 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/Documentation/devicetree/bindings/display/
H A Darm,pl11x.yaml42 - const: combined
45 combined line. If the integration only connects this line to the
151 interrupt-names = "combined";
/linux/tools/testing/selftests/bpf/progs/
H A Dasync_stack_depth.c33 __failure __msg("combined stack size of 2 calls is")
48 __failure __msg("combined stack size of 2 calls is")
/linux/Documentation/driver-api/media/drivers/
H A 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/drivers/media/pci/ivtv/
H A DKconfig66 utilize write-combined caching on the framebuffer memory.
73 ranges that should be marked write-combined from the driver.
/linux/tools/perf/pmu-events/arch/x86/tigerlake/
H A Duncore-memory.json12 …er. However, same cache line write requests (both full and partial) are combined to a single 64 by…
39 …er. However, same cache line write requests (both full and partial) are combined to a single 64 by…
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_fpe.c222 res.combined = READ_ONCE(ndev->tc_to_txq[tc].combined); in dwmac5_fpe_map_preemption_class()
283 res.combined = READ_ONCE(ndev->tc_to_txq[tc].combined); in dwxgmac3_fpe_map_preemption_class()
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dsamsung,exynos4210-combiner.yaml20 combined interrupt for its eight interrupt sources. The combined interrupt is

12345678910>>...26