.\" 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 "IPR_DO_REQ" "9" "09 October 2005" "" ""
.SH NAME
ipr_do_req \- Send driver initiated requests.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ipr_do_req (struct ipr_cmnd * \fIipr_cmd\fB, void (*\fIdone\fB)
struct ipr_cmnd *, void (*\fItimeout_func\fB)
struct ipr_cmnd *, u32 \fItimeout\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIipr_cmd\fB\fR
ipr command struct
.TP
\fB\fIdone\fB\fR
done function
.TP
\fB\fItimeout_func\fB\fR
timeout function
.TP
\fB\fItimeout\fB\fR
timeout value
.SH "DESCRIPTION"
.PP
This function sends the specified command to the adapter with the
timeout given. The done function is invoked on command completion.
.SH "RETURN VALUE"
.PP
none