Searched defs:corkscrew_private (Results 1 – 1 of 1) sorted by relevance
296 struct corkscrew_private { struct297 const char *product_name;298 struct list_head list;299 struct net_device *our_dev;301 struct boom_rx_desc rx_ring[RX_RING_SIZE];302 struct boom_tx_desc tx_ring[TX_RING_SIZE];304 struct sk_buff *rx_skbuff[RX_RING_SIZE];305 struct sk_buff *tx_skbuff[TX_RING_SIZE];306 unsigned int cur_rx, cur_tx; /* The next free ring entry */307 unsigned int dirty_rx, dirty_tx;/* The ring entries to be free()ed. */[all …]