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