.\" 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_QDIO_SBAL_LIMIT" "9" "09 October 2005" "" ""
.SH NAME
zfcp_qdio_sbal_limit \- determine maximum number of SBALs that can be used
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void zfcp_qdio_sbal_limit (struct zfcp_fsf_req * \fIfsf_req\fB, int \fImax_sbals\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfsf_req\fB\fR
the number of the last SBAL that can be used is stored herein
.TP
\fB\fImax_sbals\fB\fR
used to pass an upper limit for the number of SBALs
.SH "DESCRIPTION"
.PP
on the request_queue for a struct zfcp_fsf_req
.SH "NOTE"
.PP
We can assume at least one free SBAL in the request_queue when called.