Lines Matching defs:error

381 #define ASC_IERR_MCODE_CHKSUM		0x0002	/* micro code check sum error */
391 #define ASC_IERR_BIST_PRE_TEST 0x0800 /* BIST pre-test error */
392 #define ASC_IERR_BIST_RAM_TEST 0x1000 /* BIST RAM test error */
975 ushort dvc_err_code; /* 30 last device driver error code */
976 ushort adv_err_code; /* 31 last uc and Adv Lib error code */
977 ushort adv_err_addr; /* 32 last uc error address */
978 ushort saved_dvc_err_code; /* 33 saved last dev. driver error code */
979 ushort saved_adv_err_code; /* 34 saved last uc and Adv Lib error code */
980 ushort saved_adv_err_addr; /* 35 saved last uc error address */
981 ushort num_of_err; /* 36 number of error */
1048 ushort dvc_err_code; /* 30 last device driver error code */
1049 ushort adv_err_code; /* 31 last uc and Adv Lib error code */
1050 ushort adv_err_addr; /* 32 last uc error address */
1051 ushort saved_dvc_err_code; /* 33 saved last dev. driver error code */
1052 ushort saved_adv_err_code; /* 34 saved last uc and Adv Lib error code */
1053 ushort saved_adv_err_addr; /* 35 saved last uc error address */
1150 ushort dvc_err_code; /* 30 last device driver error code */
1151 ushort adv_err_code; /* 31 last uc and Adv Lib error code */
1152 ushort adv_err_addr; /* 32 last uc error address */
1153 ushort saved_dvc_err_code; /* 33 saved last dev. driver error code */
1154 ushort saved_adv_err_code; /* 34 saved last uc and Adv Lib error code */
1155 ushort saved_adv_err_addr; /* 35 saved last uc error address */
1549 #define ASC_WARN_BUSRESET_ERROR 0x0001 /* SCSI Bus Reset error */
1550 #define ASC_WARN_EEPROM_CHKSUM 0x0002 /* EEP check sum error */
1808 ushort err_code; /* fatal error code */
2022 #define QHSTA_M_RDMA_PERR 0x18 /* RISC PCI DMA parity error */
2042 #define QHSTA_M_SGBACKUP_ERROR 0x47 /* Scatter-Gather backup error */
4107 * Returns 0 or an error if the checksum doesn't match
4345 * For a non-fatal error return a warning code. If there are no warnings
4348 * Needed after initialization for error recovery.
4369 /* If there is already an error, don't continue. */
4589 * If all three connectors are in use, return an error.
4599 * register signals will be set. Check for and return an error if
4609 * is attached to one of the connectors, return an error.
4788 * For a non-fatal error return a warning code. If there are no warnings
4791 * Needed after initialization for error recovery.
4813 /* If there is already an error, don't continue. */
4878 * an error. Reset to NORMAL_MODE (0x00) and do again. If cannot reset
4879 * to NORMAL_MODE, return an error too.
4905 * err_code, and return an error.
5071 * register signals will be set. Check for and return an error if
5087 * error. However, there is no way to detect HVD device attached to
5274 * For a non-fatal error return a warning code. If there are no warnings
5277 * Needed after initialization for error recovery.
5299 /* If there is already an error, don't continue. */
5366 * an error. Reset to NORMAL_MODE (0x00) and do again. If cannot reset
5367 * to NORMAL_MODE, return an error too.
5393 * err_code, and return an error.
5567 * will be set. Check for and return an error if this condition is
5581 * If an HVD device is attached, return an error.
5814 * Reset Adv Library error code, if any, and try
5871 * possibly the chip if it is unresponsive. Log the error
5955 * If there was no error and an underrun condition, then
5980 /* Some other QHSTA error occurred. */
6706 * If there was no error and an underrun condition, then
6730 /* QHSTA error occurred */
7042 scmd_printk(KERN_INFO, scp, "SCSI host reset error: "
7073 scmd_printk(KERN_INFO, scp, "SCSI host reset error\n");
7639 * then return ASC_BUSY. If an error occurs, then return ASC_ERROR.
8292 * host IC error.
8991 ASC_DBG(1, "chksum error ignored; EEPROM-less board\n");
9010 ("AscInitFromEEP: EEPROM checksum error; Will try to re-write EEPROM.\n");
9112 case 0: /* No error */
9123 shost_printk(KERN_WARNING, shost, "EEPROM checksum error\n");
9139 shost_printk(KERN_ERR, shost, "error 0x%x at init_state "
9198 case 0: /* No error. */
9209 shost_printk(KERN_WARNING, shost, "EEPROM checksum error\n");
9225 shost_printk(KERN_ERR, shost, "error 0x%x at init_state "
9951 * For a non-fatal error return a warning code. If there are no warnings
10101 * For a non-fatal error return a warning code. If there are no warnings
10300 * For a non-fatal error return a warning code. If there are no warnings
10522 * For a non-fatal error return a warning code. If there are no warnings
10598 shost_printk(KERN_ERR, shost, "error code 0x%x\n",
10683 shost_printk(KERN_WARNING, shost, "error: warn 0x%x, error "
10690 shost_printk(KERN_ERR, shost, "error: kmalloc() failed\n");
11113 shost_printk(KERN_ERR, shost, "error: init_state 0x%x, "
11114 "warn 0x%x, error 0x%x\n",
11513 int error;
11515 error = isa_register_driver(&advansys_vlb_driver,
11517 if (error)
11520 error = eisa_driver_register(&advansys_eisa_driver);
11521 if (error)
11524 error = pci_register_driver(&advansys_pci_driver);
11525 if (error)
11535 return error;