Lines Matching defs:lance_private
249 struct lance_private { struct
250 struct net_device *next;
251 int type;
252 int dma_irq;
253 volatile struct lance_regs *ll;
255 spinlock_t lock;
257 int rx_new, tx_new;
258 int rx_old, tx_old;
260 unsigned short busmaster_regval;
262 struct timer_list multicast_timer;
265 char *rx_buf_ptr_cpu[RX_RING_SIZE];
266 char *tx_buf_ptr_cpu[TX_RING_SIZE];
269 uint rx_buf_ptr_lnc[RX_RING_SIZE];
270 uint tx_buf_ptr_lnc[TX_RING_SIZE];