Searched refs:errors (Results 1 - 200 of 2118) sorted by relevance

1234567891011

/linux-4.4.14/arch/s390/include/asm/
H A Dvga.h4 /* Avoid compile errors due to missing asm/vga.h */
H A Ddebug.h231 - 1 Log internal errors to syslog, ignore check conditions
232 - 2 Log internal errors and check conditions to syslog
233 - 3 Log internal errors to console, log check conditions to syslog
234 - 4 Log internal errors and check conditions to console
235 - 5 panic on internal errors, log check conditions to console
236 - 6 panic on both, internal errors and check conditions
/linux-4.4.14/include/uapi/linux/
H A Dsonet.h10 __HANDLE_ITEM(section_bip); /* section parity errors (B1) */ \
11 __HANDLE_ITEM(line_bip); /* line parity errors (B2) */ \
12 __HANDLE_ITEM(path_bip); /* path parity errors (B3) */ \
13 __HANDLE_ITEM(line_febe); /* line parity errors at remote */ \
14 __HANDLE_ITEM(path_febe); /* path parity errors at remote */ \
15 __HANDLE_ITEM(corr_hcs); /* correctable header errors */ \
16 __HANDLE_ITEM(uncorr_hcs); /* uncorrectable header errors */ \
H A Datm_idt77105.h19 __u32 symbol_errors; /* wire symbol errors */
22 __u32 rx_hec_errors; /* Header Error Check errors on receive */
H A Dnfs.h37 * NFS stats. The good thing with these values is that NFSv3 errors are
38 * a superset of NFSv2 errors (with the exception of NFSERR_WFLUSH which
40 * no NFSv3 errors are returned to NFSv2 clients.
H A Dminix_fs.h26 #define MINIX_ERROR_FS 0x0002 /* fs has errors. */
H A Dqnx4_fs.h28 #define QNX4_ERROR_FS 0x0002 /* fs has errors. */
H A Dfd.h89 abort, /* number of errors to be reached before aborting */
90 read_track, /* maximal number of errors permitted to read an
92 reset, /* maximal number of errors before a reset is tried */
93 recal, /* maximal number of errors before a recalibrate is
97 * Threshold for reporting FDC errors to the console.
301 unsigned int write_errors; /* number of physical write errors
304 /* position of first and last write errors */
H A Ddcbnl.h260 * @DCB_CMD_UNDEFINED: unspecified command to catch errors
339 * @DCB_ATTR_UNDEFINED: unspecified attribute to catch errors
465 * @DCB_PFC_UP_ATTR_UNDEFINED: unspecified attribute to catch errors
498 * @DCB_PG_ATTR_UNDEFINED: unspecified attribute to catch errors
553 * @DCB_TC_ATTR_PARAM_UNDEFINED: unspecified attribute to catch errors
586 * @DCB_CAP_ATTR_UNDEFINED: unspecified attribute to catch errors
655 * @DCB_NUMTCS_ATTR_UNDEFINED: unspecified attribute to catch errors
732 * @DCB_FEATCFG_ATTR_UNDEFINED: unspecified attribute to catch errors
H A Dppp_defs.h95 __u32 ppp_ierrors; /* receive errors */
101 __u32 ppp_oerrors; /* transmit errors */
/linux-4.4.14/drivers/md/bcache/
H A Dio.c54 /* IO errors */
67 unsigned errors; bch_count_io_errors() local
73 * succesfully do so, we rescale the errors once: bch_count_io_errors()
81 errors = atomic_read(&ca->io_errors); bch_count_io_errors()
83 old = errors; bch_count_io_errors()
84 new = ((uint64_t) errors * 127) / 128; bch_count_io_errors()
85 errors = atomic_cmpxchg(&ca->io_errors, bch_count_io_errors()
87 } while (old != errors); bch_count_io_errors()
94 unsigned errors = atomic_add_return(1 << IO_ERROR_SHIFT, bch_count_io_errors() local
96 errors >>= IO_ERROR_SHIFT; bch_count_io_errors()
98 if (errors < ca->set->error_limit) bch_count_io_errors()
103 "%s: too many IO errors %s", bch_count_io_errors()
/linux-4.4.14/drivers/ipack/devices/
H A Dipoctal.h28 * @overrun: Number of overrun errors
29 * @parity_err: Number of parity errors
30 * @framing_err: Number of framing errors
/linux-4.4.14/arch/sparc/include/asm/
H A Destate.h14 * errors 2) uncorrectable E-cache errors. Such events only occur on reads
22 * for uncorrectable ECC errors and system errors.
30 * 4) As the result of such errors on instruction vector fetch can generate any
37 /* CEEN enables the ECC_error trap for hardware corrected ECC errors. System bus
H A Dchafsr.h54 /* Multiple errors of the same type have occurred. This bit is set when
56 * bit to report that error is already set. When multiple errors of
59 * This bit is not set if multiple HW corrected errors with the same
63 * This bit is not set when multiple ECC errors happen within a single
65 * subunit will be logged. All errors in subsequent 16-byte subunits
76 * bits and record the most recently detected errors. Bits accumulate
77 * errors that have been detected since the last write to clear the bit.
211 /* Agenid Id of the foreign device causing the UE/CE errors */
H A Dsfafsr.h47 /* The trap handlers for asynchronous errors encode the AFSR and
70 #define ESTATE_ERR_CE 0x1 /* Correctable errors */
H A Decc.h45 * EINT: Enable Interrupts for correctable errors. 0=off 1=on
104 * MULT: Multiple errors occurred ;-O 0=no 1=prom_panic(yes)
H A Diommu_32.h64 #define IOMMU_AFSR_ME 0x00080000 /* Multiple errors occurred */
78 #define IOMMU_MFSR_ME 0x00080000 /* Multiple parity errors occurred */
/linux-4.4.14/drivers/macintosh/
H A Dwindfarm_pid.c47 st->errors[i] = error; wf_pid_run()
54 st->errors[st->index] = error; wf_pid_run()
59 integ += st->errors[(st->index + hlen - i) % hlen]; wf_pid_run()
63 deriv = st->errors[st->index] - wf_pid_run()
64 st->errors[(st->index + hlen - 1) % hlen]; wf_pid_run()
102 st->errors[i] = error; wf_cpu_pid_run()
110 st->errors[st->index] = error; wf_cpu_pid_run()
117 integ += st->errors[(st->index + hlen - i) % hlen]; wf_cpu_pid_run()
H A Dwindfarm_pid.h40 s32 errors[WF_PID_MAX_HISTORY]; /* error history buffer */ member in struct:wf_pid_state
77 s32 errors[WF_PID_MAX_HISTORY]; /* error history buffer */ member in struct:wf_cpu_pid_state
/linux-4.4.14/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c36 { "rx-crc-errors" },
37 { "rx-undersize-errors" },
38 { "rx-oversize-errors" },
39 { "rx-short-fragment-errors" },
40 { "rx-jabber-errors" },
55 { "tx-crc-errors" },
56 { "tx-undersize-errors" },
57 { "tx-oversize-errors" },
/linux-4.4.14/tools/perf/scripts/perl/
H A Drw-by-pid.pl36 $reads{$common_pid}{errors}{$ret}++;
58 $writes{$common_pid}{errors}{$ret}++;
95 printf("%6s %20s %6s %10s\n", "pid", "comm", "error #", "# errors");
102 foreach my $error (keys %{$reads{$pid}{errors}}) {
104 my $errcount = $reads{$pid}{errors}{$error} || 0;
135 printf("%6s %20s %6s %10s\n", "pid", "comm", "error #", "# errors");
142 foreach my $error (keys %{$writes{$pid}{errors}}) {
144 my $errcount = $writes{$pid}{errors}{$error} || 0;
H A Dfailed-syscalls.pl38 printf("%-20s %10s\n", "comm", "# errors");
H A Drwtop.pl49 $reads{$common_pid}{errors}{$ret}++;
75 $writes{$common_pid}{errors}{$ret}++;
/linux-4.4.14/arch/alpha/include/asm/
H A Dmce.h19 /* Machine Check Frame for uncorrectable errors (Large format)
20 * --- This is used to log uncorrectable errors such as
21 * double bit ECC errors.
22 * --- These errors are detected by both processor and systems.
42 fault or D-cache parity errors */
51 unsigned long fill_syndrome; /* For correcting ECC errors. */
/linux-4.4.14/drivers/staging/most/hdm-dim2/
H A Ddim2_errors.h2 * dim2_errors.h - Definitions of errors for DIM2 HAL API
24 * MOST DIM errors.
/linux-4.4.14/arch/x86/math-emu/
H A DMakefile12 C_OBJS =fpu_entry.o errors.o \
H A Dfpu_system.h87 about 20% slower if applied to the code. Anyway, errors due to bad
88 code addresses should be much rarer than errors due to bad data
H A Dreg_mul.c10 | Returns the tag of the result if no exceptions or errors occurred. |
/linux-4.4.14/arch/metag/include/asm/
H A Ddelay.h10 /* Undefined functions to get compile-time errors */
/linux-4.4.14/arch/nios2/include/asm/
H A Ddelay.h15 /* Undefined functions to get compile-time errors */
/linux-4.4.14/arch/tile/include/hv/
H A Ddrv_mshim_intf.h36 * For now, only correctable errors are counted and the mshim doesn't record
37 * the error PA. HV takes panic upon uncorrectable errors.
41 uint32_t sbe_count; /**< Number of single-bit errors. */
/linux-4.4.14/fs/xfs/
H A Dxfs_sysctl.h37 xfs_sysctl_val_t panic_mask; /* bitmask to cause panic on errors. */
61 * 1 Report EFSCORRUPTED errors that will cause a filesystem shutdown
62 * 5 Report all EFSCORRUPTED errors (all of the above errors, plus any
63 * additional errors that are known to not cause shutdowns)
/linux-4.4.14/drivers/mtd/tests/
H A Dnandbiterrs.c10 * 0 - artificially inserting bit errors until the ECC fails
17 * Depending on the NAND, the first bit errors will appear after
22 * exceptionally good and not generate bit errors before that. Try
68 MODULE_PARM_DESC(mode, "0=incremental errors, 1=overwrite test");
139 /* Reads page into rbuffer. Returns number of corrected bit errors (>=0)
212 * errors into the page, while verifying each step. */ incremental_errors_test()
236 pr_info("Read reported %d corrected bit errors\n", err); incremental_errors_test()
250 pr_info("Successfully corrected %d bit errors per subpage\n", incremental_errors_test()
267 This eventually develops bit errors (bits written as '1' will slowly become
275 /* We don't expect more than this many correctable bit errors per overwrite_test()
300 pr_info("Implausible number of bit errors corrected\n"); overwrite_test()
307 pr_info("Read reported %d corrected bit errors\n", overwrite_test()
331 * errors, bitstats[1] the number of ops with 1 bit error, etc. */ overwrite_test()
334 pr_info("Page reads with %3d corrected bit errors: %d\n", overwrite_test()
H A Dmtd_test.c89 /* Ignore corrected ECC errors */ mtdtest_read()
/linux-4.4.14/drivers/ide/
H A Dide-eh.c15 rq->errors |= ERROR_RESET; ide_ata_error()
28 rq->errors = ERROR_MAX; ide_ata_error()
31 rq->errors |= ERROR_RECAL; ide_ata_error()
42 if (rq->errors >= ERROR_MAX || blk_noretry_request(rq)) { ide_ata_error()
48 rq->errors |= ERROR_RESET; ide_ata_error()
50 if ((rq->errors & ERROR_RESET) == ERROR_RESET) { ide_ata_error()
51 ++rq->errors; ide_ata_error()
55 if ((rq->errors & ERROR_RECAL) == ERROR_RECAL) ide_ata_error()
58 ++rq->errors; ide_ata_error()
71 rq->errors |= ERROR_RESET; ide_atapi_error()
80 if (rq->errors >= ERROR_MAX) { ide_atapi_error()
83 if ((rq->errors & ERROR_RESET) == ERROR_RESET) { ide_atapi_error()
84 ++rq->errors; ide_atapi_error()
87 ++rq->errors; ide_atapi_error()
133 rq->errors = 1; ide_error()
137 rq->errors = err; ide_error()
152 if (err <= 0 && rq->errors == 0) ide_complete_drive_reset()
153 rq->errors = -EIO; ide_complete_drive_reset()
H A Dide-devsets.c176 ret = rq->errors; ide_devset_execute()
188 rq->errors = err; ide_do_devset()
H A Dide-pm.c57 rq->errors = -ENXIO; ide_pm_execute_rq()
58 __blk_end_request_all(rq, rq->errors); ide_pm_execute_rq()
68 return rq->errors ? -EIO : 0; ide_pm_execute_rq()
H A Dide-floppy.c101 rq->errors = uptodate ? 0 : IDE_DRV_ERROR_GENERAL; ide_floppy_callback()
242 if (rq->errors >= ERROR_MAX) { ide_floppy_do_request()
250 rq->errors = 0; ide_floppy_do_request()
299 if (rq->cmd_type != REQ_TYPE_FS && rq->errors == 0) ide_floppy_do_request()
300 rq->errors = -EIO; ide_floppy_do_request()
/linux-4.4.14/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c35 int errors; variable
80 ++errors; check_faulted()
119 errors = 0; run_test()
130 if (errors) { run_test()
131 printf("%d errors detected\n", errors); run_test()
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_scsi.h97 * ready errors
100 * ready errors
104 * errors.
107 uint32_t n_busy_error; /* No. of -EBUSY errors */
109 uint32_t n_rsperror; /* No. of response errors */
111 uint32_t n_ovflerror; /* No. of overflow errors */
112 uint32_t n_unflerror; /* No. of underflow errors */
114 * ready errors
116 uint32_t n_rdev_lost_error;/* No. of rdev lost errors */
117 uint32_t n_rdev_logo_error;/* No. of rdev logo errors */
118 uint32_t n_link_down_error;/* No. of link down errors */
120 uint32_t n_unknown_error;/* No. of unhandled errors */
/linux-4.4.14/arch/um/drivers/
H A Dpcap_user.c20 char errors[PCAP_ERRBUF_SIZE]; pcap_user_init() local
23 pri->promisc, 0, errors); pcap_user_init()
26 "'%s'\n", errors); pcap_user_init()
/linux-4.4.14/kernel/
H A Dtest_kprobes.c26 static int errors, handler_errors, num_tests; variable
352 errors++; init_test_probes()
357 errors++; init_test_probes()
362 errors++; init_test_probes()
367 errors++; init_test_probes()
373 errors++; init_test_probes()
378 errors++; init_test_probes()
381 if (errors) init_test_probes()
382 pr_err("BUG: %d out of %d tests failed\n", errors, num_tests); init_test_probes()
/linux-4.4.14/include/asm-generic/
H A Ddelay.h4 /* Undefined functions to get compile-time errors */
H A Dqspinlock_types.h22 * Including atomic.h with PARAVIRT on will cause compilation errors because
/linux-4.4.14/arch/mips/dec/
H A Dkn02xa-berr.c36 *mer = KN02CA_MER_INTR; /* Clear errors; keep the ARC IRQ. */ dec_kn02xa_be_ack()
64 /* Ack ASAP, so that any subsequent errors get caught. */ dec_kn02xa_be_backend()
69 /* No DMA errors? */ dec_kn02xa_be_backend()
137 /* Clear any leftover errors from the firmware. */ dec_kn02xa_be_init()
H A Decc-berr.c69 /* For non-ECC ack ASAP, so that any subsequent errors get caught. */ dec_ecc_be_backend()
94 /* For ECC errors on reads adjust for MT pipelining. */ dec_ecc_be_backend()
99 /* Only CPU errors are fixable. */ dec_ecc_be_backend()
135 * Multibit errors may be tagged incorrectly; dec_ecc_be_backend()
276 /* Clear any leftover errors from the firmware. */ dec_ecc_be_init()
H A Dkn01-berr.c91 /* Ack ASAP, so that any subsequent errors get caught. */ dec_kn01_be_backend()
198 /* Clear any leftover errors from the firmware. */ dec_kn01_be_init()
/linux-4.4.14/arch/mips/include/asm/dec/
H A Dkn230.h20 #define KN230_CPU_INR_BUS 5 /* memory, I/O bus read/write errors */
H A Dkn02ba.h33 #define KN02BA_IO_INR_BUS 12 /* memory, I/O bus read/write errors */
H A Dkn01.h49 #define KN01_CPU_INR_BUS 6 /* memory, I/O bus read/write errors */
H A Dkn02.h57 #define KN02_CPU_INR_BUS 5 /* memory, I/O bus read/write errors */
H A Dkn02ca.h23 #define KN02CA_CPU_INR_BUS 4 /* memory, I/O bus read/write errors */
H A Dkn03.h27 #define KN03_CPU_INR_BUS 5 /* memory, I/O bus read/write errors */
/linux-4.4.14/arch/mips/txx9/generic/
H A Dirq_tx4938.c28 /* raise priority for errors, timers, SIO */ tx4938_irq_init()
H A Dirq_tx4927.c40 /* raise priority for errors, timers, SIO */ tx4927_irq_init()
/linux-4.4.14/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-decodes.c80 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
100 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
102 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
125 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
145 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
147 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
167 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
169 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
190 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
192 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
221 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
H A Dcvmx-helper-loop.c55 frames don't get errors */ __cvmx_helper_loop_probe()
/linux-4.4.14/drivers/thunderbolt/
H A Dctl.h51 int err; /* negative errors, 0 for success, 1 for tb errors */
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Ddebug.h63 * @rxok: RX with no errors
71 * @rxphyerr: RX with phy errors
143 may have had errors.
145 may have had errors.
161 * @desc_cfg_err: Descriptor configuration errors
162 * @data_urn: TX data underrun errors
163 * @delim_urn: TX delimiter underrun errors
167 * @txfailed: Out-of-memory or other errors in xmit path.
H A Dcommon-debug.h22 may have had errors.
24 may have had errors.
37 * @rx_rate_err: No. of frames dropped due to rate errors.
H A Dani.h22 /* units are errors per second */
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dworkarounds.h30 /* Spurious parity errors in TSORT buffers */
34 /* iSCSI parsing errors */
/linux-4.4.14/drivers/acpi/
H A Dhed.c7 * ACPI Hardware Error Device is used to report some hardware errors
8 * notified via SCI, mainly the corrected errors.
/linux-4.4.14/arch/x86/kernel/acpi/
H A Dapei.c35 * We expect HEST to provide a list of MC banks that report errors arch_apei_enable_cmcff()
43 pr_info("HEST: Enabling Firmware First mode for corrected errors.\n"); arch_apei_enable_cmcff()
/linux-4.4.14/include/linux/platform_data/
H A Delm.h33 * @error_uncorrectable: number of uncorrectable errors
34 * @error_count: number of correctable errors in the sector
/linux-4.4.14/arch/sparc/kernel/
H A Dspiterrs.S1 /* We need to carefully read the error status, ACK the errors,
106 * errors. They are corrected, but we listen for the trap so
109 * Disrupting errors are either:
110 * 1) single-bit ECC errors during UDB reads to system
112 * 2) data parity errors during write-back events
115 * only for correctable errors during memory read accesses by
124 * specifically handles correctable errors. If an
143 * handling which disables all errors.
/linux-4.4.14/arch/ia64/scripts/
H A Dunwcheck.py57 print "No errors detected in %u functions." % num_funcs
60 err="errors"
/linux-4.4.14/include/linux/i2c/
H A Dpmbus.h30 * communication or command errors.
36 * communication errors for no explicable reason. For such chips, checking
H A Dpxa-i2c.h36 * 10. BEIE 1 (Enable interrupts from detected bus errors, no ACK sent)
/linux-4.4.14/tools/perf/scripts/python/
H A Dfailed-syscalls-by-pid.py60 print "\nsyscall errors for %s:\n\n" % (for_comm),
62 print "\nsyscall errors:\n\n",
/linux-4.4.14/scripts/
H A Dkernel-doc-xml-ref38 my $errors = 0;
194 if ($errors) {
195 print STDERR "$errors errors\n";
198 exit($errors);
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h77 u64 tx_fcs_error; /*!< Tx FCS errors */
87 u64 rx_fcs_error; /*!< Rx FCS errors */
88 u64 rx_alignment_error; /*!< Rx alignment errors */
89 u64 rx_frame_length_error; /*!< Rx frame len errors */
90 u64 rx_code_error; /*!< Rx code errors */
208 u32 dcbx_control_tlv_error; /*!< DCBX control TLV errors */
209 u32 dcbx_feature_tlv_error; /*!< DCBX feature TLV errors */
/linux-4.4.14/arch/x86/tools/
H A Dinsn_sanity.c221 /* Check errors */ parse_args()
240 int errors = 0; main() local
264 errors++; main()
272 fprintf(stdout, "%s: %s: decoded and checked %d %s instructions with %d errors (seed:0x%x)\n", main()
274 (errors) ? "Failure" : "Success", main()
277 errors, main()
280 return errors ? 1 : 0; main()
/linux-4.4.14/drivers/media/radio/si470x/
H A Dradio-si470x-i2c.c65 /* RDS maximum block errors */
67 /* 0 means 0 errors requiring correction */
68 /* 1 means 1-2 errors requiring correction (used by original USBRadio.exe) */
69 /* 2 means 3-5 errors requiring correction */
70 /* 3 means 6+ errors or errors in checkword, correction not possible */
72 MODULE_PARM_DESC(max_rds_errors, "RDS maximum block errors: *1*");
260 unsigned short bler; /* rds block errors */ si470x_i2c_interrupt()
318 tmpbuf[2] |= 0x80; /* uncorrectable errors */ si470x_i2c_interrupt()
H A Dradio-si470x-usb.c82 /* RDS maximum block errors */
84 /* 0 means 0 errors requiring correction */
85 /* 1 means 1-2 errors requiring correction (used by original USBRadio.exe) */
86 /* 2 means 3-5 errors requiring correction */
87 /* 3 means 6+ errors or errors in checkword, correction not possible */
89 MODULE_PARM_DESC(max_rds_errors, "RDS maximum block errors: *1*");
381 unsigned short bler; /* rds block errors */ si470x_int_in_callback()
451 tmpbuf[2] |= 0x80; /* uncorrectable errors */ si470x_int_in_callback()
/linux-4.4.14/block/
H A Dblk-exec.c76 rq->errors = -ENXIO; blk_execute_rq_nowait()
77 __blk_end_request_all(rq, rq->errors); blk_execute_rq_nowait()
123 if (rq->errors) blk_execute_rq()
H A Dbsg-lib.c59 err = job->req->errors = result; bsg_job_done()
86 blk_end_request_all(rq, rq->errors); bsg_softirq_done()
159 * that will be set to the req->errors.
181 req->errors = ret; bsg_request_fn()
/linux-4.4.14/include/scsi/
H A Dscsi_dh.h31 * device errors
39 * transport errors
46 * driver and generic errors
H A Dosd_sense.h42 * these errors are taken care of by the generic scsi layer.
248 /* Dig into scsi_sk_illegal_request/scsi_invalid_field_in_cdb errors */
/linux-4.4.14/arch/sh/kernel/
H A Dtraps.c64 * try and fix up kernelspace address errors
65 * - userspace errors just cause EFAULT to be returned, resulting in SEGV
67 * - other kernel errors are bad
/linux-4.4.14/arch/mips/pci/
H A Dpci-ip32.c20 * Handle errors from the bridge. This includes master and target aborts,
21 * various command and address errors, and the interrupt test. This gets
129 /* Clear any outstanding errors and enable interrupts */ mace_init()
H A Dpci-octeon.c105 /* Enable reporting System errors and parity errors on all devices */ pcibios_plat_dev_init()
135 /* Enable reporting of all uncorrectable errors */ pcibios_plat_dev_init()
136 /* Uncorrectable Error Mask - turned on bits disable errors */ pcibios_plat_dev_init()
140 * errors are reported as uncorrectable or pcibios_plat_dev_init()
147 /* Enable reporting of all correctable errors */ pcibios_plat_dev_init()
148 /* Correctable Error Mask - turned on bits disable errors */ pcibios_plat_dev_init()
160 /* Report all errors to the root complex */ pcibios_plat_dev_init()
700 * Clear any errors that might be pending from before the bus octeon_pci_setup()
/linux-4.4.14/fs/hpfs/
H A Dsuper.c38 were errors) */
307 {Opt_err_cont, "errors=continue"},
308 {Opt_err_ro, "errors=remount-ro"},
309 {Opt_err_panic, "errors=panic"},
314 {Opt_chkdsk_errors, "chkdsk=errors"},
436 errors=continue continue on errors\n\ hpfs_help()
437 errors=remount-ro remount read-only if errors found (default)\n\ hpfs_help()
438 errors=panic panic on errors\n\ hpfs_help()
439 chkdsk=no do not mark fs for chkdsking even if there were errors\n\ hpfs_help()
440 chkdsk=errors mark fs dirty if errors found (default)\n\ hpfs_help()
515 seq_printf(seq, ",errors=continue"); hpfs_show_options()
517 seq_printf(seq, ",errors=panic"); hpfs_show_options()
660 /* Check for general fs errors*/ hpfs_fill_super()
/linux-4.4.14/drivers/usb/
H A Dusb-skeleton.c61 int errors; /* the last request tanked */ member in struct:usb_skel
63 spinlock_t err_lock; /* lock for errors */
152 /* read out errors, leave subsequent opens a clean slate */ skel_flush()
154 res = dev->errors ? (dev->errors == -EPIPE ? -EPIPE : -EIO) : 0; skel_flush()
155 dev->errors = 0; skel_flush()
170 /* sync/async unlink faults aren't errors */ skel_read_bulk_callback()
179 dev->errors = urb->status; skel_read_bulk_callback()
270 /* errors must be reported */ skel_read()
271 rv = dev->errors; skel_read()
274 dev->errors = 0; skel_read()
341 /* sync/async unlink faults aren't errors */ skel_write_bulk_callback()
351 dev->errors = urb->status; skel_write_bulk_callback()
393 retval = dev->errors; skel_write()
396 dev->errors = 0; skel_write()
644 dev->errors = -EPIPE; skel_post_reset()
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
H A Dping_test.c76 int errors; ping_client_fini() local
81 errors = atomic_read(&sn->sn_ping_errors); ping_client_fini()
82 if (errors) ping_client_fini()
83 CWARN("%d pings have failed.\n", errors); ping_client_fini()
/linux-4.4.14/arch/tile/include/asm/
H A Ddelay.h18 /* Undefined functions to get compile-time errors. */
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dgentrap.h29 #define GEN_SUBRNG3 -21 /* these report range errors for */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dedac.h17 * value, allowing the hardware to detect and correct memory errors.
H A Ddelay.h25 * result in large errors. While each iteration of the loop inside mdelay
27 * longer (eg 10ms). With the right timing these errors can add up.
H A Dexception-64e.h128 * Normal errors use ERROR, that is, they restore the initial fault context
130 * errors. Those should basically never happen, but if they do happen, we
133 * like that). For userland errors on the linear mapping, there is no
/linux-4.4.14/arch/mips/math-emu/
H A Dme-debugfs.c58 FPU_STAT_CREATE(errors); debugfs_fpuemu()
H A Ddsemul.c89 MIPS_FPU_EMU_INC_STATS(errors); mips_dsemul()
135 MIPS_FPU_EMU_INC_STATS(errors); do_dsemulret()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_logmsg.h33 #define LOG_FCP_ERROR 0x00001000 /* log errors, not underruns */
39 #define LOG_FCP_UNDER 0x00040000 /* FCP underruns errors */
/linux-4.4.14/drivers/crypto/nx/
H A Dnx_debugfs.c81 debugfs_create_u32("errors", nx_debugfs_init()
83 dfs->dfs_root, (u32 *)&drv->stats.errors); nx_debugfs_init()
/linux-4.4.14/drivers/edac/
H A Dedac_module.c105 * Harvest and clear any boot/initialization PCI parity errors edac_init()
107 * FIXME: This only clears errors logged by devices present at time of edac_init()
H A De752x_edac.c517 static void do_global_error(int fatal, u32 errors) do_global_error() argument
522 if (errors & (1 << i)) { do_global_error()
524 * we are to report ALL errors, then do_global_error()
535 static inline void global_error(int fatal, u32 errors, int *error_found, global_error() argument
541 do_global_error(fatal, errors); global_error()
551 static void do_hub_error(int fatal, u8 errors) do_hub_error() argument
556 if (errors & (1 << i)) do_hub_error()
562 static inline void hub_error(int fatal, u8 errors, int *error_found, hub_error() argument
568 do_hub_error(fatal, errors); hub_error()
608 static void do_nsi_error(int fatal, u32 errors) do_nsi_error() argument
613 if (errors & (1 << i)) do_nsi_error()
619 static inline void nsi_error(int fatal, u32 errors, int *error_found, nsi_error() argument
625 do_nsi_error(fatal, errors); nsi_error()
635 static void do_membuf_error(u8 errors) do_membuf_error() argument
640 if (errors & (1 << i)) do_membuf_error()
646 static inline void membuf_error(u8 errors, int *error_found, int handle_error) membuf_error() argument
651 do_membuf_error(errors); membuf_error()
666 static void do_sysbus_error(int fatal, u32 errors) do_sysbus_error() argument
671 if (errors & (1 << i)) do_sysbus_error()
677 static inline void sysbus_error(int fatal, u32 errors, int *error_found, sysbus_error() argument
683 do_sysbus_error(fatal, errors); sysbus_error()
726 if (stat32 & NSI_FATAL_MASK) /* check for fatal errors */ e752x_check_ns_interface()
753 return; /* no errors */ e752x_check_sysbus()
800 /* decode and report errors */ e752x_check_dram()
1363 e752x_get_error_info(mci, &discard); /* clear other MCH errors */ e752x_probe1()
H A Di7300_edac.c15 * TODO: The chipset allow checking for PCI Express errors also. Currently,
16 * the driver covers only memory error errors
358 unsigned long errors; i7300_process_error_global() local
368 errors = error_reg; i7300_process_error_global()
369 errnum = find_first_bit(&errors, i7300_process_error_global()
384 errors = error_reg; i7300_process_error_global()
385 errnum = find_first_bit(&errors, i7300_process_error_global()
417 unsigned long errors; i7300_process_fbd_error() local
427 errors = error_reg & FERR_FAT_FBD_ERR_MASK ; i7300_process_fbd_error()
428 errnum = find_first_bit(&errors, i7300_process_fbd_error()
450 bank, ras, cas, errors, specific); i7300_process_fbd_error()
463 errors = error_reg & FERR_NF_FBD_ERR_MASK; i7300_process_fbd_error()
464 errnum = find_first_bit(&errors, i7300_process_fbd_error()
496 bank, ras, cas, errors, specific); i7300_process_fbd_error()
979 edac_dbg(1, "Branchmap, control and errors - PCI Bus ID: %s %x:%x\n", i7300_get_devices()
H A Di5000_edac.c86 /* Thermal and SPD or BFD errors */
96 /* Correctable errors */
102 /* Non-Retry or redundant Retry errors */
108 /* Uncorrectable errors */
290 /* enables the report of miscellaneous messages as CE errors - default off */
458 * handle the Intel FATAL errors, if any
539 * handle the Intel NON-FATAL errors, if any
572 * for errors M4Err-M12Err and M17Err-M21Err, on FERR_NF_FBD i5000_process_nonfatal_error_info()
633 /* Check correctable errors */ i5000_process_nonfatal_error_info()
741 /* First handle any fatal errors that occurred */ i5000_process_error_info()
744 /* now handle any non-fatal errors that occurred */ i5000_process_error_info()
751 * Used for 'clearing' out of previous errors
762 * i5000_check_error Retrieve and process errors reported by the
821 "MC: 'branchmap,control,errors' " i5000_get_devices()
842 edac_dbg(1, "Branchmap, control and errors - PCI Bus ID: %s %x:%x\n", i5000_get_devices()
H A Di5400_edac.c210 /* Fatal errors */
215 /* Correctable errors */
227 /* Recoverable errors */
241 /* uncorrectable errors */
244 /* mask to all non-fatal errors */
256 /* Enable all fatal and non fatal errors */
509 * handle the Intel FATAL and unrecoverable errors, if any
574 * handle the Intel NON-FATAL errors, if any
601 /* Correctable errors */ i5400_process_nonfatal_error_info()
643 /* Miscellaneous errors */ i5400_process_nonfatal_error_info()
661 /* First handle any fatal errors that occurred */ i5400_process_error_info()
665 /* now handle any non-fatal errors that occurred */ i5400_process_error_info()
672 * Used for 'clearing' out of previous errors
683 * i5400_check_error Retrieve and process errors reported by the
778 edac_dbg(1, "Branchmap, control and errors - PCI Bus ID: %s %x:%x\n", i5400_get_devices()
H A Dedac_pci_sysfs.c22 static int edac_pci_log_pe = 1; /* log PCI parity errors */
23 static int edac_pci_log_npe = 1; /* log PCI non-parity error errors */
531 /* Clear any PCI parity errors logged by this device. */ edac_pci_dev_parity_clear()
571 /* check the status reg for errors on boards NOT marked as broken edac_pci_dev_parity_test()
610 /* check the secondary status reg for errors, edac_pci_dev_parity_test()
697 /* Clear any PCI bus parity errors that devices initially have logged edac_pci_clear_parity_errors()
757 "Check for PCI bus parity errors: 0=off 1=on");
/linux-4.4.14/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c55 * @errors: blk error code
133 HP_SW_NAME, req->errors); hp_sw_tur()
157 * @errors: blk error code
200 if (error || host_byte(req->errors) != DID_OK || start_stop_endio()
201 msg_byte(req->errors) != COMMAND_COMPLETE) { start_stop_endio()
204 HP_SW_NAME, req->errors); start_stop_endio()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Djr3_pci.c121 u16 errors; member in struct:jr3_pci_subdev_private
279 u16 errors; jr3_pci_ai_insn_read() local
285 errors = get_u16(&spriv->channel->errors); jr3_pci_ai_insn_read()
287 (errors & (watch_dog | watch_dog2 | sensor_change))) { jr3_pci_ai_insn_read()
458 int errors; jr3_pci_poll_subdevice() local
465 errors = get_u16(&channel->errors); jr3_pci_poll_subdevice()
467 if (errors != spriv->errors) jr3_pci_poll_subdevice()
468 spriv->errors = errors; jr3_pci_poll_subdevice()
471 if (errors & (watch_dog | watch_dog2 | sensor_change)) jr3_pci_poll_subdevice()
479 if ((errors & (watch_dog | watch_dog2)) || jr3_pci_poll_subdevice()
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c67 "tx-carrier-sense-errors",
77 "rx-crc-errors",
78 "rx-alignment-errors",
79 "rx-in-range-length-errors",
80 "rx-out-of-range-length-errors",
84 "rx-symbol-errors",
100 "rx-ip-checksum-errors",
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dani.c43 * Basically we look at the amount of ODFM and CCK timing errors we get and then
50 * threshold of errors has been reached we will raise immunity.
51 * Also we regularly check the amount of errors and lower or raise immunity as
216 * @ofdm_trigger: If this is true we are called because of too many OFDM errors,
399 * Add the count of CCK and OFDM errors to our internal state, so it can be used
466 * We count OFDM and CCK errors relative to the time where we did not send or
503 /* too many PHY errors - we have to raise immunity */ ath5k_ani_calibration()
510 * relatively little errors we can try to lower immunity */ ath5k_ani_calibration()
555 /* If one of the errors triggered, we can get a superfluous second ath5k_ani_mib_intr()
567 * ath5k_ani_phy_error_report - Used by older HW to report PHY errors
572 * This is used by hardware without PHY error counters to report PHY errors
601 * Enable PHY error counters for OFDM and CCK timing errors.
622 * Disable PHY error counters for OFDM and CCK timing errors.
H A Dani.h49 * amount of OFDM and CCK frame errors (default).
75 * @sum_ofdm_errors: Sum of OFDM timing errors (for stats)
76 * @sum_cck_errors: Sum of all CCK timing errors (for stats)
/linux-4.4.14/drivers/net/ethernet/qualcomm/
H A Dqca_debug.c55 "Read errors",
56 "Write errors",
57 "Read buffer errors",
58 "Write buffer errors",
62 "SPI errors",
/linux-4.4.14/arch/x86/include/asm/
H A Dmce.h33 #define MCI_STATUS_OVER (1ULL<<62) /* previous errors lost */
49 * errors to indicate that errors are being filtered by hardware.
51 * of uncorrected errors - so the F bit is deliberately skipped
224 MCP_UC = BIT(1), /* log uncorrected errors */ mce_amd_feature_init()
/linux-4.4.14/arch/powerpc/kernel/
H A Dmce_power.c120 * flush and reload SLBs for SLB errors and flush TLBs for TLB errors. mce_handle_derror()
135 /* Any other errors we don't understand? */ mce_handle_derror()
156 /* flush and reload SLBs for SLB errors. */ mce_handle_common_ierror()
278 * Handle memory errors depending whether this was a load/store or __machine_check_early_realmode_p7()
/linux-4.4.14/arch/powerpc/boot/
H A Dgunzip_util.c39 * Any errors, such as bad compressed data, cause an error to be
98 * Returns the actual number of bytes extracted. If any errors occur,
137 * any other errors occur, such as a corrupted compressed stream, an
162 * any other errors occur, such as a corrupted compressed stream, an
190 * If any errors occur, such as a corrupted compressed stream, an
/linux-4.4.14/drivers/net/wireless/
H A Dmac80211_hwsim.h55 * @HWSIM_CMD_UNSPEC: unspecified command to catch errors
69 * returns the radio ID (>= 0) or negative on errors, if successful
94 * @HWSIM_ATTR_UNSPEC: unspecified attribute to catch errors
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv_ras.c90 /* Any other errors we don't understand? */ kvmppc_realmode_mc_power7()
130 * interrupt (for unhandled errors) or will continue from kvmppc_realmode_mc_power7()
131 * current HSRR0 (for handled errors) in guest. Hence kvmppc_realmode_mc_power7()
/linux-4.4.14/arch/mips/mm/
H A Dcex-sb1.S87 * Dcache errors we can recover from will take more extensive
106 * External icache errors are due to uncorrectable ECC errors
/linux-4.4.14/arch/ia64/sn/kernel/
H A Dmca.c19 * Interval for calling SAL to poll for errors that do NOT cause error
20 * interrupts. SAL will raise a CPEI if any errors are present that
39 * info for platform errors. buf is appended to sn_oemdata, resizing as
H A Dhuberror.c43 if (!(nasid & 1)) /* Not a TIO, handle CRB errors */ hub_eint_handler()
46 if (nasid & 1) { /* TIO errors */ hub_eint_handler()
121 int num_errors = 0; /* Num of errors handled */ hubiio_crb_error_handler()
130 * Scan through all CRBs in the Hub, and handle the errors hubiio_crb_error_handler()
/linux-4.4.14/include/linux/mfd/
H A Ddln2.h61 * @return 0 for success, negative value for errors
77 * @return 0 for success, negative value for errors
95 * @return 0 for success, negative value for errors
/linux-4.4.14/drivers/net/fddi/skfp/
H A Dpcmplc.c1080 u_long errors ; lem_evaluate() local
1090 errors = inpw(PLC(((int) phy->np),PL_LINK_ERR_CTR)) ; lem_evaluate()
1091 lem->lem_errors += errors ; lem_evaluate()
1092 mib->fddiPORTLem_Ct += errors ; lem_evaluate()
1094 errors = lem->lem_errors ; lem_evaluate()
1100 * -> 9 errors in 8 seconds mean: lem_evaluate()
1105 if (!errors) ber = 15 ; lem_evaluate()
1106 else if (errors <= 9) ber = 9 ; lem_evaluate()
1107 else if (errors <= 99) ber = 8 ; lem_evaluate()
1108 else if (errors <= 999) ber = 7 ; lem_evaluate()
1109 else if (errors <= 9999) ber = 6 ; lem_evaluate()
1110 else if (errors <= 99999) ber = 5 ; lem_evaluate()
1111 else if (errors <= 999999) ber = 4 ; lem_evaluate()
1112 else if (errors <= 9999999) ber = 3 ; lem_evaluate()
1113 else if (errors <= 99999999) ber = 2 ; lem_evaluate()
1114 else if (errors <= 999999999) ber = 1 ; lem_evaluate()
1130 DB_PCMN(1,"errors : %ld\n",lem->lem_errors,0) ; lem_evaluate()
1189 int errors ; lem_check_lct() local
1194 errors = inpw(PLC(((int)phy->np),PL_LINK_ERR_CTR)) ; lem_check_lct()
1195 lem->lem_errors += errors ; lem_check_lct()
1196 mib->fddiPORTLem_Ct += errors ; lem_check_lct()
1216 DB_PCMN(1," >>errors : %d\n",lem->lem_errors,0) ; lem_check_lct()
1747 /* Note: Lem errors shall only be counted when plc_irq()
2001 printf("PHY errors BER\n") ; pcm_lem_dump()
/linux-4.4.14/drivers/usb/class/
H A Dcdc-acm.h38 * Input control lines and line errors.
129 /* constants describing various quirks and errors */
/linux-4.4.14/drivers/scsi/bnx2i/
H A D57xx_iscsi_constants.h114 /* IP/TCP processing errors: */
120 /* iSCSI licensing errors */
/linux-4.4.14/arch/alpha/kernel/
H A Dcore_lca.c136 /* Reset status register to avoid losing errors. */ conf_read()
173 /* Reset status register to avoid losing errors. */ conf_write()
299 * data parity errors. lca_init_arch()
325 #define ESR_MSE (1UL<< 9) /* multiple soft errors */
326 #define ESR_MHE (1UL<<10) /* multiple hard errors */
350 printk(" Several other correctable errors occurred.\n"); mem_error()
353 printk(" Several other uncorrectable errors occurred.\n"); mem_error()
387 printk(" Other PCI errors occurred simultaneously.\n");
H A Dcore_apecs.c136 /* Reset status register to avoid losing errors. */ conf_read()
178 /* Now look for any errors. */ conf_read()
216 /* Reset status register to avoid losing errors. */ conf_write()
248 /* Now look for any errors. */ conf_write()
/linux-4.4.14/include/uapi/linux/can/
H A Dnetlink.h107 __u32 bus_error; /* Bus errors */
111 __u32 arbitration_lost; /* Arbitration lost errors */
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.h352 * experience transmission errors on its Aggregation ports.
489 * with frame-too-long, FCS, or length errors. This stat can be
493 * frames received with frame-too-long, FCS, or length errors.
506 * FCS, or length errors.
512 * with frame-too-long, FCS, or length errors.
515 * with frame-too-long, FCS, or length errors.
522 * non-unicast frames that contain FCS errors if the MAC_ERROR_CFG
546 * received with frame-too-long, FCS, or length errors.
550 * FCS, or length errors.
554 * FCS, or length errors.
558 * FCS, or length errors.
562 * FCS, or length errors.
566 * FCS, or length errors.
570 * FCS, or length errors.
574 * FCS, or length errors.
578 * with frame-too-long, FCS, or length errors.
583 * FCS, or length errors.
589 * @rx_err_ip: Count of received IP datagrams containing errors. For example,
597 * @rx_err_tcp: Count of received TCP segments containing errors. For example,
606 * Note: This stat may be configured to count all layer 2 errors
607 * (i.e. length errors and FCS errors).
704 * @rx_xgmii_err_sym: Count of the number of symbol errors in the received
706 * Only includes symbol errors that are observed between the XGMII
918 * frames received with frame-too-long, FCS, or length errors.
930 * FCS, or length errors.
935 * frame-too-long, FCS, or length errors.
938 * frame-too-long, FCS, or length errors.
945 * non-unicast frames that contain FCS errors if the MAC_ERROR_CFG
964 * received with frame-too-long, FCS, or length errors.
969 * or length errors.
974 * or length errors.
979 * length errors.
983 * FCS, or length errors.
987 * FCS, or length errors.
991 * FCS, or length errors.
995 * FCS, or length errors.
999 * with frame-too-long, FCS, or length errors.
1003 * received with frame-too-long, FCS, or length errors.
1009 * @rx_err_ip: Count of received IP datagrams containing errors. For example,
1017 * @rx_err_tcp: Count of received TCP segments containing errors. For example,
1880 * No data loss or errors occurred.
1886 * @VXGE_HW_RING_T_CODE_MULTI_ERR: Multiple errors more than one
1997 * data buffer transfer errors are encountered (see below).
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_intr.c90 /* These are all rcv-related errors which we want to count for stats */
99 /* These are all send-related errors which we want to count for stats */
109 * errors not related to freeze and cancelling buffers. Can't ignore
119 * these are errors that can occur when the link changes state while
144 ipath_dbg("Ignoring packet errors %llx, because link not " handle_e_sum_errs()
198 * @hwerrs hardware errors bit vector
474 "fast-repeating errors (%s) (%llx)\n", handle_supp_msgs()
537 ipath_dbg("errors %lx (%s)\n", (unsigned long)errs, msg); handle_sdma_errors()
639 * don't report errors that are masked, either at init handle_errors()
665 ipath_dev_err(dd, "error interrupt with unknown errors " handle_errors()
680 ipath_dbg("Ignoring packet errors %llx, because link not " handle_errors()
688 * It's not entirely reasonable assuming that the errors set handle_errors()
718 "too frequent queue full errors (%s)\n", handle_errors()
723 " frequent packet errors (%s)\n", handle_errors()
728 * Re-enable the masked errors after around 3 minutes. in handle_errors()
730 * repeating but different errors, the interval will keep handle_errors()
875 * processes (causing armlaunch), send errors due to going into freeze mode,
905 * still set, and clear "safe" send packet errors related to freeze ipath_clear_freeze()
988 "multiple errors\n"); ipath_bad_regread()
1091 * take it again, which can be real bad for errors, etc... ipath_intr()
1122 else if (istat & ~INFINIPATH_I_ERROR) /* errors do own printing */ ipath_intr()
1152 * errors that we need to count. Checking for this ipath_intr()
H A Dipath_iba6110.c407 * we'll want to ignore link errors on link that is hwerr_crcbits()
458 ipath_dbg("ignoring HT crc errors 0x%llx, " hwerr_crcbits()
464 /* 6110 specific hardware errors... */
491 * ipath_ht_handle_hwerrors - display hardware errors.
496 * Use same msg buffer as regular errors to avoid excessive stack
497 * use. Most hardware errors are catastrophic, but for right now,
513 ipath_cdbg(VERBOSE, "Called but no hardware errors set\n"); ipath_ht_handle_hwerrors()
537 /* We log some errors to EEPROM, check if we have any of those. */ ipath_ht_handle_hwerrors()
555 ipath_dev_err(dd, "hwerror interrupt with unknown errors " ipath_ht_handle_hwerrors()
562 * parity errors in send memory are recoverable, ipath_ht_handle_hwerrors()
585 * functional area for parity errors, etc. ipath_ht_handle_hwerrors()
808 * errors. We only bother to do this at load time, because it's OK if
811 * for upper byte errors if we are in 8 bit mode, so figure out
855 * As with HT CRC bits, same for protocol errors that might occur slave_or_pri_blk()
920 ipath_dbg("Will ignore HT lane1 errors\n"); slave_or_pri_blk()
1013 * Also clear CRC errors in HT linkcontrol, if necessary.
1032 * Handle clearing CRC errors in linkctrl register if necessary. We ipath_setup_ht_config()
1033 * do this early, before we ever enable errors or hardware errors, ipath_setup_ht_config()
1129 * a hardware fault at reset, if there were errors ipath_setup_ht_setextled()
1262 * EEPROM error log 0 is TXE Parity errors. 1 is RXE Parity. ipath_init_ht_variables()
1287 * ipath_ht_init_hwerrors - enable hardware errors
1291 * cause a hardware error, and cleared those errors bits as they occur,
1292 * we can enable hardware errors in the mask (potentially enabling
1293 * freeze mode), and enable hardware errors as errors (along with
1331 * logic checking for errors that cause this bit to be set. ipath_ht_init_hwerrors()
1591 * errors interrupts if we ever see one). ipath_ht_early_init()
1656 /* Rev4+ reports extra errors via internal GPIO pins */ ipath_ht_early_init()
H A Dipath_stats.c133 * ipath_qcheck - print delta of egrfull/hdrqfull errors for kernel ports
136 * print the delta of egrfull/hdrqfull errors for kernel ports no more than
308 ipath_dev_err(dd, "Re-enabling masked errors " ipath_get_faststats()
320 "Re-enabling queue full errors (%s)\n", ipath_get_faststats()
327 /* re-enable masked errors */ ipath_get_faststats()
H A Dipath_debug.h66 #define __IPATH_IPATHERR 0x40000 /* Ethernet (IPATH) errors */
90 #define __IPATH_IPATHERR 0x0 /* Ethernet (IPATH) errors on */
H A Dipath_kernel.h73 * Struct used to indicate which errors are logged in each of the
149 /* total number of rcvhdrqfull errors */
156 /* saved total number of rcvhdrqfull errors for poll edge trigger */
356 /* errors masked because they occur too fast */
360 * errors and linkrecovery errors. They can be reported on
374 /* count of egrfull errors, combined for all ports */
418 /* count of port 0 hdrqfull errors */
727 /* local link integrity errors */
731 * errors were seen in the receive headers of kern-packets.
801 /* Support (including locks) for EEPROM logging of errors and time */
959 * errors, etc. */
962 * errors, etc. */
1113 * Returns -1 on errors (not distinguishable from valid contents at
/linux-4.4.14/drivers/staging/unisys/include/
H A Ddiagchannel.h20 * highest (i.e. fatal errors are the most severe, and should always be logged,
/linux-4.4.14/drivers/staging/dgnc/
H A Ddigi.h120 unsigned long norun; /* number of UART overrun errors */
121 unsigned long noflow; /* number of buffer overflow errors */
122 unsigned long nframe; /* number of framing errors */
123 unsigned long nparity; /* number of parity errors */
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c187 {"Receive errors"},
188 {"TCP cksum errors"},
189 {"IP cksum errors"},
190 {"Frame cksum errors"},
/linux-4.4.14/lib/
H A Drandom32.c425 int i, j, errors = 0, runs = 0; prandom_state_selftest() local
453 errors++; prandom_state_selftest()
459 if (errors) prandom_state_selftest()
460 pr_warn("prandom: %d/%d self tests failed\n", errors, runs); prandom_state_selftest()
/linux-4.4.14/scripts/dtc/
H A Dutil.h84 * Read a device tree file into a buffer. This will report any errors on
100 * Read a device tree file into a buffer. Does not report errors, but only
118 * Write a device tree buffer to a file. This will report any errors on
128 * Write a device tree buffer to a file. Does not report errors, but only
H A Ddtc.c77 "\n\tQuiet: -q suppress warnings, -qq errors, -qqq all",
93 "\n\tTry to produce output even if the input tree has errors",
101 "\n\tEnable/disable errors (prefix with \"no-\")",
/linux-4.4.14/include/xen/interface/io/
H A Dxs_wire.h40 /* We hand errors as strings, for portability. */
/linux-4.4.14/include/ras/
H A Dras_event.h84 * errors defined on both EDAC and MCE subsystems.
86 * FIXME: Add events for handling memory errors originated from the
95 * Default error mechanisms for Memory Controller errors (CE and UE)
174 * indicating what error or errors have been seen
/linux-4.4.14/include/linux/
H A Dblk_types.h149 __REQ_FAILFAST_DEV, /* no driver retries of device errors */
150 __REQ_FAILFAST_TRANSPORT, /* no driver retries of transport errors */
151 __REQ_FAILFAST_DRIVER, /* no driver retries of driver errors */
179 __REQ_QUIET, /* don't worry about errors */
H A Dslab_def.h54 unsigned long errors; member in struct:kmem_cache
H A Deventpoll.h19 /* Forward declarations to avoid compiler errors */
/linux-4.4.14/include/linux/mtd/
H A Dnand_bch.h28 * Detect and correct bit errors mtd_nand_has_bch()
/linux-4.4.14/arch/sh/lib64/
H A Dudivsi3.S28 * errors under control.
/linux-4.4.14/arch/m68k/include/asm/
H A Dquicc_simple.h29 /* user defined functions for global errors */
/linux-4.4.14/arch/ia64/include/asm/
H A Dtimex.h27 * the CLOCK_TICK_RATE to x*HZ insures that the calculation will find no errors. Hence we
/linux-4.4.14/arch/arm/include/asm/
H A Dedac.h23 * value, allowing the hardware to detect and correct memory errors.
H A Dtypes.h10 * and the kernel itself, which results in build errors if you try to build with
/linux-4.4.14/tools/perf/util/
H A Drun-command.h34 * of errors!
H A Ddata.c38 /* TODO check errors properly */ check_backup()
/linux-4.4.14/tools/testing/selftests/x86/
H A Dtest_FCMOV.c90 printf("[FAIL]\tfcmovCC errors: %d\n", err); main()
H A Dtest_FISTTP.c134 printf("[FAIL]\tfisttp errors: %d\n", err); main()
/linux-4.4.14/drivers/xen/
H A Dprivcmd.c294 * 0 for no errors
296 * -ENOENT errors have happened)
302 /* User-space gfn array to store errors in the second pass for V1. */
304 /* User-space int array to store errors in the second pass for V2. */
463 /* Zero error array now to only copy back actual errors. */ privcmd_ioctl_mmap_batch()
529 /* Write back errors in second pass. */ privcmd_ioctl_mmap_batch()
537 /* If we have not had any EFAULT-like global errors then set the global privcmd_ioctl_mmap_batch()
/linux-4.4.14/fs/jfs/
H A Dsuper.c218 {Opt_errors, "errors=%s"},
294 char *errors = args[0].from; parse_options() local
295 if (!errors || !*errors) parse_options()
297 if (!strcmp(errors, "continue")) { parse_options()
301 } else if (!strcmp(errors, "remount-ro")) { parse_options()
305 } else if (!strcmp(errors, "panic")) { parse_options()
311 errors); parse_options()
717 seq_printf(seq, ",errors=continue"); jfs_show_options()
719 seq_printf(seq, ",errors=panic"); jfs_show_options()
/linux-4.4.14/drivers/rapidio/switches/
H A Didt_gen2.c252 /* Report all RIO.p8 errors supported by device */ idtg2_em_init()
255 /* Configure reporting of implementation specific errors/events */ idtg2_em_init()
339 pr_debug("RIO: %s Implementation Specific LTL errors" \ idtg2_em_handler()
356 /* Get IS errors reported */ idtg2_em_handler()
361 " errors 0x%x\n", rio_name(rdev), regval); idtg2_em_handler()
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Di2400m-usb.h107 * @max_err: maximum number of errors we can accept over the timeframe
110 * Returns: !0 1 if maximum acceptable errors per timeframe has been
113 * This is way to determine if the number of acceptable errors per time
116 * of errors that straddle updates to the start time. This scheme is
173 * on how many soft (retryable or ignorable) errors we get. If we
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dras.c48 * Initialize handlers for the set of interrupts caused by hardware errors
58 np = of_find_node_by_path("/event-sources/internal-errors"); init_ras_IRQ()
222 * For nonrecoverable errors, an error is logged and we stop all processing
274 * Get the error information for errors coming through the
325 * partition to receive FWNMI errors.
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddispc-compat.c337 u32 errors; dispc_error_worker() local
347 errors = dispc_compat.error_irqs; dispc_error_worker()
360 if (bit & errors) { dispc_error_worker()
375 if (bit & errors) { dispc_error_worker()
397 if (errors & DISPC_IRQ_OCP_ERR) { dispc_error_worker()
408 dispc_compat.irq_error_mask |= errors; dispc_error_worker()
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_defs_fcs.h43 u32 flogi_rsp_err; /* FLOGI response errors */
44 u32 flogi_acc_err; /* FLOGI accept errors */
303 u32 logo_rsp_err; /* logo rsp errors */
305 /* logo rsp unknown errors */
457 u32 prli_rsp_err; /* num prli rsp errors */
460 u32 prli_rsp_parse_err; /* prli rsp parsing errors */
/linux-4.4.14/drivers/mtd/nand/
H A Domap_elm.c120 /* ELM cannot detect ECC errors for chunks > 1KB */ elm_config()
285 * In case of correctable errors, number of errors located from
292 int i, j, errors = 0; elm_error_correction() local
308 /* Read count of correctable errors */ elm_error_correction()
323 errors += err_vec[i].error_count; elm_error_correction()
H A Dr852.h100 #define R852_ECC_CORRECT 0x10 /* no errors - (guessed) */
127 int dma_error; /* dma errors */
/linux-4.4.14/drivers/scsi/
H A Dst_options.h30 /* If ST_RECOVERED_WRITE_FATAL is non-zero, recovered errors while writing
31 are considered "hard errors". */
H A Dwd719x.h119 #define WD719X_INT_NOERRORS 0x01 /* Command completed with no errors */
120 #define WD719X_INT_LINKNOERRORS 0x02 /* link cmd completed with no errors */
122 #define WD719X_INT_ERRORSLOGGED 0x04 /* cmd completed with errors logged */
128 #define WD719X_SUE_NOERRORS 0x00 /* No errors detected by SPIDER */
H A Dmac_scsi.c164 The code attempts to catch bus errors that occur if one for example
166 XXX: Since bus errors in the PDMA routines never happen on my
170 If bus errors are NOT extremely rare, this has to be changed.
/linux-4.4.14/drivers/mmc/core/
H A Dsdio_ops.c94 /* host driver already reported errors */ mmc_io_rw_direct_host()
194 /* host driver already reported errors */
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_7220.h87 * errors and linkrecovery errors. They can be reported on
/linux-4.4.14/drivers/net/ethernet/seeq/
H A Dsgiseeq.h50 #define SEEQ_RCMD_ICRC 0x002 /* IRQ on CRC errors */
51 #define SEEQ_RCMD_IDRIB 0x004 /* IRQ on dribble errors */
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce-apei.c4 * On some machine, corrected memory errors are reported via APEI
6 * Check. These corrected memory errors can be reported to user space
/linux-4.4.14/arch/x86/mm/kmemcheck/
H A Derror.c44 * Create a ring queue of errors to output. We can't call printk() directly
165 /* Don't report several adjacent errors from the same EIP. */ kmemcheck_error_save()
/linux-4.4.14/include/linux/sunrpc/
H A Dgss_err.h109 * Calling errors:
119 * Routine errors:
/linux-4.4.14/include/net/caif/
H A Dcaif_spi.h38 * duplex transfers. However a size of 8188 provokes errors when running with
39 * the modem. These errors occur when packet sizes approaches 4 kB of data.
/linux-4.4.14/include/trace/events/
H A Dblock.h74 __field( int, errors )
85 __entry->errors = rq->errors;
95 __entry->nr_sector, __entry->errors)
154 __field( int, errors )
163 __entry->errors = rq->errors;
173 __entry->nr_sector, __entry->errors)
/linux-4.4.14/arch/mips/include/asm/
H A Dthread_info.h107 #define TIF_FIXADE 20 /* Fix address errors in software */
108 #define TIF_LOGADE 21 /* Log address errors to syslog */
H A Dfpu_emulator.h41 unsigned long errors; member in struct:mips_fpu_emulator_stats
/linux-4.4.14/arch/sh/drivers/pci/
H A Dops-sh7786.c63 /* Clear errors */ sh7786_pcie_config_access()
73 /* Check for errors */ sh7786_pcie_config_access()
/linux-4.4.14/arch/arm/mach-mvebu/
H A Dkirkwood.c149 * Disable propagation of mbus errors to the CPU local bus, as this
150 * causes mbus errors (which can occur for example for PCI aborts) to
/linux-4.4.14/drivers/vme/
H A Dvme_bridge.h86 unsigned num_errors; /* Number of errors */
114 /* List for registered errors handlers */
/linux-4.4.14/drivers/staging/octeon/
H A Dethernet-rx.c68 * cvm_oct_check_rcv_error - process receive errors
84 * Ignore length errors on min size packets. Some cvm_oct_check_rcv_error()
87 * counted as frame errors. cvm_oct_check_rcv_error()
255 /* Immediately throw away all packets with receive errors */ cvm_oct_napi_poll()
H A Dethernet-rgmii.c89 * see if we are getting preamble errors. cvm_oct_rgmii_poll()
100 * We are getting preamble errors at cvm_oct_rgmii_poll()
122 * every speed change. If errors occur during 10Mbps operation cvm_oct_rgmii_poll()
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debug.h30 #define PVR2_TRACE_TOLERANCE (1 << 2) /* track tolerance-affected errors */
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dcore.h120 /* BD reported RX errors */
131 /* EMAC IRQ reported RX errors */
146 /* BD reported TX errors */
157 /* EMAC IRQ reported TX errors */
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_irq.c32 DRM_ERROR("errors: %08x\n", irqstatus); mdp4_irq_error_handler()
/linux-4.4.14/arch/tile/
H A DMakefile14 # Only bother to test for a few common targets, to avoid useless errors.
/linux-4.4.14/arch/x86/mm/
H A Dtestmmiotrace.c66 mmiotrace_printk("Read errors: 8-bit %d, 16-bit %d, 32-bit %d.\n", do_read_test()
/linux-4.4.14/arch/x86/ras/
H A Dmce_amd_inj.c264 * Ensure necessary status bits for deferred errors: do_inject()
266 * - MCx_STATUS[UC] cleared: deferred errors are _not_ UC do_inject()
274 * For multi node CPUs, logging and reporting of bank 4 errors happens do_inject()
380 "\t - \"th\": Trigger APIC interrupt for Threshold errors. Causes threshold \n"
/linux-4.4.14/fs/nfs/
H A Dnfs3client.c33 /* No errors! Assume that Sun nfsacls are supported */ nfs_init_server_aclclient()
/linux-4.4.14/security/integrity/
H A Ddigsig_asymmetric.c52 /* Hide some search errors */ request_asymmetric_key()
/linux-4.4.14/security/selinux/ss/
H A Dhashtab.h51 * -EINVAL for general errors or
/linux-4.4.14/arch/microblaze/lib/
H A Dmemset.c23 * responsibility for and errors which may appear in this program
/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon_generic.h34 * impl_pmcs, impl_pmds are computed at runtime to minimize errors!
/linux-4.4.14/net/ipv4/
H A Dprotocol.c12 * Alan Cox : Ahah! udp icmp errors don't work because
/linux-4.4.14/sound/pci/asihpi/
H A Dhpidebug.h29 enum { HPI_DEBUG_LEVEL_ERROR = 0, /* always log errors */
/linux-4.4.14/drivers/usb/serial/
H A Dkeyspan_usa90msg.h162 rxOverrun, // count of overrun errors (since last reported)
163 rxParity, // count of parity errors (since last reported)
164 rxFrame, // count of frame errors (since last reported)
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_dbg.h301 #define ql_log_fatal 0 /* display fatal errors */
302 #define ql_log_warn 1 /* display critical errors */
303 #define ql_log_info 2 /* display all recovered errors */
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_crypto.h127 * @retval < 0 other errors from lower layers.
143 * @retval ERR_PTR(error) when errors occurred.
181 * @retval < 0 other errors from lower layers.
/linux-4.4.14/arch/um/os-Linux/
H A Dumid.c75 * ignore ENOENT errors for anything (they happen, strangely enough - possibly
123 * there are errors during the checking. This is because if these errors
/linux-4.4.14/arch/blackfin/mach-common/
H A Dinterrupt.S147 * a cache line fetch, - this can cause multiple hardware errors, let's
149 * the core sees the hardware errors.
161 /* Handle all stacked hardware errors
/linux-4.4.14/fs/fat/
H A Dmisc.c13 * corruption/inconsistency. Depending on 'errors' mount option the
33 if (opts->errors == FAT_ERRORS_PANIC) __fat_fs_error()
35 else if (opts->errors == FAT_ERRORS_RO && !(sb->s_flags & MS_RDONLY)) { __fat_fs_error()
/linux-4.4.14/net/9p/
H A Derror.c39 * struct errormap - map string errors from Plan 9 to Linux numeric ids
135 /* errors from fossil, vacfs, and u9fs */
182 /* these are not errors */
/linux-4.4.14/net/netfilter/
H A Dxt_HMARK.c179 /* No need to check for icmp errors on fragments */ hmark_pkt_set_htuple_ipv6()
182 /* Use inner header in case of ICMP errors */ hmark_pkt_set_htuple_ipv6()
263 /* Use inner header in case of ICMP errors */ hmark_pkt_set_htuple_ipv4()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Drxon.c781 u32 errors = 0; iwl_check_rxon_cmd() local
786 errors |= BIT(0); iwl_check_rxon_cmd()
790 errors |= BIT(1); iwl_check_rxon_cmd()
795 errors |= BIT(2); iwl_check_rxon_cmd()
799 errors |= BIT(3); iwl_check_rxon_cmd()
804 errors |= BIT(4); iwl_check_rxon_cmd()
811 errors |= BIT(5); iwl_check_rxon_cmd()
816 errors |= BIT(6); iwl_check_rxon_cmd()
822 errors |= BIT(7); iwl_check_rxon_cmd()
828 errors |= BIT(8); iwl_check_rxon_cmd()
835 errors |= BIT(9); iwl_check_rxon_cmd()
840 errors |= BIT(10); iwl_check_rxon_cmd()
843 WARN(errors, "Invalid RXON (%#x), channel %d", iwl_check_rxon_cmd()
844 errors, le16_to_cpu(rxon->channel)); iwl_check_rxon_cmd()
846 return errors ? -EINVAL : 0; iwl_check_rxon_cmd()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dcommon.h302 /* RHF receive type error - expected packet errors */
306 /* RHF receive type error - eager packet errors */
309 /* RHF receive type error - IB packet errors */
312 /* RHF receive type error - error packet errors */
321 /* RHF receive type error - bypass packet errors */
/linux-4.4.14/drivers/cpufreq/
H A Dpcc-cpufreq.c308 u32 errors; pcc_cpufreq_do_osc() local
341 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0); pcc_cpufreq_do_osc()
342 if (errors) { pcc_cpufreq_do_osc()
370 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0); pcc_cpufreq_do_osc()
371 if (errors) { pcc_cpufreq_do_osc()
/linux-4.4.14/fs/coda/
H A Dupcall.c662 * As venus has 2 types of errors, normal errors (positive) and internal
663 * errors (negative), normal errors are negated, while internal errors
720 /* here we map positive Venus errors to kernel errors */ coda_upcall()

Completed in 5963 milliseconds

1234567891011