Lines Matching defs:de_private
291 struct de_private { struct
292 unsigned tx_head;
293 unsigned tx_tail;
294 unsigned rx_tail;
296 void __iomem *regs;
297 struct net_device *dev;
298 spinlock_t lock;
300 struct de_desc *rx_ring;
301 struct de_desc *tx_ring;
302 struct ring_info tx_skb[DE_TX_RING_SIZE];
303 struct ring_info rx_skb[DE_RX_RING_SIZE];
327 static void de_tx (struct de_private *de); argument