SCSI_EH_GET_SENSE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

scsi_eh_get_sense - Get device sense data.  

SYNOPSIS

"SYNOPSIS"

int scsi_eh_get_sense (struct list_head * work_q, struct list_head * done_q);  

ARGUMENTS

work_q
Queue of commands to process.
done_q
Queue of proccessed commands..
 

DESCRIPTION

See if we need to request sense information. if so, then get it now, so we have a better idea of what to do.  

NOTES

This has the unfortunate side effect that if a shost adapter does not automatically request sense information, that we end up shutting it down before we request it. All shosts should be doing this anyways, so for now all I have to say is tough noogies if you end up in here. On second thought, this is probably a good idea. We *really* want to give authors an incentive to automatically request this.

In 2.5 this capability will be going away.

Really? --hch


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTES

This document was created by man2html, using the manual pages.
Time: 07:07:25 GMT, October 06, 2005