Searched defs:mtk_eth (Results 1 – 1 of 1) sorted by relevance
924 struct mtk_eth { struct925 struct device *dev;926 void __iomem *base;927 spinlock_t page_lock;928 spinlock_t tx_irq_lock;929 spinlock_t rx_irq_lock;930 struct net_device dummy_dev;931 struct net_device *netdev[MTK_MAX_DEVS];932 struct mtk_mac *mac[MTK_MAX_DEVS];933 int irq[3];[all …]