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

Data Fields

struct platform_devicepdev
 
struct net_devicendev
 
spinlock_t lock
 
void __iomemnet_base
 
u32 msg_enable
 
unsigned int skblen [ENET_TX_DESC]
 
unsigned int last_tx_idx
 
unsigned int num_used_tx_buffs
 
struct mii_busmii_bus
 
struct phy_devicephy_dev
 
struct clkclk
 
dma_addr_t dma_buff_base_p
 
voiddma_buff_base_v
 
size_t dma_buff_size
 
struct txrx_desc_ttx_desc_v
 
u32tx_stat_v
 
voidtx_buff_v
 
struct txrx_desc_trx_desc_v
 
struct rx_status_trx_stat_v
 
voidrx_buff_v
 
int link
 
int speed
 
int duplex
 
struct napi_struct napi
 

Detailed Description

Definition at line 419 of file lpc_eth.c.

Field Documentation

Definition at line 430 of file lpc_eth.c.

dma_addr_t dma_buff_base_p

Definition at line 431 of file lpc_eth.c.

void* dma_buff_base_v

Definition at line 432 of file lpc_eth.c.

size_t dma_buff_size

Definition at line 433 of file lpc_eth.c.

Definition at line 442 of file lpc_eth.c.

unsigned int last_tx_idx

Definition at line 426 of file lpc_eth.c.

Definition at line 440 of file lpc_eth.c.

spinlock_t lock

Definition at line 422 of file lpc_eth.c.

Definition at line 428 of file lpc_eth.c.

u32 msg_enable

Definition at line 424 of file lpc_eth.c.

Definition at line 443 of file lpc_eth.c.

Definition at line 421 of file lpc_eth.c.

void __iomem* net_base

Definition at line 423 of file lpc_eth.c.

unsigned int num_used_tx_buffs

Definition at line 427 of file lpc_eth.c.

Definition at line 420 of file lpc_eth.c.

Definition at line 429 of file lpc_eth.c.

void* rx_buff_v

Definition at line 439 of file lpc_eth.c.

struct txrx_desc_t* rx_desc_v

Definition at line 437 of file lpc_eth.c.

struct rx_status_t* rx_stat_v

Definition at line 438 of file lpc_eth.c.

unsigned int skblen[ENET_TX_DESC]

Definition at line 425 of file lpc_eth.c.

int speed

Definition at line 441 of file lpc_eth.c.

void* tx_buff_v

Definition at line 436 of file lpc_eth.c.

struct txrx_desc_t* tx_desc_v

Definition at line 434 of file lpc_eth.c.

u32* tx_stat_v

Definition at line 435 of file lpc_eth.c.


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