Searched refs:__scsi_error_from_host_byte (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dscsi_lib.c753 * __scsi_error_from_host_byte - translate SCSI error code into errno
766 static int __scsi_error_from_host_byte(struct scsi_cmnd *cmd, int result) function
860 error = __scsi_error_from_host_byte(cmd, result);
863 * __scsi_error_from_host_byte may have reset the host_byte
887 error = __scsi_error_from_host_byte(cmd, result);
943 error = __scsi_error_from_host_byte(cmd, result);

Completed in 26 milliseconds