|
Linux Kernel
3.7.1
|
Data Fields | |
| struct resource * | res |
| void __iomem * | base |
| int | irq |
| struct ftgmac100_descs * | descs |
| dma_addr_t | descs_dma_addr |
| unsigned int | rx_pointer |
| unsigned int | tx_clean_pointer |
| unsigned int | tx_pointer |
| unsigned int | tx_pending |
| spinlock_t | tx_lock |
| struct net_device * | netdev |
| struct device * | dev |
| struct napi_struct | napi |
| struct mii_bus * | mii_bus |
| int | phy_irq [PHY_MAX_ADDR] |
| struct phy_device * | phydev |
| int | old_speed |
Definition at line 55 of file ftgmac100.c.
Definition at line 57 of file ftgmac100.c.
| struct ftgmac100_descs* descs |
Definition at line 60 of file ftgmac100.c.
| dma_addr_t descs_dma_addr |
Definition at line 61 of file ftgmac100.c.
Definition at line 71 of file ftgmac100.c.
| int irq |
Definition at line 58 of file ftgmac100.c.
Definition at line 74 of file ftgmac100.c.
| struct napi_struct napi |
Definition at line 72 of file ftgmac100.c.
| struct net_device* netdev |
Definition at line 70 of file ftgmac100.c.
| int old_speed |
Definition at line 77 of file ftgmac100.c.
| int phy_irq[PHY_MAX_ADDR] |
Definition at line 75 of file ftgmac100.c.
| struct phy_device* phydev |
Definition at line 76 of file ftgmac100.c.
Definition at line 56 of file ftgmac100.c.
| unsigned int rx_pointer |
Definition at line 63 of file ftgmac100.c.
| unsigned int tx_clean_pointer |
Definition at line 64 of file ftgmac100.c.
| spinlock_t tx_lock |
Definition at line 68 of file ftgmac100.c.
| unsigned int tx_pending |
Definition at line 66 of file ftgmac100.c.
| unsigned int tx_pointer |
Definition at line 65 of file ftgmac100.c.
1.8.2