Searched defs:mtk_eth (Results 1 – 1 of 1) sorted by relevance
1292 struct mtk_eth { struct1293 struct device *dev;1294 struct device *dma_dev;1295 void __iomem *base;1296 struct gen_pool *sram_pool;1297 spinlock_t page_lock;1298 spinlock_t tx_irq_lock;1299 spinlock_t rx_irq_lock;1300 struct net_device *dummy_dev;1301 struct net_device *netdev[MTK_MAX_DEVS];[all …]