Searched defs:mtk_eth (Results 1 – 1 of 1) sorted by relevance
917 struct mtk_eth { struct918 struct device *dev;919 void __iomem *base;920 spinlock_t page_lock;921 spinlock_t tx_irq_lock;922 spinlock_t rx_irq_lock;923 struct net_device dummy_dev;924 struct net_device *netdev[MTK_MAX_DEVS];925 struct mtk_mac *mac[MTK_MAX_DEVS];926 int irq[3];[all …]