|
Linux Kernel
3.7.1
|
#include <linux/crc32.h>#include <linux/delay.h>#include <linux/errno.h>#include <linux/netdevice.h>#include <linux/etherdevice.h>#include <linux/init.h>#include <linux/module.h>#include <linux/kernel.h>#include <linux/types.h>#include <linux/fcntl.h>#include <linux/interrupt.h>#include <linux/ioport.h>#include <linux/in.h>#include <linux/route.h>#include <linux/string.h>#include <linux/skbuff.h>#include <asm/irq.h>#include <linux/socket.h>#include <linux/bitops.h>#include <asm/io.h>#include <asm/dma.h>#include <asm/pgtable.h>#include "7990.h"Go to the source code of this file.
Macros | |
| #define | WRITERAP(lp, x) out_be16(lp->base + LANCE_RAP, (x)) |
| #define | WRITERDP(lp, x) out_be16(lp->base + LANCE_RDP, (x)) |
| #define | READRDP(lp) in_be16(lp->base + LANCE_RDP) |
| #define | PRINT_RINGS() |
| #define | DEBUG_IRING 0 |
| EXPORT_SYMBOL_GPL | ( | lance_open | ) |
| EXPORT_SYMBOL_GPL | ( | lance_close | ) |
| EXPORT_SYMBOL_GPL | ( | lance_tx_timeout | ) |
| EXPORT_SYMBOL_GPL | ( | lance_start_xmit | ) |
| EXPORT_SYMBOL_GPL | ( | lance_set_multicast | ) |
| static int lance_close | ( | struct net_device * | dev | ) |
| static int lance_open | ( | struct net_device * | dev | ) |
| void lance_set_multicast | ( | struct net_device * | dev | ) |
| static int lance_start_xmit | ( | struct sk_buff * | skb, |
| struct net_device * | dev | ||
| ) |
| static void lance_tx_timeout | ( | struct net_device * | dev | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2