Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
hplance.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/socket.h>
#include <linux/route.h>
#include <linux/dio.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
#include <asm/io.h>
#include <asm/pgtable.h>
#include "hplance.h"
#include "7990.h"

Go to the source code of this file.

Data Structures

struct  hplance_private
 

Macros

#define LANCE_LOG_TX_BUFFERS   1
 
#define LANCE_LOG_RX_BUFFERS   3
 

Functions

 module_init (hplance_init_module)
 
 module_exit (hplance_cleanup_module)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define LANCE_LOG_RX_BUFFERS   3

Definition at line 35 of file hplance.c.

#define LANCE_LOG_TX_BUFFERS   1

Definition at line 34 of file hplance.c.

Function Documentation

module_exit ( hplance_cleanup_module  )
module_init ( hplance_init_module  )
MODULE_LICENSE ( "GPL"  )