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 …]
1237 struct mtk_eth { struct1238 struct device *dev;1239 struct device *dma_dev;1240 void __iomem *base;1241 void *sram_base;1242 spinlock_t page_lock;1243 spinlock_t tx_irq_lock;1244 spinlock_t rx_irq_lock;1245 struct net_device dummy_dev;1246 struct net_device *netdev[MTK_MAX_DEVS];[all …]