Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A D3c515.c296 struct corkscrew_private { struct
297 const char *product_name;
298 struct list_head list;
299 struct net_device *our_dev;
306 unsigned int cur_rx, cur_tx; /* The next free ring entry */
307 unsigned int dirty_rx, dirty_tx;/* The ring entries to be free()ed. */
316 full_duplex:1, autoselect:1, bus_master:1, /* Vortex can only do a fragment bus-m. */
317 full_bus_master_tx:1, full_bus_master_rx:1, /* Boomerang */
318 tx_full:1;
319 spinlock_t lock;
[all …]