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 struct r3964_block_header *rx_first;
156 struct r3964_block_header *rx_last;
157 struct r3964_block_header *tx_first;
158 struct r3964_block_header *tx_last;
159 unsigned int tx_position;
160 unsigned int rx_position;
161 unsigned char last_rx;
162 unsigned char bcc;
163 unsigned int blocks_in_rx_queue;
165 struct mutex read_lock; /* serialize r3964_read */
167 struct r3964_client_info *firstClient;
168 unsigned int state;
169 unsigned int flags;
171 struct timer_list tmr;
172 int nRetry;