Lines Matching defs:sgiseeq_private
90 struct sgiseeq_private { struct
91 struct sgiseeq_init_block *srings;
92 dma_addr_t srings_dma;
95 struct sgiseeq_rx_desc *rx_desc;
96 struct sgiseeq_tx_desc *tx_desc;
98 char *name;
99 struct hpc3_ethregs *hregs;
100 struct sgiseeq_regs *sregs;
103 unsigned int rx_new, tx_new;
104 unsigned int rx_old, tx_old;
106 int is_edlc;
107 unsigned char control;
108 unsigned char mode;
110 spinlock_t tx_lock;