.\" 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 "MEGARAID_DEALLOC_SCB" "9" "09 October 2005" "" ""
.SH NAME
megaraid_dealloc_scb \- return the scb to the free pool
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void megaraid_dealloc_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 : controller's soft state
\fIscb\fR : scb to be freed
.PP
return the scb back to the free list of scbs. The caller must 'flush' the
SCB before calling us. E.g., performing pci_unamp and/or pci_sync etc.
.SH "NOTE NOTE"
.PP
Make sure the scb is not on any list before calling this
routine.