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
797 * The function will attempt to perform a specified error action and
803 * action = error action to take (see action_t)
843 * array. If not then it must have completed before this error
942 * the error action.
1279 * Translates a ISP error to a Linux SCSI error
1478 * for error recovery.
1484 * Pointer to firmware image or an error code
1786 printk(KERN_ERR "%s: FW compare error @ "
3676 * Processes error entry.
3693 dprintk(2, "qla1280_error_entry: BAD PAYLOAD flag error\n");
3695 dprintk(2, "qla1280_error_entry: BAD HEADER flag error\n");
3697 dprintk(2, "qla1280_error_entry: FULL flag error\n");
3699 dprintk(2, "qla1280_error_entry: UNKNOWN flag error\n");
3713 /* Bad payload or header, set error status. */
3719 /* Set error status. */
3804 "qla1280: ISP error recovery failed, board disabled");
4144 int error = -ENODEV;
4150 goto error;
4159 goto error;
4164 error = -ENOMEM;
4183 error = -ENODEV;
4193 error = -ENODEV;
4226 error = -ENODEV;
4272 error = scsi_add_host(host, &pdev->dev);
4273 if (error)
4301 error:
4302 return error;