Linux Kernel
3.7.1
|
Data Fields | |
struct net_device * | netdev |
struct platform_device * | pdev |
struct ltq_eth_data * | pldata |
struct resource * | res |
struct mii_bus * | mii_bus |
struct phy_device * | phydev |
struct ltq_etop_chan | ch [MAX_DMA_CHAN] |
int | tx_free [MAX_DMA_CHAN >> 1] |
spinlock_t | lock |
Definition at line 99 of file lantiq_etop.c.
Definition at line 108 of file lantiq_etop.c.
spinlock_t lock |
Definition at line 111 of file lantiq_etop.c.
Definition at line 105 of file lantiq_etop.c.
struct net_device* netdev |
Definition at line 100 of file lantiq_etop.c.
struct platform_device* pdev |
Definition at line 101 of file lantiq_etop.c.
struct phy_device* phydev |
Definition at line 106 of file lantiq_etop.c.
struct ltq_eth_data* pldata |
Definition at line 102 of file lantiq_etop.c.
Definition at line 103 of file lantiq_etop.c.
int tx_free[MAX_DMA_CHAN >> 1] |
Definition at line 109 of file lantiq_etop.c.