Searched defs:corkscrew_private (Results 1 – 1 of 1) sorted by relevance
217 struct corkscrew_private { struct218 const char *product_name;219 struct net_device *next_module;221 struct boom_rx_desc rx_ring[RX_RING_SIZE];222 struct boom_tx_desc tx_ring[TX_RING_SIZE];224 struct sk_buff *rx_skbuff[RX_RING_SIZE];225 struct sk_buff *tx_skbuff[TX_RING_SIZE];226 unsigned int cur_rx, cur_tx; /* The next free ring entry */227 unsigned int dirty_rx, dirty_tx; /* The ring entries to be free()ed. */228 struct sk_buff *tx_skb; /* Packet being eaten by bus master ctrl. */[all …]