.\" 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 "SBA_DUMP_SG" "" "06 October 2005" "" ""
.SH NAME
sba_dump_sg \- debugging only - print Scatter-Gather list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sba_dump_sg (struct ioc * \fIioc\fB, struct scatterlist * \fIstartsg\fB, int \fInents\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIioc\fB\fR
IO MMU structure which owns the pdir we are interested in.
.TP
\fB\fIstartsg\fB\fR
head of the SG list
.TP
\fB\fInents\fB\fR
number of entries in SG list
.SH "DESCRIPTION"
.PP
print the SG list so we can verify it's correct by hand.