Lines Matching defs:lance_private
250 struct lance_private { struct
251 struct net_device *next;
252 int type;
253 int dma_irq;
254 volatile struct lance_regs *ll;
256 spinlock_t lock;
258 int rx_new, tx_new;
259 int rx_old, tx_old;
261 unsigned short busmaster_regval;
263 struct timer_list multicast_timer;
264 struct net_device *dev;
267 char *rx_buf_ptr_cpu[RX_RING_SIZE];
268 char *tx_buf_ptr_cpu[TX_RING_SIZE];
271 uint rx_buf_ptr_lnc[RX_RING_SIZE];
272 uint tx_buf_ptr_lnc[TX_RING_SIZE];