Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fc.c File Reference
#include <asm/uaccess.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/socket.h>
#include <linux/in.h>
#include <linux/inet.h>
#include <linux/netdevice.h>
#include <linux/fcdevice.h>
#include <linux/skbuff.h>
#include <linux/errno.h>
#include <linux/timer.h>
#include <linux/net.h>
#include <linux/proc_fs.h>
#include <linux/init.h>
#include <linux/export.h>
#include <net/arp.h>

Go to the source code of this file.

Functions

struct net_devicealloc_fcdev (int sizeof_priv)
 
 EXPORT_SYMBOL (alloc_fcdev)
 

Function Documentation

struct net_device* alloc_fcdev ( int  sizeof_priv)
read

alloc_fcdev - Register fibre channel device : Size of additional driver-private structure to be allocated for this fibre channel device

Fill in the fields of the device structure with fibre channel-generic values.

Constructs a new net device, complete with a private data area of size . A 32-byte (not bit) alignment is enforced for this private data area.

Definition at line 127 of file fc.c.

EXPORT_SYMBOL ( alloc_fcdev  )