Lines Matching defs:mv643xx_eth_private
388 struct mv643xx_eth_private { struct
389 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;
403 struct work_struct tx_timeout_task;
405 struct napi_struct napi;
406 u32 int_mask;
407 u8 oom;
408 u8 work_link;
409 u8 work_tx;
410 u8 work_tx_end;
411 u8 work_rx;
412 u8 work_rx_refill;
414 int skb_size;
415 struct sk_buff_head rx_recycle;
439 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) in rdl() argument