Searched refs:error_cnt (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_progs.c | 43 static int error_cnt, pass_cnt; variable 76 error_cnt++; \ 94 error_cnt++; in bpf_find_map() 109 error_cnt++; in test_pkt_access() 143 error_cnt++; in test_xdp() 181 error_cnt++; in test_xdp_adjust_tail() 236 error_cnt++; in test_l4lb() 278 error_cnt++; in test_l4lb() 325 error_cnt++; in test_xdp_noinline() 367 error_cnt++; in test_xdp_noinline() [all …]
|
D | test_btf.c | 25 static uint32_t error_cnt; variable 40 error_cnt++; in count_result() 2442 pass_cnt - skip_cnt, skip_cnt, error_cnt); in print_summary()
|
/Linux-v4.19/include/media/ |
D | cec.h | 257 u8 error_cnt, ktime_t ts); 261 u8 low_drive_cnt, u8 error_cnt) in cec_transmit_done() argument 264 low_drive_cnt, error_cnt, ktime_get()); in cec_transmit_done()
|
/Linux-v4.19/drivers/usb/host/ |
D | fhci-sched.c | 82 (++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()
|
D | fhci-q.c | 242 if (td->error_cnt >= 3) in fhci_done_td()
|
D | fhci.h | 357 int error_cnt; member
|
/Linux-v4.19/drivers/media/cec/ |
D | cec-adap.c | 549 u8 error_cnt, ktime_t ts) in cec_transmit_done_ts() argument 554 low_drive_cnt + error_cnt; in cec_transmit_done_ts() 582 msg->tx_error_cnt += error_cnt; in cec_transmit_done_ts()
|
/Linux-v4.19/drivers/net/fddi/ |
D | defxx.h | 872 PI_CNTR error_cnt; member
|
D | defxx.c | 2204 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in dfx_ctl_get_stats()
|
/Linux-v4.19/Documentation/media/kapi/ |
D | cec-core.rst | 221 u8 nack_cnt, u8 low_drive_cnt, u8 error_cnt);
|
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | skfddi.c | 786 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in skfp_ctl_get_stats()
|