.\" 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 "ZFCP_SG_LIST_FREE" "9" "09 October 2005" "" ""
.SH NAME
zfcp_sg_list_free \- free memory of a scatter-gather list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void zfcp_sg_list_free (struct zfcp_sg_list * \fIsg_list\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsg_list\fB\fR
structure describing a scatter-gather list
.SH "DESCRIPTION"
.PP
Memory for each element in the scatter-gather list is freed.
Finally sg_list->sg is freed itself and sg_list->count is reset.