Searched defs:mtk_eth (Results 1 – 1 of 1) sorted by relevance
881 struct mtk_eth { struct882 struct device *dev;883 void __iomem *base;884 spinlock_t page_lock;885 spinlock_t tx_irq_lock;886 spinlock_t rx_irq_lock;887 struct net_device dummy_dev;888 struct net_device *netdev[MTK_MAX_DEVS];889 struct mtk_mac *mac[MTK_MAX_DEVS];890 int irq[3];[all …]