Lines Matching defs:r3964_info
148 struct r3964_info { struct
149 spinlock_t lock;
150 struct tty_struct *tty;
151 unsigned char priority;
152 unsigned char *rx_buf; /* ring buffer */
153 unsigned char *tx_buf;
155 wait_queue_head_t read_wait;
158 struct r3964_block_header *rx_first;
159 struct r3964_block_header *rx_last;
160 struct r3964_block_header *tx_first;
161 struct r3964_block_header *tx_last;
162 unsigned int tx_position;
163 unsigned int rx_position;
164 unsigned char last_rx;
165 unsigned char bcc;
166 unsigned int blocks_in_rx_queue;
169 struct r3964_client_info *firstClient;
170 unsigned int state;
171 unsigned int flags;
173 struct timer_list tmr;
174 int nRetry;