Searched defs:mtk_eth (Results 1 – 1 of 1) sorted by relevance
1068 struct mtk_eth { struct1069 struct device *dev;1070 struct device *dma_dev;1071 void __iomem *base;1072 spinlock_t page_lock;1073 spinlock_t tx_irq_lock;1074 spinlock_t rx_irq_lock;1075 struct net_device dummy_dev;1076 struct net_device *netdev[MTK_MAX_DEVS];1077 struct mtk_mac *mac[MTK_MAX_DEVS];[all …]