.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SD_RW_INTR" "" "06 October 2005" "" ""
.SH NAME
sd_rw_intr \- bottom half handler: called when the lower level
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sd_rw_intr (struct scsi_cmnd * \fISCpnt\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fISCpnt\fB\fR
mid-level's per command structure.
.SH "DESCRIPTION"
.PP
driver has completed (successfully or otherwise) a scsi command.
.SH "NOTE"
.PP
potentially run from within an ISR. Must not block.