Lines Matching defs:ether1_priv
37 struct ether1_priv { struct
38 struct net_device_stats stats;
39 unsigned int tx_link;
40 unsigned int tx_head;
41 volatile unsigned int tx_tail;
42 volatile unsigned int rx_head;
43 volatile unsigned int rx_tail;
44 unsigned char bus_type;
45 unsigned char resetting;
46 unsigned char initialising : 1;
47 unsigned char restart : 1;