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