SCSI_EH_READY_DEVS
Section: SCSI mid layer (9)
Updated: February 2011
Index
Return to Main Contents
NAME
scsi_eh_ready_devs - check device ready state and recover if not.
SYNOPSIS
-
void scsi_eh_ready_devs(struct Scsi_Host * shost, struct list_head * work_q, struct list_head * done_q);
ARGUMENTS
shost
-
- host to be recovered.
work_q
-
list_head
for pending commands.
done_q
-
list_head
for processed commands.
AUTHORS
James Bottomley <James.Bottomley@hansenpartnership.com>
-
Author.
Rob Landley <rob@landley.net>
-
Author.
COPYRIGHT