.\" 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 "NCR5380_queue_command" "" "06 October 2005" "" ""
.SH NAME
NCR5380_queue_command \- queue a command
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int NCR5380_queue_command (Scsi_Cmnd * \fIcmd\fB, void (*\fIdone\fB)
Scsi_Cmnd *);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcmd\fB\fR
SCSI command
.TP
\fB\fIdone\fB\fR
completion handler
.SH "DESCRIPTION"
.PP
cmd is added to the per instance issue_queue, with minor
twiddling done to the host specific fields of cmd. If the
main coroutine is not running, it is restarted.
.SH "LOCKS"
.PP
host lock taken by caller