Searched refs:errors (Results 1 - 25 of 93) sorted by relevance

1234

/drivers/edac/
H A DKconfig12 EDAC is designed to report errors in the core system.
13 These are low-level errors that are reported in the CPU or
15 memory errors, cache errors, PCI errors, thermal throttling, etc..
67 Some systems are able to detect and correct errors in main
70 errors). EDAC will also try to decode where these errors
78 Support for error detection and correction of DRAM ECC errors on
88 errors int
[all...]
H A De752x_edac.c488 static void do_global_error(int fatal, u32 errors) argument
493 if (errors & (1 << i)) {
495 * we are to report ALL errors, then
506 static inline void global_error(int fatal, u32 errors, int *error_found, argument
512 do_global_error(fatal, errors);
522 static void do_hub_error(int fatal, u8 errors) argument
527 if (errors & (1 << i))
533 static inline void hub_error(int fatal, u8 errors, int *error_found, argument
539 do_hub_error(fatal, errors);
579 static void do_nsi_error(int fatal, u32 errors) argument
590 nsi_error(int fatal, u32 errors, int *error_found, int handle_error) argument
606 do_membuf_error(u8 errors) argument
617 membuf_error(u8 errors, int *error_found, int handle_error) argument
637 do_sysbus_error(int fatal, u32 errors) argument
648 sysbus_error(int fatal, u32 errors, int *error_found, int handle_error) argument
[all...]
H A Di7300_edac.c15 * TODO: The chipset allow checking for PCI Express errors also. Currently,
16 * the driver covers only memory error errors
376 unsigned long errors; local
386 errors = error_reg;
387 errnum = find_first_bit(&errors,
402 errors = error_reg;
403 errnum = find_first_bit(&errors,
435 unsigned long errors; local
445 errors = error_reg & FERR_FAT_FBD_ERR_MASK ;
446 errnum = find_first_bit(&errors,
[all...]
/drivers/pci/pcie/aer/
H A DKconfig.debug14 to trigger various real hardware errors. Software based
15 error injection can fake almost all kinds of errors with the
/drivers/ide/
H A Dide-eh.c15 rq->errors |= ERROR_RESET;
28 rq->errors = ERROR_MAX;
31 rq->errors |= ERROR_RECAL;
42 if (rq->errors >= ERROR_MAX || blk_noretry_request(rq)) {
48 rq->errors |= ERROR_RESET;
50 if ((rq->errors & ERROR_RESET) == ERROR_RESET) {
51 ++rq->errors;
55 if ((rq->errors & ERROR_RECAL) == ERROR_RECAL)
58 ++rq->errors;
71 rq->errors |
[all...]
H A Dide-devsets.c176 ret = rq->errors;
188 rq->errors = err;
H A Dide-floppy.c101 rq->errors = uptodate ? 0 : IDE_DRV_ERROR_GENERAL;
242 if (rq->errors >= ERROR_MAX) {
250 rq->errors = 0;
299 if (rq->cmd_type != REQ_TYPE_FS && rq->errors == 0)
300 rq->errors = -EIO;
H A Dide-io.c144 rq->errors = 0;
147 rq->errors = IDE_DRV_ERROR_GENERAL;
148 else if (rq->cmd_type != REQ_TYPE_FS && rq->errors == 0)
149 rq->errors = -EIO;
274 rq->errors = 0;
/drivers/macintosh/
H A Dwindfarm_pid.c47 st->errors[i] = error;
54 st->errors[st->index] = error;
59 integ += st->errors[(st->index + hlen - i) % hlen];
63 deriv = st->errors[st->index] -
64 st->errors[(st->index + hlen - 1) % hlen];
102 st->errors[i] = error;
110 st->errors[st->index] = error;
117 integ += st->errors[(st->index + hlen - i) % hlen];
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
/drivers/usb/
H A Dusb-skeleton.c62 int errors; /* the last request tanked */ member in struct:usb_skel
65 spinlock_t err_lock; /* lock for errors */
111 /* lock the device to allow correctly handling errors
159 /* read out errors, leave subsequent opens a clean slate */
161 res = dev->errors ? (dev->errors == -EPIPE ? -EPIPE : -EIO) : 0;
162 dev->errors = 0;
177 /* sync/async unlink faults aren't errors */
185 dev->errors = urb->status;
288 /* errors mus
[all...]
/drivers/scsi/osd/
H A DKconfig38 errors that might be regularly returned for some filesystem
/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c62 * @errors: blk error code
140 HP_SW_NAME, req->errors);
164 * @errors: blk error code
207 if (error || host_byte(req->errors) != DID_OK ||
208 msg_byte(req->errors) != COMMAND_COMPLETE) {
211 HP_SW_NAME, req->errors);
/drivers/staging/comedi/drivers/
H A Djr3_pci.c119 u16 errors; member in struct:jr3_pci_subdev_private
279 (get_u16(&p->channel->errors) & (watch_dog | watch_dog2 |
517 int errors = get_u16(&channel->errors); local
519 if (errors != p->errors) {
520 printk("Errors: %x -> %x\n", p->errors, errors);
521 p->errors = errors;
[all...]
H A Damplc_pci230.c1432 unsigned int errors; local
1439 errors = 0;
1445 errors |= seq_err;
1449 errors |= range_err;
1453 if (errors != 0) {
1455 if ((errors & seq_err) != 0) {
1460 if ((errors & range_err) != 0) {
1961 unsigned int errors; local
1970 errors = 0;
1982 errors |
[all...]
H A Damplc_pci224.c1017 unsigned errors; local
1028 errors = 0;
1033 errors |= dupchan_err;
1037 errors |= range_err;
1040 if (errors) {
1041 if (errors & dupchan_err) {
1047 if (errors & range_err) {
/drivers/net/wireless/iwlwifi/
H A Diwl-core.c392 u32 errors = 0; local
397 errors |= BIT(0);
401 errors |= BIT(1);
406 errors |= BIT(2);
410 errors |= BIT(3);
415 errors |= BIT(4);
422 errors |= BIT(5);
427 errors |= BIT(6);
433 errors |= BIT(7);
439 errors |
[all...]
H A Diwl-ucode.c369 int errors = 0; local
377 offs < len && errors < 20;
385 errors++;
/drivers/net/fddi/skfp/
H A Dpcmplc.c1080 u_long errors ; local
1090 errors = inpw(PLC(((int) phy->np),PL_LINK_ERR_CTR)) ;
1091 lem->lem_errors += errors ;
1092 mib->fddiPORTLem_Ct += errors ;
1094 errors = lem->lem_errors ;
1100 * -> 9 errors in 8 seconds mean:
1105 if (!errors) ber = 15 ;
1106 else if (errors <= 9) ber = 9 ;
1107 else if (errors <= 99) ber = 8 ;
1108 else if (errors <
1189 int errors ; local
[all...]
/drivers/block/drbd/
H A DKconfig46 Say Y here if you want to simulate IO errors, in order to test DRBD's
49 The actual simulation of IO errors is done by writing 3 values to
66 Example: Simulate data write errors on /dev/drbd0 with a probability of 5%.
/drivers/block/
H A Dnbd.c106 int error = req->errors ? -EIO : 0;
359 req->errors++;
374 req->errors++;
445 req->errors++;
466 req->errors = 0;
480 req->errors++;
495 req->errors++;
553 req->errors++;
/drivers/spi/
H A Dspi-davinci.c471 u32 buf, status, errors = 0, spidat1; local
483 errors = status & SPIFLG_ERROR_MASK;
496 return errors;
531 u32 errors = 0; local
684 errors = davinci_spi_process_events(dspi);
685 if (errors)
709 * receive overflow errors
711 if (errors) {
712 ret = davinci_spi_check_error(dspi, errors);
/drivers/cpufreq/
H A Dpcc-cpufreq.c312 u32 errors; local
345 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0);
346 if (errors) {
374 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0);
375 if (errors) {
/drivers/acpi/
H A Dbus.c447 u32 errors; local
487 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0);
488 if (errors) {
489 if (errors & OSC_REQUEST_ERROR)
492 if (errors & OSC_INVALID_UUID_ERROR)
495 if (errors & OSC_INVALID_REVISION_ERROR)
498 if (errors & OSC_CAPABILITIES_MASK_ERROR) {
/drivers/mtd/nand/
H A Dfsl_ifc_nand.c219 int errors; local
221 errors = (reg >> ((3 - bufnum % 4) * 8)) & 15;
223 return errors;
266 int errors; local
275 errors = check_read_ecc(mtd, ctrl, eccstat, i);
277 if (errors == 15) {
292 mtd->ecc_stats.corrected += errors;
704 /* ECC will be calculated automatically, and errors will be detected in

Completed in 951 milliseconds

1234