Lines Matching refs:error
15 - Retain firmware image for error recovery.
18 - Improve error recovery.
32 - Correct order of error handling in probe_one, free_irq should not
95 - Migrate to use new error handling code
132 - Explicit mark that we do not use the new error handling (for now)
200 - Handle error if qla1280_mem_alloc() fails
229 to resolve compile/link error of schedule_task().
323 - Added changes for the new LINUX interface template. Some new error
807 * The function will attempt to perform a specified error action and
813 * action = error action to take (see action_t)
853 * array. If not then it must have completed before this error
952 * the error action.
1289 * Translates a ISP error to a Linux SCSI error
1488 * for error recovery.
1494 * Pointer to firmware image or an error code
1796 printk(KERN_ERR "%s: FW compare error @ "
3686 * Processes error entry.
3703 dprintk(2, "qla1280_error_entry: BAD PAYLOAD flag error\n");
3705 dprintk(2, "qla1280_error_entry: BAD HEADER flag error\n");
3707 dprintk(2, "qla1280_error_entry: FULL flag error\n");
3709 dprintk(2, "qla1280_error_entry: UNKNOWN flag error\n");
3723 /* Bad payload or header, set error status. */
3729 /* Set error status. */
3814 "qla1280: ISP error recovery failed, board disabled");
4155 int error = -ENODEV;
4161 goto error;
4170 goto error;
4175 error = -ENOMEM;
4194 error = -ENODEV;
4204 error = -ENODEV;
4237 error = -ENODEV;
4283 error = scsi_add_host(host, &pdev->dev);
4284 if (error)
4312 error:
4313 return error;