Searched defs:mtk_eth (Results 1 – 1 of 1) sorted by relevance
850 struct mtk_eth { struct851 struct device *dev;852 void __iomem *base;853 spinlock_t page_lock;854 spinlock_t tx_irq_lock;855 spinlock_t rx_irq_lock;856 struct net_device dummy_dev;857 struct net_device *netdev[MTK_MAX_DEVS];858 struct mtk_mac *mac[MTK_MAX_DEVS];859 int irq[3];[all …]