Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/3com/
H A D3c515.c293 struct corkscrew_private { struct
294 const char *product_name;
295 struct list_head list;
296 struct net_device *our_dev;
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. */
313 full_duplex:1, autoselect:1, bus_master:1, /* Vortex can only do a fragment bus-m. */
314 full_bus_master_tx:1, full_bus_master_rx:1, /* Boomerang */
315 tx_full:1;
316 spinlock_t lock;
[all …]