Lines Matching defs:ewrk3_private
277 struct ewrk3_private { struct
278 char adapter_name[80]; /* Name exported to /proc/ioports */
279 u_long shmem_base; /* Shared memory start address */
280 u_long shmem_length; /* Shared memory window length */
281 struct net_device_stats stats; /* Public stats */
282 struct ewrk3_stats pktStats; /* Private stats counters */
283 u_char irq_mask; /* Adapter IRQ mask bits */
284 u_char mPage; /* Maximum 2kB Page number */
285 u_char lemac; /* Chip rev. level */
286 u_char hard_strapped; /* Don't allow a full open */
287 u_char txc; /* Transmit cut through */
288 u_char *mctbl; /* Pointer to the multicast table */
289 u_char led_mask; /* Used to reserve LED access for ethtool */
290 spinlock_t hw_lock;