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