Lines Matching defs:de_private
297 struct de_private { struct
298 unsigned tx_head;
299 unsigned tx_tail;
300 unsigned rx_tail;
302 void __iomem *regs;
303 struct net_device *dev;
304 spinlock_t lock;
306 struct de_desc *rx_ring;
307 struct de_desc *tx_ring;
308 struct ring_info tx_skb[DE_TX_RING_SIZE];
309 struct ring_info rx_skb[DE_RX_RING_SIZE];
333 static void de_tx (struct de_private *de); argument