Home
last modified time | relevance | path

Searched defs:corkscrew_private (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/3com/
D3c515.c294 struct corkscrew_private { struct
295 const char *product_name;
296 struct list_head list;
297 struct net_device *our_dev;
299 struct boom_rx_desc rx_ring[RX_RING_SIZE];
300 struct boom_tx_desc tx_ring[TX_RING_SIZE];
302 struct sk_buff *rx_skbuff[RX_RING_SIZE];
303 struct sk_buff *tx_skbuff[TX_RING_SIZE];
304 unsigned int cur_rx, cur_tx; /* The next free ring entry */
305 unsigned int dirty_rx, dirty_tx;/* The ring entries to be free()ed. */
[all …]