Linux Kernel
3.7.1
|
#include <at91_ether.h>
Data Fields | |
struct mii_if_info | mii |
struct macb_platform_data | board_data |
void __iomem * | emac_base |
struct clk * | ether_clk |
unsigned long | phy_type |
spinlock_t | lock |
short | phy_media |
unsigned short | phy_address |
struct timer_list | check_timer |
struct sk_buff * | skb |
dma_addr_t | skb_physaddr |
int | skb_length |
int | rxBuffIndex |
struct recv_desc_bufs * | dlist |
struct recv_desc_bufs * | dlist_phys |
Definition at line 85 of file at91_ether.h.
struct macb_platform_data board_data |
Definition at line 88 of file at91_ether.h.
struct timer_list check_timer |
Definition at line 99 of file at91_ether.h.
struct recv_desc_bufs* dlist |
Definition at line 108 of file at91_ether.h.
struct recv_desc_bufs* dlist_phys |
Definition at line 109 of file at91_ether.h.
Definition at line 91 of file at91_ether.h.
Definition at line 92 of file at91_ether.h.
spinlock_t lock |
Definition at line 96 of file at91_ether.h.
struct mii_if_info mii |
Definition at line 87 of file at91_ether.h.
unsigned short phy_address |
Definition at line 98 of file at91_ether.h.
short phy_media |
Definition at line 97 of file at91_ether.h.
unsigned long phy_type |
Definition at line 95 of file at91_ether.h.
int rxBuffIndex |
Definition at line 107 of file at91_ether.h.
Definition at line 102 of file at91_ether.h.
int skb_length |
Definition at line 104 of file at91_ether.h.
dma_addr_t skb_physaddr |
Definition at line 103 of file at91_ether.h.