Lines Matching refs:error
115 /* Get one page for error recovery. */
228 /* Disable extended error reporting for this device. */
337 * In case the analysis returns an error, the device setup is stopped
736 * some other device due to error recovery. This way we make sure that
1140 goto error;
1144 goto error;
1149 error:
1410 /* internal error 10 - unknown rc*/
1412 dev_err(&device->cdev->dev, "An error occurred in the "
1452 /* internal error 14 - start_IO run out of retries */
1454 dev_err(&device->cdev->dev, "An error occurred in the DASD "
1532 /* internal error 11 - unknown rc */
1535 "An error occurred in the DASD device driver, "
1715 "unknown error %ld\n", __func__,
1857 } else { /* error */
1858 /* check for HPF error
1920 * If we have an error on a dasd_block layer request then we cancel
1987 /* internal error 12 - wrong cqr status*/
1990 "An error occurred in the DASD device driver, "
2320 * checks if error recovery is necessary, returns 1 if yes, 0 otherwise.
2517 * error might be expected and error recovery would be
2530 * for alias devices simplify error recovery and
2605 * not an error case.
2666 * negative error code if termination failed
2755 * Process finished error recovery ccw.
2773 blk_status_t error = BLK_STS_OK;
2783 error = errno_to_blk_status(status);
2787 error = BLK_STS_NEXUS;
2790 error = BLK_STS_TRANSPORT;
2793 error = BLK_STS_TIMEOUT;
2796 error = BLK_STS_IOERR;
2805 * transfer the error value to the complete callback.
2807 if (error) {
2808 blk_mq_end_request(req, error);
2813 * During read we might have gotten a NRF error and have to
2860 /* log sense for fatal error */
2865 /* First of all call extended error reporting. */
2905 * dasd_device again for error recovery.
3796 /* First of all call extended error reporting. */
4117 /* internal error 13 - Allocating the RDC request failed*/
4119 "An error occurred in the DASD device driver, "