scsi_check_sense(9) Examine scsi cmd sense

SYNOPSIS

int scsi_check_sense(struct scsi_cmnd * scmd);

ARGUMENTS

scmd

Cmd to have sense checked.

RETURN VALUE

SUCCESS or FAILED or NEEDS_RETRY or ADD_TO_MLQUEUE

NOTES

When a deferred error is detected the current command has not been executed and needs retrying.

AUTHORS

James Bottomley <[email protected]>

Author.

Rob Landley <[email protected]>

Author.

COPYRIGHT