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