Linux Kernel
3.7.1
|
Data Fields | |
struct recv_pdesc * | rdesc |
struct tran_pdesc * | tdesc |
dma_addr_t | rdesc_phys |
dma_addr_t | tdesc_phys |
struct net_device_stats | stats |
struct platform_device * | pdev |
struct resource * | res |
struct sk_buff * | skb |
struct clk * | clk |
struct clk * | rmiiclk |
struct mii_if_info | mii |
struct timer_list | check_timer |
void __iomem * | reg |
int | rxirq |
int | txirq |
unsigned int | cur_tx |
unsigned int | cur_rx |
unsigned int | finish_tx |
unsigned int | rx_packets |
unsigned int | rx_bytes |
unsigned int | start_tx_ptr |
unsigned int | start_rx_ptr |
unsigned int | linkflag |
Definition at line 150 of file w90p910_ether.c.
struct timer_list check_timer |
Definition at line 162 of file w90p910_ether.c.
Definition at line 159 of file w90p910_ether.c.
unsigned int cur_rx |
Definition at line 167 of file w90p910_ether.c.
unsigned int cur_tx |
Definition at line 166 of file w90p910_ether.c.
unsigned int finish_tx |
Definition at line 168 of file w90p910_ether.c.
unsigned int linkflag |
Definition at line 173 of file w90p910_ether.c.
struct mii_if_info mii |
Definition at line 161 of file w90p910_ether.c.
struct platform_device* pdev |
Definition at line 156 of file w90p910_ether.c.
struct recv_pdesc* rdesc |
Definition at line 151 of file w90p910_ether.c.
dma_addr_t rdesc_phys |
Definition at line 153 of file w90p910_ether.c.
Definition at line 163 of file w90p910_ether.c.
Definition at line 157 of file w90p910_ether.c.
Definition at line 160 of file w90p910_ether.c.
unsigned int rx_bytes |
Definition at line 170 of file w90p910_ether.c.
unsigned int rx_packets |
Definition at line 169 of file w90p910_ether.c.
int rxirq |
Definition at line 164 of file w90p910_ether.c.
Definition at line 158 of file w90p910_ether.c.
unsigned int start_rx_ptr |
Definition at line 172 of file w90p910_ether.c.
unsigned int start_tx_ptr |
Definition at line 171 of file w90p910_ether.c.
Definition at line 155 of file w90p910_ether.c.
struct tran_pdesc* tdesc |
Definition at line 152 of file w90p910_ether.c.
dma_addr_t tdesc_phys |
Definition at line 154 of file w90p910_ether.c.
int txirq |
Definition at line 165 of file w90p910_ether.c.