Searched defs:mtk_eth (Results 1 – 2 of 2) sorted by relevance
882 struct mtk_eth { struct883 struct device *dev;884 void __iomem *base;885 spinlock_t page_lock;886 spinlock_t tx_irq_lock;887 spinlock_t rx_irq_lock;888 struct net_device dummy_dev;889 struct net_device *netdev[MTK_MAX_DEVS];890 struct mtk_mac *mac[MTK_MAX_DEVS];891 int irq[3];[all …]
1245 struct mtk_eth { struct1246 struct device *dev;1247 struct device *dma_dev;1248 void __iomem *base;1249 void *sram_base;1250 spinlock_t page_lock;1251 spinlock_t tx_irq_lock;1252 spinlock_t rx_irq_lock;1253 struct net_device dummy_dev;1254 struct net_device *netdev[MTK_MAX_DEVS];[all …]