Linux Kernel
3.7.1
|
#include <n_r3964.h>
Data Fields | |
spinlock_t | lock |
struct tty_struct * | tty |
unsigned char | priority |
unsigned char * | rx_buf |
unsigned char * | tx_buf |
wait_queue_head_t | read_wait |
struct r3964_block_header * | rx_first |
struct r3964_block_header * | rx_last |
struct r3964_block_header * | tx_first |
struct r3964_block_header * | tx_last |
unsigned int | tx_position |
unsigned int | rx_position |
unsigned char | last_rx |
unsigned char | bcc |
unsigned int | blocks_in_rx_queue |
struct r3964_client_info * | firstClient |
unsigned int | state |
unsigned int | flags |
struct timer_list | tmr |
int | nRetry |
struct r3964_client_info* firstClient |
spinlock_t lock |
wait_queue_head_t read_wait |
struct r3964_block_header* rx_first |
struct r3964_block_header* rx_last |
struct timer_list tmr |
struct tty_struct* tty |
struct r3964_block_header* tx_first |
struct r3964_block_header* tx_last |