Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pcnet32_private Struct Reference

Data Fields

struct pcnet32_init_blockinit_block
 
struct pcnet32_rx_headrx_ring
 
struct pcnet32_tx_headtx_ring
 
dma_addr_t init_dma_addr
 
struct pci_devpci_dev
 
const charname
 
struct sk_buff ** tx_skbuff
 
struct sk_buff ** rx_skbuff
 
dma_addr_ttx_dma_addr
 
dma_addr_trx_dma_addr
 
struct pcnet32_accessa
 
spinlock_t lock
 
unsigned int cur_rx
 
unsigned int cur_tx
 
unsigned int rx_ring_size
 
unsigned int tx_ring_size
 
unsigned int rx_mod_mask
 
unsigned int tx_mod_mask
 
unsigned short rx_len_bits
 
unsigned short tx_len_bits
 
dma_addr_t rx_ring_dma_addr
 
dma_addr_t tx_ring_dma_addr
 
unsigned int dirty_rx
 
unsigned int dirty_tx
 
struct net_devicedev
 
struct napi_struct napi
 
char tx_full
 
char phycount
 
int options
 
unsigned int shared_irq:1
 
unsigned int dxsuflo:1
 
unsigned int mii:1
 
struct net_devicenext
 
struct mii_if_info mii_if
 
struct timer_list watchdog_timer
 
u32 msg_enable
 
u32 phymask
 
unsigned short chip_version
 
u16 save_regs [4]
 

Detailed Description

Definition at line 259 of file pcnet32.c.

Field Documentation

Definition at line 273 of file pcnet32.c.

unsigned short chip_version

Definition at line 302 of file pcnet32.c.

unsigned int cur_rx

Definition at line 275 of file pcnet32.c.

unsigned int cur_tx

Definition at line 275 of file pcnet32.c.

Definition at line 287 of file pcnet32.c.

unsigned int dirty_rx

Definition at line 284 of file pcnet32.c.

unsigned int dirty_tx

Definition at line 284 of file pcnet32.c.

unsigned int dxsuflo

Definition at line 292 of file pcnet32.c.

Definition at line 260 of file pcnet32.c.

dma_addr_t init_dma_addr

Definition at line 264 of file pcnet32.c.

spinlock_t lock

Definition at line 274 of file pcnet32.c.

unsigned int mii

Definition at line 292 of file pcnet32.c.

Definition at line 296 of file pcnet32.c.

u32 msg_enable

Definition at line 298 of file pcnet32.c.

const char* name

Definition at line 267 of file pcnet32.c.

Definition at line 288 of file pcnet32.c.

Definition at line 295 of file pcnet32.c.

int options

Definition at line 291 of file pcnet32.c.

Definition at line 266 of file pcnet32.c.

char phycount

Definition at line 290 of file pcnet32.c.

u32 phymask

Definition at line 301 of file pcnet32.c.

dma_addr_t* rx_dma_addr

Definition at line 272 of file pcnet32.c.

unsigned short rx_len_bits

Definition at line 280 of file pcnet32.c.

unsigned int rx_mod_mask

Definition at line 278 of file pcnet32.c.

Definition at line 262 of file pcnet32.c.

dma_addr_t rx_ring_dma_addr

Definition at line 282 of file pcnet32.c.

unsigned int rx_ring_size

Definition at line 276 of file pcnet32.c.

struct sk_buff** rx_skbuff

Definition at line 270 of file pcnet32.c.

u16 save_regs[4]

Definition at line 305 of file pcnet32.c.

unsigned int shared_irq

Definition at line 292 of file pcnet32.c.

dma_addr_t* tx_dma_addr

Definition at line 271 of file pcnet32.c.

char tx_full

Definition at line 289 of file pcnet32.c.

unsigned short tx_len_bits

Definition at line 281 of file pcnet32.c.

unsigned int tx_mod_mask

Definition at line 279 of file pcnet32.c.

Definition at line 263 of file pcnet32.c.

dma_addr_t tx_ring_dma_addr

Definition at line 283 of file pcnet32.c.

unsigned int tx_ring_size

Definition at line 277 of file pcnet32.c.

struct sk_buff** tx_skbuff

Definition at line 269 of file pcnet32.c.

struct timer_list watchdog_timer

Definition at line 297 of file pcnet32.c.


The documentation for this struct was generated from the following file: