Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
au1000_eth.h File Reference

Go to the source code of this file.

Data Structures

struct  db_dest
 
struct  tx_dma
 
struct  rx_dma
 
struct  mac_reg
 
struct  au1000_private
 

Macros

#define MAC_IOSIZE   0x10000
 
#define NUM_RX_DMA   4 /* Au1x00 has 4 rx hardware descriptors */
 
#define NUM_TX_DMA   4 /* Au1x00 has 4 tx hardware descriptors */
 
#define NUM_RX_BUFFS   4
 
#define NUM_TX_BUFFS   4
 
#define MAX_BUF_SIZE   2048
 
#define ETH_TX_TIMEOUT   (HZ/4)
 
#define MAC_MIN_PKT_SIZE   64
 
#define MULTICAST_FILTER_LIMIT   64
 

Macro Definition Documentation

#define ETH_TX_TIMEOUT   (HZ/4)

Definition at line 38 of file au1000_eth.h.

#define MAC_IOSIZE   0x10000

Definition at line 30 of file au1000_eth.h.

#define MAC_MIN_PKT_SIZE   64

Definition at line 39 of file au1000_eth.h.

#define MAX_BUF_SIZE   2048

Definition at line 36 of file au1000_eth.h.

#define MULTICAST_FILTER_LIMIT   64

Definition at line 41 of file au1000_eth.h.

#define NUM_RX_BUFFS   4

Definition at line 34 of file au1000_eth.h.

#define NUM_RX_DMA   4 /* Au1x00 has 4 rx hardware descriptors */

Definition at line 31 of file au1000_eth.h.

#define NUM_TX_BUFFS   4

Definition at line 35 of file au1000_eth.h.

#define NUM_TX_DMA   4 /* Au1x00 has 4 tx hardware descriptors */

Definition at line 32 of file au1000_eth.h.