Searched defs:mtk_eth (Results 1 – 1 of 1) sorted by relevance
860 struct mtk_eth { struct861 struct device *dev;862 void __iomem *base;863 spinlock_t page_lock;864 spinlock_t tx_irq_lock;865 spinlock_t rx_irq_lock;866 struct net_device dummy_dev;867 struct net_device *netdev[MTK_MAX_DEVS];868 struct mtk_mac *mac[MTK_MAX_DEVS];869 int irq[3];[all …]