Home
last modified time | relevance | path

Searched refs:errors (Results 201 - 225 of 359) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttvp.h471 unsigned int errors; member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-devlink.c161 /* Configure handling of frames marked as errors from the parser */ in dpaa2_eth_dl_trap_group_action_set()
162 err_cfg.errors = DPAA2_FAS_RX_ERR_MASK; in dpaa2_eth_dl_trap_group_action_set()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h340 u32 errors; /* USB ERRORs count */ member
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py172 line = line.decode(locale.getpreferredencoding(False), errors='ignore')
289 sys.stderr.write('Files with errors: %12d\n' %parser.spdx_errors)
/kernel/linux/linux-6.6/include/linux/regulator/
H A Ddriver.h468 * @errors: Errors which are active on the regulator.
474 unsigned long errors; member
535 * events / errors. NOTE: callback MUST initialize both the
536 * errors and notifs for all rdevs which it signals having
544 * flags so that errors fetched by regulator_get_error_flags()
545 * are updated. If callback is not implemented then errors are
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h340 u32 errors; /* USB ERRORs count */ member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dapicdef.h283 u32 errors; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-devlink.c152 /* Configure handling of frames marked as errors from the parser */ in dpaa2_eth_dl_trap_group_action_set()
153 err_cfg.errors = DPAA2_FAS_RX_ERR_MASK; in dpaa2_eth_dl_trap_group_action_set()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttvp.h426 unsigned int errors; member
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h410 u32 errors; member
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh194 echo "10." Check for runtime errors using the following command: >> $resdir/bare-metal
/kernel/linux/linux-5.10/block/
H A Dblk-mq.c1362 int errors, queued; in blk_mq_dispatch_rq_list() local
1373 errors = queued = 0; in blk_mq_dispatch_rq_list()
1426 errors++; in blk_mq_dispatch_rq_list()
1439 if ((!list_empty(list) || errors || needs_resource || in blk_mq_dispatch_rq_list()
1507 return (queued + errors) != 0; in blk_mq_dispatch_rq_list()
2108 int errors = 0; in blk_mq_try_issue_list_directly() local
2118 errors++; in blk_mq_try_issue_list_directly()
2135 if ((!list_empty(list) || errors) && in blk_mq_try_issue_list_directly()
/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c286 __u64 errors; /* Errors when trying to transmit, */ member
671 "Current:\n pkts-sofar: %llu errors: %llu\n", in pktgen_if_show()
673 (unsigned long long)pkt_dev->errors); in pktgen_if_show()
2992 pkt_dev->errors = 0; in pktgen_clear_counters()
3164 p += sprintf(p, " %llupps %lluMb/sec (%llubps) errors: %llu", in show_results()
3168 (unsigned long long)pkt_dev->errors); in show_results()
3349 pkt_dev->errors++; in pktgen_xmit()
3392 pkt_dev->errors++; in pktgen_xmit()
3427 pkt_dev->errors++; in pktgen_xmit()
3432 pkt_dev->errors in pktgen_xmit()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c295 __u64 errors; /* Errors when trying to transmit, */ member
695 "Current:\n pkts-sofar: %llu errors: %llu\n", in pktgen_if_show()
697 (unsigned long long)pkt_dev->errors); in pktgen_if_show()
3131 pkt_dev->errors = 0; in pktgen_clear_counters()
3306 p += sprintf(p, " %llupps %lluMb/sec (%llubps) errors: %llu", in show_results()
3310 (unsigned long long)pkt_dev->errors); in show_results()
3491 pkt_dev->errors++; in pktgen_xmit()
3534 pkt_dev->errors++; in pktgen_xmit()
3569 pkt_dev->errors++; in pktgen_xmit()
3574 pkt_dev->errors in pktgen_xmit()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dtxx9dmac.c502 u32 errors; in txx9dmac_handle_error() local
506 * borked. Since we don't have any way to report errors, we'll in txx9dmac_handle_error()
516 errors = csr & (TXX9_DMA_CSR_ABCHC | in txx9dmac_handle_error()
519 channel_writel(dc, CSR, errors); in txx9dmac_handle_error()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c91 nic_rx_stats->errors += rx_stats.errors; in gather_rx_stats()
857 stats->rx_errors = nic_rx_stats.errors; in hinic_get_stats64()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/displays/
H A Dpanel-dsi-cm.c412 u8 errors = 0; in dsicm_num_errors_show() local
423 &errors); in dsicm_num_errors_show()
435 return snprintf(buf, PAGE_SIZE, "%d\n", errors); in dsicm_num_errors_show()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c389 u8 errors = 0; in dsicm_num_errors_show() local
400 &errors); in dsicm_num_errors_show()
412 return sysfs_emit(buf, "%d\n", errors); in dsicm_num_errors_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c91 nic_rx_stats->errors += rx_stats.errors; in gather_rx_stats()
850 stats->rx_errors = nic_rx_stats.errors; in hinic_get_stats64()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c383 u8 errors = 0; in dsicm_num_errors_show() local
394 &errors); in dsicm_num_errors_show()
406 return sysfs_emit(buf, "%d\n", errors); in dsicm_num_errors_show()
/kernel/linux/linux-6.6/drivers/dma/
H A Dtxx9dmac.c502 u32 errors; in txx9dmac_handle_error() local
506 * borked. Since we don't have any way to report errors, we'll in txx9dmac_handle_error()
516 errors = csr & (TXX9_DMA_CSR_ABCHC | in txx9dmac_handle_error()
519 channel_writel(dc, CSR, errors); in txx9dmac_handle_error()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3947 u8 errors = (u8)(status_err >> 24); in e1000_rx_checksum() local
3958 if (unlikely(errors & E1000_RXD_ERR_TCPE)) { in e1000_rx_checksum()
3959 /* let the stack verify checksum errors */ in e1000_rx_checksum()
4089 u8 status, u8 errors, in e1000_tbi_should_accept()
4095 if (TBI_ACCEPT(hw, status, errors, length, last_byte)) { in e1000_tbi_should_accept()
4173 /* errors is only valid for DD + EOP descriptors */ in e1000_clean_jumbo_rx_irq()
4175 (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) { in e1000_clean_jumbo_rx_irq()
4179 rx_desc->errors, in e1000_clean_jumbo_rx_irq()
4249 status | rx_desc->errors << 24, in e1000_clean_jumbo_rx_irq()
4275 ((u32)(rx_desc->errors) << 2 in e1000_clean_jumbo_rx_irq()
4088 e1000_tbi_should_accept(struct e1000_adapter *adapter, u8 status, u8 errors, u32 length, const u8 *data) e1000_tbi_should_accept() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3948 u8 errors = (u8)(status_err >> 24); in e1000_rx_checksum() local
3959 if (unlikely(errors & E1000_RXD_ERR_TCPE)) { in e1000_rx_checksum()
3960 /* let the stack verify checksum errors */ in e1000_rx_checksum()
4090 u8 status, u8 errors, in e1000_tbi_should_accept()
4096 if (TBI_ACCEPT(hw, status, errors, length, last_byte)) { in e1000_tbi_should_accept()
4174 /* errors is only valid for DD + EOP descriptors */ in e1000_clean_jumbo_rx_irq()
4176 (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) { in e1000_clean_jumbo_rx_irq()
4180 rx_desc->errors, in e1000_clean_jumbo_rx_irq()
4247 status | rx_desc->errors << 24, in e1000_clean_jumbo_rx_irq()
4273 ((u32)(rx_desc->errors) << 2 in e1000_clean_jumbo_rx_irq()
4089 e1000_tbi_should_accept(struct e1000_adapter *adapter, u8 status, u8 errors, u32 length, const u8 *data) e1000_tbi_should_accept() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-bts.c383 if (!btsq->bts->synth_opts.errors) in intel_bts_get_branch_type()
629 bts->synth_opts.errors) in intel_bts_process_event()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-bts.c383 if (!btsq->bts->synth_opts.errors) in intel_bts_get_branch_type()
629 bts->synth_opts.errors) in intel_bts_process_event()

Completed in 48 milliseconds

12345678910>>...15