Searched refs:test (Results 476 - 500 of 687) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c128 "Register test (offline)", "Eeprom test (offline)",
129 "Interrupt test (offline)", "Loopback test (offline)",
130 "Link test (on/offline)"
1467 /* ethtool register test data */
1493 /* default 82599 register test */
1517 /* default 82598 register test */
1528 /* RDH is read-only for 82598, only test RDT. */
1561 e_err(drv, "pattern test re
1597 const struct ixgbe_reg_test *test; local
[all...]
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py5 tdc.py - Linux tc (Traffic Control) unit test driver
76 Get all required plugins from the list of test cases and return
98 Get all required plugins from the list of test cases and load any plugin
239 Execute the setup/teardown commands for a test case.
240 Optionally terminate test execution if the command fails.
265 print("\n{} *** Aborting test run.".format(prefix), file=sys.stderr)
290 failmsg = "Your matchJSON value is an array, and it contains more elements than the command under test\'s output:\ncommand output (length: {}):\n{}\nmatchJSON value (length: {}):\n{}"
326 failmsg = "Your matchJSON value is an array, and it contains more elements than the command under test\'s output:\ncommand output (length: {}):\n{}\nmatchJSON value (length: {}):\n{}"
401 print('probe command for test skip')
407 res.set_errormsg('probe command: test skippe
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c130 struct ethtool_test *test, u64 *data)
147 (test->flags & ETH_TEST_FL_OFFLINE) ? "off" : "on");
160 rc = efx_selftest(efx, efx_tests, test->flags);
167 (test->flags & ETH_TEST_FL_OFFLINE) ? "off" : "on");
174 test->flags |= ETH_TEST_FL_FAILED;
246 * efx_fill_test - fill in an individual self-test entry
247 * @test_index: Index of the test
249 * @data: Ethtool test results, or %NULL
250 * @test: Pointer to test resul
129 efx_ethtool_self_test(struct net_device *net_dev, struct ethtool_test *test, u64 *data) argument
258 efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, int *test, const char *unit_format, int unit_id, const char *test_format, const char *test_id) argument
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c197 * ef4_fill_test - fill in an individual self-test entry
198 * @test_index: Index of the test
200 * @data: Ethtool test results, or %NULL
201 * @test: Pointer to test result (used only if data != %NULL)
207 * Fill in an individual self-test entry.
210 int *test, const char *unit_format, int unit_id,
217 data[test_index] = *test;
240 * ef4_fill_loopback_test - fill in a block of loopback self-test entries
242 * @lb_tests: Efx loopback self-test result
209 ef4_fill_test(unsigned int test_index, u8 *strings, u64 *data, int *test, const char *unit_format, int unit_id, const char *test_format, const char *test_id) argument
494 ef4_ethtool_self_test(struct net_device *net_dev, struct ethtool_test *test, u64 *data) argument
[all...]
H A Dtxc43128_phy.c137 /* BIST type (controls bit patter in test) */
152 /* Mt. Diablo test configuration */
205 static int txc_bist_one(struct ef4_nic *efx, int mmd, int test) argument
211 /* Set PMA to test into loopback using Mt Diablo reg as per app note */
218 bctl = (test << TXC_BIST_CTRL_TYPE_LBN);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c197 * efx_fill_test - fill in an individual self-test entry
198 * @test_index: Index of the test
200 * @data: Ethtool test results, or %NULL
201 * @test: Pointer to test result (used only if data != %NULL)
207 * Fill in an individual self-test entry.
210 int *test, const char *unit_format, int unit_id,
217 data[test_index] = *test;
239 * efx_fill_loopback_test - fill in a block of loopback self-test entries
241 * @lb_tests: Efx loopback self-test result
209 efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, int *test, const char *unit_format, int unit_id, const char *test_format, const char *test_id) argument
350 efx_siena_ethtool_self_test(struct net_device *net_dev, struct ethtool_test *test, u64 *data) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c4 * This test sets up 3 netns (src <-> fwd <-> dst). There is no direct veth link
6 * client is in src and server in dst. The test installs a TC BPF program to each
794 static const char *dtime_cnt_str(int test, int cnt) argument
798 snprintf(name, sizeof(name), "%s %s", test_names[test], cnt_names[cnt]);
803 static const char *dtime_err_str(int test, int cnt) argument
807 snprintf(name, sizeof(name), "%s %s errs", test_names[test],
819 skel->bss->test = t;
856 skel->bss->test = t;
888 skel->bss->test = t;
1151 * This test i
[all...]
H A Dsock_fields.c34 #define PARENT_CGROUP "/test-bpf-sock-fields"
35 #define CHILD_CGROUP "/test-bpf-sock-fields/child"
274 static void test(void) function
394 test();
H A Dtcp_hdr_options.c19 #define CG_NAME "/tcpbpf-hdr-opt-test"
516 struct test { struct
522 static struct test tests[] = {
540 if (!ASSERT_OK_PTR(misc_skel, "open and load misc test skel"))
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_core.c294 p = krealloc(si->si_ptrs.test, si->si_ofs.test_size, GFP_KERNEL);
296 dev_err(cd->dev, "%s: failed to allocate test memory\n",
300 si->si_ptrs.test = p;
303 si->si_ptrs.test);
305 dev_err(cd->dev, "%s: fail read test data r=%d\n",
311 (u8 *)si->si_ptrs.test, si->si_ofs.test_size,
313 if (si->si_ptrs.test->post_codel &
317 si->si_ptrs.test->post_codel);
319 if (!(si->si_ptrs.test->post_codel &
323 si->si_ptrs.test
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtx.c262 if (skb == phy->test.tx_skb)
263 phy->test.tx_done++;
264 if (phy->test.tx_queued == phy->test.tx_done)
689 if (!phy || !phy->test.tx_pending)
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py86 # store system values and test parameters
147 prefix = 'test'
677 # first test each kprobe
889 for test in testdata:
890 if 'fw' in test:
891 fw = test['fw']
894 if 'turbo' in test:
895 fp.write('# turbostat %s\n' % test['turbo'])
896 if 'wifi' in test:
897 fp.write('# wifi %s\n' % test['wif
[all...]
/linux-master/arch/alpha/lib/
H A Dstxncpy.S165 or t0, t6, t6 # e1 : mask original data for zero test
217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
320 or t8, t10, t5 # .. e1 : test for end-of-count too
H A Dev6-stxncpy.S205 or t0, t6, t6 # E : mask original data for zero test (stall)
261 cmpbge zero, t2, t8 # E : test new word for eos
367 or t8, t10, t5 # E : test for end-of-count too
/linux-master/arch/m68k/fpsp040/
H A Dx_snan.S90 cmpib #VER_40,(%a7) |test for orig unimp frame
118 cmpib #VER_40,(%a7) |test for orig unimp frame
268 btstl #15,%d0 |test for sign of snan
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c49 " -c # Skip most tests and go straight to a high queue depth test\n"
50 " and then run that test continuously (useful for running at\n"
67 " CPUs locked away from the test workload, but not doing\n"
111 "order to test the effects of cache thrashing on "
112 "other tasks on the system. This test is intended "
374 struct test { struct
401 struct test test2[] = {
434 struct test *cur_test;
437 printf("\n\tStarted mqueue performance test thread on CPU %d\n",
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c305 * This test feeds byte sequences to the Intel PT packet decoder and checks the
308 int test__intel_pt_pkt_decoder(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
436 int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest) argument
445 test->test_cases[subtest].skip_reason = "not hybrid";
/linux-master/tools/iio/
H A Diio_utils.c657 int test; local
695 if (fscanf(sysfsfp, "%d", &test) != 1) {
708 if (test != val) {
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn32.c344 union dmub_gpint_data_register test; local
347 test.all = REG_READ(DMCUB_GPINT_DATAIN1);
349 return test.all == reg.all;
H A Ddmub_dcn35.c366 union dmub_gpint_data_register test; local
369 test.all = REG_READ(DMCUB_GPINT_DATAIN1);
371 return test.all == reg.all;
/linux-master/drivers/mtd/
H A Dmtdswap.c877 unsigned int test, i, j, patt, mtd_pages; local
893 for (test = 0; test < 2; test++) {
896 patt = mtdswap_test_patt(test + i);
912 patt = mtdswap_test_patt(test + i);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c173 MODULE_PARM_DESC(test, "Run tests");
174 module_param_named(test, radeon_testing, int, 0444);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c57 * pre-existing settings interfering with the test results.
558 /* Create mon grp and write pid into it for "mbm" and "cmt" test */
792 bool test_resource_feature_check(const struct resctrl_test *test) argument
794 return resctrl_resource_exists(test->resource);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.h110 struct prog_test_def *test; /* current running test */ member in struct:test_env
111 struct test_state *test_state; /* current running test state */
129 int *worker_current_test; /* array of current running test for each worker */
413 int bpf_find_map(const char *test, struct bpf_object *obj, const char *name);
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dcmma_test.c649 void (*test)(void); member in struct:testdef
689 testlist[idx].test();

Completed in 516 milliseconds

<<11121314151617181920>>