Searched defs:de_private (Results 1 – 1 of 1) sorted by relevance
291 struct de_private { struct292 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];[all …]