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