.\" 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 "FIB_SEND" "" "06 October 2005" "" ""
.SH NAME
fib_send \- send a fib to the adapter
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int fib_send (u16 \fIcommand\fB, struct fib * \fIfibptr\fB, unsigned long \fIsize\fB, int \fIpriority\fB, int \fIwait\fB, int \fIreply\fB, fib_callback \fIcallback\fB, void * \fIcallback_data\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcommand\fB\fR
Command to send
.TP
\fB\fIfibptr\fB\fR
The fib
.TP
\fB\fIsize\fB\fR
Size of fib data area
.TP
\fB\fIpriority\fB\fR
Priority of Fib
.TP
\fB\fIwait\fB\fR
Async/sync select
.TP
\fB\fIreply\fB\fR
True if a reply is wanted
.TP
\fB\fIcallback\fB\fR
Called with reply
.TP
\fB\fIcallback_data\fB\fR
Passed to callback
.SH "DESCRIPTION"
.PP
Sends the requested FIB to the adapter and optionally will wait for a
response FIB. If the caller does not wish to wait for a response than
an event to wait on must be supplied. This event will be set when a
response FIB is received from the adapter.