scsi_req_abort_cmd

Langue: en

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.