Lines Matching defs:error

543 	/* else error case */
1864 * Return: 0 if ok. Any other return is assumed to be an error and
2032 * Return: 0 if ok. Any other return is assumed to be an error and
2504 * Return: 0 if ok. Any other return is assumed to be an error and
3763 * make sure device is blocked without error, if not
3764 * print an error
3787 * make sure device is unblocked without error, if not retry
4092 ioc_info(ioc, "%s: host in pci error recovery: handle(0x%04x)\n",
4234 ioc_info(ioc, "%s: host in pci error recovery\n",
4532 ioc_info(ioc, "%s: host in pci error recovery\n",
5160 * Avoid error handling escallation when device is disconnected
5357 desc_ioc_state = "scsi recovered error";
5372 desc_ioc_state = "scsi io data error";
5375 desc_ioc_state = "scsi protocol error";
5393 desc_ioc_state = "eedp guard error";
5396 desc_ioc_state = "eedp ref tag error";
5399 desc_ioc_state = "eedp app tag error";
6880 * Return: 0 for success, else error.
7144 desc = "smp error not addressable";
7910 ioc_err(ioc, "NVMe discovery error(0x%02x): wwid(0x%016llx), handle(0x%04x)\n",
7918 ioc_info(ioc, "NVMe discovery error(%s): wwid(0x%016llx), handle(0x%04x)\n",
8848 * _scsih_sas_device_discovery_error_event - display SAS device discovery error
11234 * Return zero if *shost and *ioc are not NULL otherwise return error number.
12083 * Return: 0 success, anything else error.
12409 * Return: 0 success, anything else error.
12437 * Return: 0 success, anything else error.
12467 * scsih_pci_error_detected - Called when a PCI error is detected.
12471 * Description: Called when a PCI error is detected.
12484 ioc_info(ioc, "PCI error: detected callback, state(%d)!!\n", state);
12490 /* Fatal error, prepare for slot reset */
12497 /* Permanent error, prepare for device removal */
12511 * Description: This routine is called by the pci error recovery
12525 ioc_info(ioc, "PCI error: slot reset callback!!\n");
12550 * Called when the error recovery driver tells us that its
12563 ioc_info(ioc, "PCI error: resume callback!!\n");
12582 ioc_info(ioc, "PCI error: mmio enabled callback!!\n");
12786 * Return: 0 success, anything else error.
12837 * Return: 0 success, anything else error.
12868 * Return: 0 success, anything else error.
12873 int error;
12907 error = scsih_init();
12908 if (error) {
12910 return error;
12915 error = pci_register_driver(&mpt3sas_driver);
12916 if (error) {
12921 return error;