Home
last modified time | relevance | path

Searched refs:pass (Results 51 – 75 of 568) sorted by relevance

12345678910>>...23

/linux/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c51 int ret, cnt, pass = 0; in qsfp_read() local
108 if (ret && cnt == 0 && ++pass < QSFP_MAX_RETRY) in qsfp_read()
138 if (pass >= QSFP_MAX_RETRY && ret) in qsfp_read()
140 else if (pass) in qsfp_read()
141 qib_dev_porterr(dd, ppd->port, "QSFP retries: %d\n", pass); in qsfp_read()
/linux/drivers/spi/
H A Dspi-aspeed-smc.c893 bool pass; in aspeed_spi_calibrate() local
900 pass = aspeed_spi_check_reads(chip, golden_buf, test_buf); in aspeed_spi_calibrate()
904 pass ? "PASS" : "FAIL"); in aspeed_spi_calibrate()
905 if (pass) { in aspeed_spi_calibrate()
1050 bool pass = false; in aspeed_spi_ast2600_calibrate() local
1057 pass = aspeed_spi_check_reads(chip, golden_buf, test_buf); in aspeed_spi_ast2600_calibrate()
1060 fread_timing_val, hcycle, pass ? "PASS" : "FAIL"); in aspeed_spi_ast2600_calibrate()
1061 if (pass) in aspeed_spi_ast2600_calibrate()
1073 pass = aspeed_spi_check_reads(chip, golden_buf, test_buf); in aspeed_spi_ast2600_calibrate()
1077 (delay_ns + 1) & 1 ? 5 : 5, pass ? "PASS" : "FAIL"); in aspeed_spi_ast2600_calibrate()
[all …]
/linux/Documentation/kbuild/
H A Dgcc-plugins.rst73 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
74 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
75 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,
76 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
/linux/Documentation/pcmcia/
H A Ddevicetable.rst17 If you want to match product ID strings, you also need to pass the crc32
35 to determine the crc32 hash. Simply pass the string you want to evaluate
/linux/arch/powerpc/kernel/
H A Diommu.c224 int pass = 0; in iommu_range_alloc() local
258 if ((pass == 0) && handle && *handle && in iommu_range_alloc()
279 if ((start & mask) >= limit || pass > 0) { in iommu_range_alloc()
293 if (likely(pass == 0)) { in iommu_range_alloc()
296 pass++; in iommu_range_alloc()
299 } else if (pass <= tbl->nr_pools) { in iommu_range_alloc()
306 pass++; in iommu_range_alloc()
309 } else if (pass == tbl->nr_pools + 1) { in iommu_range_alloc()
315 pass++; in iommu_range_alloc()
/linux/tools/bpf/
H A Dbpf_jit_disasm.c179 int ret, flen, pass, ulen = 0; in get_last_jit_image() local
207 &flen, &proglen, &pass, &base); in get_last_jit_image()
247 proglen, pass, flen); in get_last_jit_image()
/linux/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c701 bool pass = true; in change_sve_with_za() local
715 pass = false; in change_sve_with_za()
726 pass = false; in change_sve_with_za()
748 pass = false; in change_sve_with_za()
751 ksft_test_result(pass, "change_sve_with_za\n"); in change_sve_with_za()
/linux/Documentation/ABI/testing/
H A Dconfigfs-most55 pass parameters needed by some components
110 pass parameters needed by some components
165 pass parameters needed by some components
231 pass parameters needed by some components
/linux/tools/testing/selftests/net/forwarding/
H A Dip6gre_lib.sh352 flower $TC_FLAG action pass
356 flower $TC_FLAG dst_ip 203.0.113.1 action pass
385 flower $TC_FLAG action pass
389 flower $TC_FLAG dst_ip 2001:db8:2::1 action pass
H A Dvxlan_bridge_1q_ipv6.sh450 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
456 $TC_FLAG action pass
515 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
521 $TC_FLAG action pass
590 icmpv6 skip_sw action pass 2>/dev/null || \
593 icmpv6 skip_hw action pass
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_acl_drops.sh99 flower src_mac $h1mac action pass
124 flower src_mac $h1mac action pass
H A Ddevlink_trap_tunnel_vxlan_ipv6.sh174 flower src_ip 2001:db8:1::3 dst_ip 2001:db8:1::1 action pass
250 action pass
320 flower src_mac 01:02:03:04:05:06 action pass
H A Ddevlink_trap_tunnel_vxlan.sh170 flower src_ip 192.0.2.3 dst_ip 192.0.2.1 action pass
241 flower skip_hw src_ip 192.0.2.3 dst_ip 192.0.2.1 action pass
308 flower src_mac 01:02:03:04:05:06 action pass
H A Dblackhole_routes.sh125 action pass
149 ip_proto icmpv6 action pass
H A Ddevlink_trap_tunnel_ipip.sh160 flower src_ip 192.0.1.1 dst_ip 192.0.2.1 action pass
193 flower src_ip 192.0.1.1 dst_ip 192.0.2.1 action pass
H A Dingress_rif_conf_1d.sh208 flower skip_sw dst_ip 192.0.2.18 action pass
239 flower skip_sw dst_ip 192.0.2.18 action pass
/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c502 int max, pass; in enable_slot() local
506 for (pass = 0; pass < 2; pass++) { in enable_slot()
511 max = pci_scan_bridge(bus, dev, max, pass); in enable_slot()
512 if (pass && dev->subordinate) { in enable_slot()
/linux/arch/powerpc/net/
H A Dbpf_jit.h165 u32 *addrs, int pass, bool extra_pass);
171 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass,
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c274 unsigned int pass, order; in igt_syncmap_join_above() local
295 for (pass = 0; pass < 3; pass++) { in igt_syncmap_join_above()
/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c70 } else if (td->pass) { in default_result()
105 td->pass = 1; in handle_signal_unsupported()
156 td->pass = 1; in handle_signal_ok()
/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst43 It is also possible to pass a separate ``.kunitconfig`` fragment to
49 provided to test a particular subsystem), pass it as an option:
136 a summary. To see the raw test results in TAP format, we can pass the
221 Once we have a ``QemuConfig``, we can pass it into kunit_tool,
250 - ``--make_options``: Specifies additional options to pass to make, when
252 to enable compiler warnings, we can pass ``--make_options W=1``.
314 might pass/fail based on what ran before it.
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c329 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local
351 for (pass = 0; pass < 10; pass++) { in bpf_jit_compile()
352 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen; in bpf_jit_compile()
747 bpf_jit_dump(flen, proglen, pass + 1, image); in bpf_jit_compile()
/linux/Documentation/i2c/muxes/
H A Di2c-mux-gpio.rst78 When registering your i2c-mux-gpio device, you should pass the number
83 pass PLATFORM_DEVID_AUTO as the device ID, and the platform core will
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-util.c106 red_marks.s.pass = pass_thresh; in cvmx_helper_setup_red_queue()
112 (255ul << 24) / (red_marks.s.pass - red_marks.s.drop); in cvmx_helper_setup_red_queue()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.h144 #define CREQ_CMP_VALID(hdr, pass) \ argument
146 !((pass) & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))

12345678910>>...23