scsi_req_abort_cmd(9)
NAME
scsi_req_abort_cmd - - Request command recovery for the specified
command
SYNOPSIS
void scsi_req_abort_cmd(struct scsi_cmnd * cmd);
ARGUMENTS
- cmd
- pointer to the SCSI command of interest
DESCRIPTION
This function requests that SCSI Core start recovery for the command by
deleting the timer and adding the command to the eh queue. It can be
called by either LLDDs or SCSI Core. LLDDs who implement their own
error recovery MAY ignore the timeout event if they generated
scsi_req_abort_cmd.
AUTHORS
- James Bottomley <James.Bottomley@hansenpartnership.com>
- Author.
- Rob Landley <rob@landley.net>
- Author.