.\" 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 "ISSUE_SCB" "" "06 October 2005" "" ""
.SH NAME
issue_scb \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int issue_scb (adapter_t * \fIadapter\fB, scb_t * \fIscb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIadapter\fB\fR
-- undescribed --
.TP
\fB\fIscb\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fIadapter\fR - pointer to our soft state
\fIscb\fR - scsi control block
.PP
Post a command to the card if the mailbox is available, otherwise return
busy. We also take the scb from the pending list if the mailbox is
available.