FIB_SEND

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

fib_send - send a fib to the adapter  

SYNOPSIS

"SYNOPSIS"

int fib_send (u16 command, struct fib * fibptr, unsigned long size, int priority, int wait, int reply, fib_callback callback, void * callback_data);  

ARGUMENTS

command
Command to send
fibptr
The fib
size
Size of fib data area
priority
Priority of Fib
wait
Async/sync select
reply
True if a reply is wanted
callback
Called with reply
callback_data
Passed to callback
 

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:20:49 GMT, October 06, 2005