Linux Kernel
3.7.1
|
Data Fields | |
struct platform_device * | pdev |
struct net_device * | ndev |
spinlock_t | lock |
void __iomem * | net_base |
u32 | msg_enable |
unsigned int | skblen [ENET_TX_DESC] |
unsigned int | last_tx_idx |
unsigned int | num_used_tx_buffs |
struct mii_bus * | mii_bus |
struct phy_device * | phy_dev |
struct clk * | clk |
dma_addr_t | dma_buff_base_p |
void * | dma_buff_base_v |
size_t | dma_buff_size |
struct txrx_desc_t * | tx_desc_v |
u32 * | tx_stat_v |
void * | tx_buff_v |
struct txrx_desc_t * | rx_desc_v |
struct rx_status_t * | rx_stat_v |
void * | rx_buff_v |
int | link |
int | speed |
int | duplex |
struct napi_struct | napi |
dma_addr_t dma_buff_base_p |
spinlock_t lock |
struct napi_struct napi |
struct net_device* ndev |
struct platform_device* pdev |
struct txrx_desc_t* rx_desc_v |
struct rx_status_t* rx_stat_v |
unsigned int skblen[ENET_TX_DESC] |
struct txrx_desc_t* tx_desc_v |