Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
A D7990.h101 struct lance_private { struct
102 const char *name;
103 unsigned long base;
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 */
115 unsigned short busmaster_regval;
126 spinlock_t devlock;
[all …]
A Da2065.c105 struct lance_private { struct
128 static void load_csrs(struct lance_private *lp) in load_csrs() argument
A Dsunlance.c236 struct lance_private { struct
242 spinlock_t lock;
244 int rx_new, tx_new;
245 int rx_old, tx_old;
253 unsigned short busmaster_regval;
255 void (*init_ring)(struct net_device *);
256 void (*rx)(struct net_device *);
257 void (*tx)(struct net_device *);
259 char *name;
260 dma_addr_t init_block_dvma;
[all …]
A Dlance.c235 struct lance_private { struct
237 struct lance_rx_head rx_ring[RX_RING_SIZE];
239 struct lance_init_block init_block;
240 const char *name;
242 struct sk_buff* tx_skbuff[TX_RING_SIZE];
244 struct sk_buff* rx_skbuff[RX_RING_SIZE];
247 char (*tx_bounce_buffs)[PKT_BUF_SZ];
248 int cur_rx, cur_tx; /* The next free ring entry */
249 int dirty_rx, dirty_tx; /* The ring entries to be free()ed. */
250 int dma;
[all …]
A Ddeclance.c250 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;
264 struct net_device *dev;
[all …]
A Dsun3lance.c150 struct lance_private { struct
151 volatile unsigned short *iobase;
152 struct lance_memory *mem;
153 int new_rx, new_tx; /* The next free ring entry */
154 int old_tx, old_rx; /* ring entry to be processed */
156 long tx_full;
157 long lock;
A Datarilance.c218 struct lance_private { struct
219 enum lance_type cardtype;
220 struct lance_ioreg *iobase;
221 struct lance_memory *mem;
222 int cur_rx, cur_tx; /* The next free ring entry */
223 int dirty_tx; /* Ring entries to be freed. */
225 void *(*memcpy_f)( void *, const void *, size_t );
227 long tx_full;
228 spinlock_t devlock;

Completed in 30 milliseconds