Lines Matching defs:lance_private
101 struct lance_private { struct
102 const char *name;
103 unsigned long base;
104 volatile struct lance_init_block *init_block; /* CPU address of RAM */
105 volatile struct lance_init_block *lance_init_block; /* LANCE address of RAM */
107 int rx_new, tx_new;
108 int rx_old, tx_old;
110 int lance_log_rx_bufs, lance_log_tx_bufs;
111 int rx_ring_mod_mask, tx_ring_mod_mask;
113 int tpe; /* TPE is selected */
114 int auto_select; /* cable-selection is by carrier */
115 unsigned short busmaster_regval;
117 unsigned int irq; /* IRQ to register */
123 void (*writerap)(void *, unsigned short);
124 void (*writerdp)(void *, unsigned short);
125 unsigned short (*readrdp)(void *);
126 spinlock_t devlock;
127 char tx_full;