Home
last modified time | relevance | path

Searched refs:error_cnt (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dprog_tests_framework.c8 state->error_cnt = 0; in clear_test_state()
27 if (!ASSERT_EQ(state->error_cnt, 0, "error_cnt_check")) in test_prog_tests_framework()
51 if (!ASSERT_EQ(state->error_cnt, 1, "error_cnt_check")) in test_prog_tests_framework()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_progs.c353 if (test_state->error_cnt) in print_test_result()
525 if (subtest_state->error_cnt) { in test__end_subtest()
526 test_state->error_cnt++; in test__end_subtest()
619 env.subtest_state->error_cnt++; in test__fail()
621 env.test_state->error_cnt++; in test__fail()
1275 env.test_state->error_cnt++; in crash_handler()
1480 subtest_state->error_cnt = msg.subtest_done.error_cnt; in dispatch_thread_send_subtests()
1551 state->error_cnt = msg.test_done.error_cnt; in dispatch_thread()
1609 if (state->error_cnt) in calculate_summary_and_print_errors()
1802 msg.subtest_done.error_cnt = subtest_state->error_cnt; in worker_main_send_subtests()
[all …]
H A Dtest_progs.h74 int error_cnt; member
86 int error_cnt; member
160 int error_cnt; member
172 int error_cnt; member
/linux-6.15/include/media/
H A Dcec.h385 u8 error_cnt, ktime_t ts);
389 u8 low_drive_cnt, u8 error_cnt) in cec_transmit_done() argument
392 low_drive_cnt, error_cnt, ktime_get()); in cec_transmit_done()
/linux-6.15/drivers/edac/
H A Dbluefield_edac.c174 int error_cnt, in bluefield_gather_report_ecc() argument
210 edac_mc_handle_error(ecc_type, mci, error_cnt, 0, 0, 0, in bluefield_gather_report_ecc()
233 edac_mc_handle_error(ecc_type, mci, error_cnt, in bluefield_gather_report_ecc()
/linux-6.15/drivers/usb/host/
H A Dfhci-sched.c82 (++td->error_cnt >= 3)) { in fhci_transaction_confirm()
97 td->error_cnt++; in fhci_transaction_confirm()
104 td->error_cnt = 0; in fhci_transaction_confirm()
108 td->error_cnt = 0; in fhci_transaction_confirm()
H A Dfhci-q.c242 if (td->error_cnt >= 3) in fhci_done_td()
H A Dfhci.h357 int error_cnt; member
/linux-6.15/drivers/net/fddi/
H A Ddefza.h394 struct fza_counter error_cnt; /* error count */ member
H A Ddefxx.h873 PI_CNTR error_cnt; member
H A Ddefxx.c2206 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in dfx_ctl_get_stats()
/linux-6.15/drivers/media/cec/core/
H A Dcec-adap.c597 u8 error_cnt, ktime_t ts) in cec_transmit_done_ts() argument
602 low_drive_cnt + error_cnt; in cec_transmit_done_ts()
636 msg->tx_error_cnt += error_cnt; in cec_transmit_done_ts()
640 adap->tx_error_cnt += error_cnt; in cec_transmit_done_ts()
/linux-6.15/Documentation/driver-api/media/
H A Dcec-core.rst245 u8 error_cnt);
/linux-6.15/drivers/net/fddi/skfp/
H A Dskfddi.c786 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in skfp_ctl_get_stats()