Lines Matching defs:error
390 #define ASC_IERR_MCODE_CHKSUM 0x0002 /* micro code check sum error */
400 #define ASC_IERR_BIST_PRE_TEST 0x0800 /* BIST pre-test error */
401 #define ASC_IERR_BIST_RAM_TEST 0x1000 /* BIST RAM test error */
988 ushort dvc_err_code; /* 30 last device driver error code */
989 ushort adv_err_code; /* 31 last uc and Adv Lib error code */
990 ushort adv_err_addr; /* 32 last uc error address */
991 ushort saved_dvc_err_code; /* 33 saved last dev. driver error code */
992 ushort saved_adv_err_code; /* 34 saved last uc and Adv Lib error code */
993 ushort saved_adv_err_addr; /* 35 saved last uc error address */
994 ushort num_of_err; /* 36 number of error */
1061 ushort dvc_err_code; /* 30 last device driver error code */
1062 ushort adv_err_code; /* 31 last uc and Adv Lib error code */
1063 ushort adv_err_addr; /* 32 last uc error address */
1064 ushort saved_dvc_err_code; /* 33 saved last dev. driver error code */
1065 ushort saved_adv_err_code; /* 34 saved last uc and Adv Lib error code */
1066 ushort saved_adv_err_addr; /* 35 saved last uc error address */
1163 ushort dvc_err_code; /* 30 last device driver error code */
1164 ushort adv_err_code; /* 31 last uc and Adv Lib error code */
1165 ushort adv_err_addr; /* 32 last uc error address */
1166 ushort saved_dvc_err_code; /* 33 saved last dev. driver error code */
1167 ushort saved_adv_err_code; /* 34 saved last uc and Adv Lib error code */
1168 ushort saved_adv_err_addr; /* 35 saved last uc error address */
1562 #define ASC_WARN_BUSRESET_ERROR 0x0001 /* SCSI Bus Reset error */
1563 #define ASC_WARN_EEPROM_CHKSUM 0x0002 /* EEP check sum error */
1821 ushort err_code; /* fatal error code */
2035 #define QHSTA_M_RDMA_PERR 0x18 /* RISC PCI DMA parity error */
2055 #define QHSTA_M_SGBACKUP_ERROR 0x47 /* Scatter-Gather backup error */
4156 * Returns 0 or an error if the checksum doesn't match
4394 * For a non-fatal error return a warning code. If there are no warnings
4397 * Needed after initialization for error recovery.
4418 /* If there is already an error, don't continue. */
4638 * If all three connectors are in use, return an error.
4648 * register signals will be set. Check for and return an error if
4658 * is attached to one of the connectors, return an error.
4837 * For a non-fatal error return a warning code. If there are no warnings
4840 * Needed after initialization for error recovery.
4862 /* If there is already an error, don't continue. */
4927 * an error. Reset to NORMAL_MODE (0x00) and do again. If cannot reset
4928 * to NORMAL_MODE, return an error too.
4954 * err_code, and return an error.
5120 * register signals will be set. Check for and return an error if
5136 * error. However, there is no way to detect HVD device attached to
5323 * For a non-fatal error return a warning code. If there are no warnings
5326 * Needed after initialization for error recovery.
5348 /* If there is already an error, don't continue. */
5415 * an error. Reset to NORMAL_MODE (0x00) and do again. If cannot reset
5416 * to NORMAL_MODE, return an error too.
5442 * err_code, and return an error.
5616 * will be set. Check for and return an error if this condition is
5630 * If an HVD device is attached, return an error.
5863 * Reset Adv Library error code, if any, and try
5920 * possibly the chip if it is unresponsive. Log the error
6004 * If there was no error and an underrun condition, then
6044 /* Some other QHSTA error occurred. */
6773 * If there was no error and an underrun condition, then
6812 /* QHSTA error occurred */
7128 scmd_printk(KERN_INFO, scp, "SCSI host reset error: "
7159 scmd_printk(KERN_INFO, scp, "SCSI host reset error\n");
7725 * then return ASC_BUSY. If an error occurs, then return ASC_ERROR.
8378 * host IC error.
9163 ASC_DBG(1, "chksum error ignored; EEPROM-less board\n");
9182 ("AscInitFromEEP: EEPROM checksum error; Will try to re-write EEPROM.\n");
9285 case 0: /* No error */
9296 shost_printk(KERN_WARNING, shost, "EEPROM checksum error\n");
9312 shost_printk(KERN_ERR, shost, "error 0x%x at init_state "
9383 case 0: /* No error. */
9394 shost_printk(KERN_WARNING, shost, "EEPROM checksum error\n");
9410 shost_printk(KERN_ERR, shost, "error 0x%x at init_state "
10136 * For a non-fatal error return a warning code. If there are no warnings
10286 * For a non-fatal error return a warning code. If there are no warnings
10485 * For a non-fatal error return a warning code. If there are no warnings
10707 * For a non-fatal error return a warning code. If there are no warnings
10783 shost_printk(KERN_ERR, shost, "error code 0x%x\n",
10873 shost_printk(KERN_WARNING, shost, "error: warn 0x%x, error "
10880 shost_printk(KERN_ERR, shost, "error: kmalloc() failed\n");
11328 shost_printk(KERN_ERR, shost, "error: init_state 0x%x, "
11329 "warn 0x%x, error 0x%x\n",
11805 int error;
11807 error = isa_register_driver(&advansys_isa_driver,
11809 if (error)
11812 error = isa_register_driver(&advansys_vlb_driver,
11814 if (error)
11817 error = eisa_driver_register(&advansys_eisa_driver);
11818 if (error)
11821 error = pci_register_driver(&advansys_pci_driver);
11822 if (error)
11834 return error;