Searched defs:mv643xx_eth_private (Results 1 – 1 of 1) sorted by relevance
388 struct mv643xx_eth_private { struct389 struct mv643xx_eth_shared_private *shared;390 void __iomem *base;391 int port_num;393 struct net_device *dev;395 struct phy_device *phy;397 struct timer_list mib_counters_timer;398 spinlock_t mib_counters_lock;399 struct mib_counters mib_counters;401 struct lro_counters lro_counters;[all …]