.\" 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 "VELOCITY_OPEN" "9" "09 October 2005" "" ""
.SH NAME
velocity_open \- interface activation callback
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int velocity_open (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
network layer device to open
.SH "DESCRIPTION"
.PP
Called when the network layer brings the interface up. Returns
a negative posix error code on failure, or zero on success.
.PP
All the ring allocation and set up is done on open for this
adapter to minimise memory usage when inactive