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

#include <macb.h>

Data Fields

void __iomemregs
 
unsigned int rx_tail
 
struct dma_descrx_ring
 
voidrx_buffers
 
unsigned int tx_head
 
unsigned int tx_tail
 
struct dma_desctx_ring
 
struct ring_infotx_skb
 
spinlock_t lock
 
struct platform_devicepdev
 
struct clkpclk
 
struct clkhclk
 
struct net_devicedev
 
struct napi_struct napi
 
struct net_device_stats stats
 
union {
   struct macb_stats   macb
 
   struct gem_stats   gem
 
hw_stats
 
dma_addr_t rx_ring_dma
 
dma_addr_t tx_ring_dma
 
dma_addr_t rx_buffers_dma
 
unsigned int rx_pending
 
unsigned int tx_pending
 
struct mii_busmii_bus
 
struct phy_devicephy_dev
 
unsigned int link
 
unsigned int speed
 
unsigned int duplex
 
phy_interface_t phy_interface
 

Detailed Description

Definition at line 501 of file macb.h.

Field Documentation

Definition at line 516 of file macb.h.

unsigned int duplex

Definition at line 534 of file macb.h.

Definition at line 521 of file macb.h.

struct clk* hclk

Definition at line 515 of file macb.h.

union { ... } hw_stats
unsigned int link

Definition at line 532 of file macb.h.

spinlock_t lock

Definition at line 512 of file macb.h.

Definition at line 520 of file macb.h.

Definition at line 530 of file macb.h.

Definition at line 517 of file macb.h.

struct clk* pclk

Definition at line 514 of file macb.h.

Definition at line 513 of file macb.h.

Definition at line 531 of file macb.h.

phy_interface_t phy_interface

Definition at line 536 of file macb.h.

Definition at line 502 of file macb.h.

void* rx_buffers

Definition at line 506 of file macb.h.

dma_addr_t rx_buffers_dma

Definition at line 526 of file macb.h.

unsigned int rx_pending

Definition at line 528 of file macb.h.

Definition at line 505 of file macb.h.

dma_addr_t rx_ring_dma

Definition at line 524 of file macb.h.

unsigned int rx_tail

Definition at line 504 of file macb.h.

unsigned int speed

Definition at line 533 of file macb.h.

Definition at line 518 of file macb.h.

unsigned int tx_head

Definition at line 508 of file macb.h.

unsigned int tx_pending

Definition at line 528 of file macb.h.

Definition at line 509 of file macb.h.

dma_addr_t tx_ring_dma

Definition at line 525 of file macb.h.

struct ring_info* tx_skb

Definition at line 510 of file macb.h.

unsigned int tx_tail

Definition at line 508 of file macb.h.


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