Home
last modified time | relevance | path

Searched refs:num_tests (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/
Dtest_kprobes.c26 static int errors, handler_errors, num_tests; variable
292 num_tests++; in init_test_probes()
297 num_tests++; in init_test_probes()
303 num_tests++; in init_test_probes()
308 num_tests++; in init_test_probes()
315 pr_err("BUG: %d out of %d tests failed\n", errors, num_tests); in init_test_probes()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c288 if (!bp->num_tests) in bnxt_get_sset_count()
290 return bp->num_tests; in bnxt_get_sset_count()
417 if (bp->num_tests) in bnxt_get_strings()
419 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings()
947 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo()
2548 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS)
2563 if (!bp->num_tests || !BNXT_SINGLE_PF(bp)) in bnxt_self_test()
2565 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test()
2584 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
2638 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
[all …]
Dbnxt.h1395 u8 num_tests; member
Dbnxt_hsi.h6932 u8 num_tests; member
/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c2055 unsigned int num_tests; in xhci_check_trb_in_td_math() local
2058 num_tests = ARRAY_SIZE(simple_test_vector); in xhci_check_trb_in_td_math()
2059 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math()
2071 num_tests = ARRAY_SIZE(complex_test_vector); in xhci_check_trb_in_td_math()
2072 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math()