Lines Matching defs:error
488 * Handle an error.
508 dev_warn(&dd->pdev->dev, "Taskfile error\n");
554 /* Trying to determine the cause of the error */
561 /* non-critical error, don't fail the load */
1115 * -EFAULT An error occurred while coping data to the user buffer.
1198 * -1 An error occurred while executing the command.
1474 * return value -1 An error occurred while executing the command.
1541 * return value -EFAULT An error occurred while copying the completion
1543 * return value -1 An error occurred while executing the command.
1939 * -EFAULT An error occurred copying data to a user space buffer.
1940 * -EIO An error occurred while executing the command.
2110 * if an internal command is in progress or error handling is active.
2381 * -EFAULT FTL rebuild error/timeout/interruption
2490 * is in progress nor error handling is active
2506 /* Demux bits: start with error handling */
2672 /* non-critical error, don't fail the load */
2711 * 0 on success, else an error code.
3161 * -ENOTTY An error occurred while reading the drive capacity.
3400 * 0 on success else an error code.
3691 * 0 on success else an error code.
4029 * 0 on success else error code.
4033 int error;
4038 error = register_blkdev(0, MTIP_DRV_NAME);
4039 if (error <= 0) {
4041 error);
4044 mtip_major = error;
4053 error = pci_register_driver(&mtip_pci_driver);
4054 if (error) {
4059 return error;