Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
com20020.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/ioport.h>
#include <linux/errno.h>
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/arcdevice.h>
#include <linux/com20020.h>
#include <asm/io.h>

Go to the source code of this file.

Macros

#define VERSION   "arcnet: COM20020 chipset support (by David Woodhouse et al.)\n"
 

Functions

int com20020_check (struct net_device *dev)
 
int com20020_found (struct net_device *dev, int shared)
 
 MODULE_LICENSE ("GPL")
 

Variables

struct net_device_ops com20020_netdev_ops
 

Macro Definition Documentation

#define VERSION   "arcnet: COM20020 chipset support (by David Woodhouse et al.)\n"

Definition at line 42 of file com20020.c.

Function Documentation

int com20020_check ( struct net_device dev)

Definition at line 89 of file com20020.c.

int com20020_found ( struct net_device dev,
int  shared 
)

Definition at line 163 of file com20020.c.

MODULE_LICENSE ( "GPL"  )

Variable Documentation

struct net_device_ops com20020_netdev_ops
Initial value:
= {
.ndo_open = arcnet_open,
.ndo_stop = arcnet_close,
.ndo_start_xmit = arcnet_send_packet,
.ndo_tx_timeout = arcnet_timeout,
.ndo_set_rx_mode = com20020_set_mc_list,
}

Definition at line 152 of file com20020.c.